File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1010 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
1111
12- <Style x : Key =" DefaultContextMenu " TargetType =" {x:Type ContextMenu}" >
12+ <Style x : Key =" DefaultContextMenuStyle " TargetType =" {x:Type ContextMenu}" >
1313 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ContextMenuForeground}" />
1414 <Setter Property =" Foreground" Value =" {DynamicResource ContextMenuForeground}" />
1515 <Setter Property =" Background" Value =" {DynamicResource ContextMenuBackground}" />
6666 </Setter >
6767 </Style >
6868
69- <Style BasedOn =" {StaticResource DefaultContextMenu }" TargetType =" {x:Type ContextMenu}" />
69+ <Style BasedOn =" {StaticResource DefaultContextMenuStyle }" TargetType =" {x:Type ContextMenu}" />
7070
7171</ResourceDictionary >
Original file line number Diff line number Diff line change 14361436 </Style >
14371437 <Style BasedOn =" {StaticResource DefaultComboBoxItemStyle}" TargetType =" {x:Type ComboBoxItem}" />
14381438 <Style BasedOn =" {StaticResource DefaultComboBoxStyle}" TargetType =" {x:Type ComboBox}" />
1439- <Style x : Key =" DefaultContextMenu " TargetType =" {x:Type ContextMenu}" >
1439+ <Style x : Key =" DefaultContextMenuStyle " TargetType =" {x:Type ContextMenu}" >
14401440 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14411441 <Setter Property =" Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14421442 <Setter Property =" Background" Value =" {DynamicResource ContextMenuBackground}" />
14771477 </Setter .Value>
14781478 </Setter >
14791479 </Style >
1480- <Style BasedOn =" {StaticResource DefaultContextMenu }" TargetType =" {x:Type ContextMenu}" />
1480+ <Style BasedOn =" {StaticResource DefaultContextMenuStyle }" TargetType =" {x:Type ContextMenu}" />
14811481 <BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
14821482 <system : Double x : Key =" DefaultDataGridFontSize" >14</system : Double >
14831483 <Color x : Key =" DisabledControlLightColor" >#FFE8EDF9</Color >
Original file line number Diff line number Diff line change 14081408 </Style >
14091409 <Style BasedOn =" {StaticResource DefaultComboBoxItemStyle}" TargetType =" {x:Type ComboBoxItem}" />
14101410 <Style BasedOn =" {StaticResource DefaultComboBoxStyle}" TargetType =" {x:Type ComboBox}" />
1411- <Style x : Key =" DefaultContextMenu " TargetType =" {x:Type ContextMenu}" >
1411+ <Style x : Key =" DefaultContextMenuStyle " TargetType =" {x:Type ContextMenu}" >
14121412 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14131413 <Setter Property =" Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14141414 <Setter Property =" Background" Value =" {DynamicResource ContextMenuBackground}" />
14491449 </Setter .Value>
14501450 </Setter >
14511451 </Style >
1452- <Style BasedOn =" {StaticResource DefaultContextMenu }" TargetType =" {x:Type ContextMenu}" />
1452+ <Style BasedOn =" {StaticResource DefaultContextMenuStyle }" TargetType =" {x:Type ContextMenu}" />
14531453 <BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
14541454 <system : Double x : Key =" DefaultDataGridFontSize" >14</system : Double >
14551455 <Color x : Key =" DisabledControlLightColor" >#FFE8EDF9</Color >
Original file line number Diff line number Diff line change 14311431 </Style >
14321432 <Style BasedOn =" {StaticResource DefaultComboBoxItemStyle}" TargetType =" {x:Type ComboBoxItem}" />
14331433 <Style BasedOn =" {StaticResource DefaultComboBoxStyle}" TargetType =" {x:Type ComboBox}" />
1434- <Style x : Key =" DefaultContextMenu " TargetType =" {x:Type ContextMenu}" >
1434+ <Style x : Key =" DefaultContextMenuStyle " TargetType =" {x:Type ContextMenu}" >
14351435 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14361436 <Setter Property =" Foreground" Value =" {DynamicResource ContextMenuForeground}" />
14371437 <Setter Property =" Background" Value =" {DynamicResource ContextMenuBackground}" />
14721472 </Setter .Value>
14731473 </Setter >
14741474 </Style >
1475- <Style BasedOn =" {StaticResource DefaultContextMenu }" TargetType =" {x:Type ContextMenu}" />
1475+ <Style BasedOn =" {StaticResource DefaultContextMenuStyle }" TargetType =" {x:Type ContextMenu}" />
14761476 <BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
14771477 <system : Double x : Key =" DefaultDataGridFontSize" >14</system : Double >
14781478 <Color x : Key =" DisabledControlLightColor" >#FFE8EDF9</Color >
You can’t perform that action at this time.
0 commit comments