mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 23:03:49 +02:00
remove commented code
This commit is contained in:
parent
9549d1302e
commit
b5744498dc
19
App.xaml
19
App.xaml
@ -2,27 +2,12 @@
|
|||||||
x:Class="ModernWpfPlayground.App"
|
x:Class="ModernWpfPlayground.App"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
|
xmlns:dryIoc="http://prismlibrary.com/"
|
||||||
xmlns:local="clr-namespace:ModernWpfPlayground"
|
xmlns:local="clr-namespace:ModernWpfPlayground"
|
||||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
xmlns:ui="http://schemas.modernwpf.com/2019">
|
||||||
xmlns:dryIoc="http://prismlibrary.com/">
|
|
||||||
<Application.Resources>
|
<Application.Resources>
|
||||||
<ResourceDictionary>
|
<ResourceDictionary>
|
||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
<!--<ResourceDictionary>
|
|
||||||
<Style
|
|
||||||
x:Key="TextBoxStyle"
|
|
||||||
BasedOn="{StaticResource {x:Type TextBox}}"
|
|
||||||
TargetType="TextBox">
|
|
||||||
<Style.Triggers>
|
|
||||||
<Trigger Property="IsReadOnly" Value="True">
|
|
||||||
<Setter Property="Background" Value="WhiteSmoke" />
|
|
||||||
</Trigger>
|
|
||||||
</Style.Triggers>
|
|
||||||
</Style>
|
|
||||||
<Style BasedOn="{StaticResource TextBoxStyle}" TargetType="TextBox" />
|
|
||||||
<Style BasedOn="{StaticResource TextBoxStyle}" TargetType="propertyPresenter2:TextBoxEx" />
|
|
||||||
|
|
||||||
</ResourceDictionary>-->
|
|
||||||
<local:IntellisenseResourceDictionary Source="/ModernWpf;component/DesignTime/DesignTimeResources.xaml" />
|
<local:IntellisenseResourceDictionary Source="/ModernWpf;component/DesignTime/DesignTimeResources.xaml" />
|
||||||
<ui:ThemeResources />
|
<ui:ThemeResources />
|
||||||
<ui:XamlControlsResources />
|
<ui:XamlControlsResources />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user