File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 31
31
</Compile >
32
32
<DesignData Include =" Modules\Settings\SampleData\SettingsViewModelSampleData.xaml" />
33
33
<Resource Include =" Framework\ShaderEffects\GrayscaleEffect.ps" />
34
+ <Resource Include =" Framework\ShaderEffects\ThemedImageEffect.ps" />
34
35
<None Update =" Properties\Settings.settings" >
35
36
<Generator >SettingsSingleFileGenerator</Generator >
36
37
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
37
38
</None >
38
- <Resource Include =" Resources\Icons\*.png" />
39
+ <Resource Include =" Resources\Icons\*.png" />
39
40
<EmbeddedResource Update =" Properties\Resources.de.resx" >
40
41
<Generator >ResXFileCodeGenerator</Generator >
41
42
<LastGenOutput >Resources.de.Designer.cs</LastGenOutput >
Original file line number Diff line number Diff line change 151
151
Background =" Transparent"
152
152
Padding =" 2,0,1,0" >
153
153
<Grid >
154
- <ContentPresenter x : Name =" Icon"
155
- HorizontalAlignment =" Center"
156
- VerticalAlignment =" Center"
157
- Height =" 16" Width =" 16"
158
- ContentSource =" Icon" >
159
- <ContentPresenter .Effect>
160
- <shaderEffects : ThemedImageEffect Background =" {Binding Converter={StaticResource SolidColorBrushToColorConverter}, Mode=OneWay,
161
- Source={StaticResource DefaultBackground}, Path=Data}"
162
- IsEnabled =" {Binding Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Path=IsEnabled}" />
163
- </ContentPresenter .Effect>
164
- </ContentPresenter >
165
154
<Border x : Name =" Check"
166
155
VerticalAlignment =" Center" HorizontalAlignment =" Center"
167
156
Width =" 16" Height =" 16"
178
167
HorizontalAlignment =" Center"
179
168
VerticalAlignment =" Center"
180
169
Height =" 16" Width =" 16"
181
- ContentSource =" Icon" />
170
+ ContentSource =" Icon" >
171
+ <ContentPresenter .Effect>
172
+ <shaderEffects : ThemedImageEffect Background =" {Binding Converter={StaticResource SolidColorBrushToColorConverter}, Mode=OneWay,
173
+ Source={StaticResource DefaultBackground}, Path=Data}"
174
+ IsEnabled =" {Binding Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Path=IsEnabled}" />
175
+ </ContentPresenter .Effect>
176
+ </ContentPresenter >
182
177
</Border >
183
178
</Grid >
184
179
</Border >
You can’t perform that action at this time.
0 commit comments