misc: remove x:CompileBindings attribute from multiple XAML files.

This commit is contained in:
Zhang Dian
2025-09-25 19:16:12 +08:00
parent a45f50005c
commit 55d472300e
21 changed files with 15 additions and 25 deletions

View File

@@ -8,7 +8,6 @@
d:DesignHeight="450"
d:DesignWidth="800"
x:DataType="vm:RefreshContainerDemoViewModel"
x:CompileBindings="True"
mc:Ignorable="d">
<DockPanel HorizontalAlignment="Stretch" VerticalAlignment="Top">
<Label DockPanel.Dock="Top">A control that supports pull to refresh</Label>