Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit d139c80

Browse files
Fix for the OnDeviceExtension Sample
1 parent 84adf91 commit d139c80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/XamlOnlyPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<ui:SurfaceDialOptions />
4545
</ui:TextBoxExtensions.SurfaceDialOptions>
4646
</TextBox>
47+
<TextBlock x:Key="OnDeviceExtension" Text="{ui:OnDevice Desktop=Desktop, Xbox=Xbox, Default=Default}" />
4748
<controls:SwitchPresenter x:Key="SwitchPresenterControl">
4849
<controls:CaseCollection>
4950
<controls:Case IsDefault="True" />

0 commit comments

Comments
 (0)