We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a77566 commit 02dab48Copy full SHA for 02dab48
UnitTests/UnitTests.UWP/UnitTestApp.xaml
@@ -9,7 +9,7 @@
9
<!-- Workarounds for .NET Native issue in unit tests -->
10
<CommandBar x:Key="DummyCommandBar">
11
<AppBarButton Icon="{extensions:FontIcon Glyph=}"/>
12
- <AppBarButton Icon="{extensions:SymbolIcon Glyph=Play}"/>
+ <AppBarButton Icon="{extensions:SymbolIcon Symbol=Play}"/>
13
</CommandBar>
14
15
<unitTestExtensions:MockSwipeItem
@@ -18,7 +18,7 @@
18
19
20
x:Key="DummySwipeControl2"
21
- IconSource="{extensions:SymbolIconSource Glyph=Play}"/>
+ IconSource="{extensions:SymbolIconSource Symbol=Play}"/>
22
23
<Button x:Key="DummyButton">
24
<Button.Flyout>
0 commit comments