Message boxes are themed

This commit is contained in:
Frank Skare
2021-08-25 11:31:20 +02:00
parent 225905ebff
commit d3baa47f93
17 changed files with 1575 additions and 19 deletions

View File

@@ -100,6 +100,15 @@
<Compile Include="WPF\HandyControl\Tools\AnimationHelper.cs" />
<Compile Include="WPF\HandyControl\Tools\Extension\StringExtension.cs" />
<Compile Include="WPF\HandyControl\Tools\RegexPatterns.cs" />
<Compile Include="WPF\MsgBox\MessageBoxEx.xaml.cs">
<DependentUpon>MessageBoxEx.xaml</DependentUpon>
</Compile>
<Compile Include="WPF\MsgBox\MessageBoxExStatic.cs" />
<Compile Include="WPF\MsgBox\MsgBoxExCheckBoxData.cs" />
<Compile Include="WPF\MsgBox\MsgBoxExDelegate.cs" />
<Compile Include="WPF\MsgBox\MsgBoxExtendedFunctionality.cs" />
<Compile Include="WPF\MsgBox\MsgBoxUrl.cs" />
<Compile Include="WPF\MsgBox\MsgEnumerators.cs" />
<Compile Include="WPF\RelayCommand.cs" />
<Compile Include="Misc\CSharpScriptHost.cs" />
<Compile Include="Misc\Extension.cs" />
@@ -117,6 +126,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WPF\MsgBox\MessageBoxEx.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WPF\SearchTextBoxUserControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>