9 references to UIColorType
PresentationCore (9)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (8)
53
internal bool TryGetColorValue(UISettingsRCW.
UIColorType
desiredColor, out Color color)
87
if(TryGetColorValue(UISettingsRCW.
UIColorType
.Accent, out Color systemAccent))
93
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentLight1, out _accentLight1);
94
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentLight2, out _accentLight2);
95
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentLight3, out _accentLight3);
96
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentDark1, out _accentDark1);
97
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentDark2, out _accentDark2);
98
result &= TryGetColorValue(UISettingsRCW.
UIColorType
.AccentDark3, out _accentDark3);
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettingsRcw.cs (1)
45
UIColor GetColorValue(
UIColorType
desiredColor);