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 00f73ab commit 18d6308Copy full SHA for 18d6308
MainDemo.Wpf/Dialogs.xaml
@@ -105,7 +105,7 @@
105
wpf:DialogHost.DialogClosingAttached="Sample2_DialogHost_OnDialogClosing"
106
Width="128">
107
<Button.CommandParameter>
108
- <StackPanel Margin="16" DataContext="HelloWorld">
+ <StackPanel Margin="16">
109
<ProgressBar Style="{DynamicResource MaterialDesignCircularProgressBar}" HorizontalAlignment="Center" Margin="16" IsIndeterminate="True" Value="0" />
110
<Button Style="{StaticResource MaterialDesignFlatButton}" IsCancel="True"
111
Command="{x:Static wpf:DialogHost.CloseDialogCommand}"
0 commit comments