File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 9
9
xmlns : models =" using:ContosoNotes.Models"
10
10
xmlns : ui =" using:ContosoNotes.UI"
11
11
xmlns : controls =" using:Microsoft.Toolkit.Uwp.UI.Controls"
12
- xmlns : converters =" using:Microsoft.Toolkit.Uwp.UI.Converters"
13
12
d : DataContext =" {d:DesignInstance Type=local:MainViewModel}"
14
13
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}"
15
14
mc : Ignorable =" d" >
18
17
<x : Boolean x : Key =" Boolean_True" >True</x : Boolean >
19
18
<x : Boolean x : Key =" Boolean_False" >False</x : Boolean >
20
19
21
- <converters : BoolToVisibilityConverter
22
- x : Key =" InverseBoolToVisibilityConverter"
23
- FalseValue =" Visible"
24
- TrueValue =" Collapsed" />
25
-
26
20
<ui : LastSyncDateTimeConverter x : Key =" LastSyncDateTimeConverter" />
27
21
28
22
<Style x : Key =" CustomButtonStyle" TargetType =" Button" >
You can’t perform that action at this time.
0 commit comments