4 references to IsLegacyColorModeEnabledProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\WindowsSpecific\VisualElement.cs (4)
128
return (bool)element.GetValue(
IsLegacyColorModeEnabledProperty
);
134
element.SetValue(
IsLegacyColorModeEnabledProperty
, value);
140
return (bool)config.Element.GetValue(
IsLegacyColorModeEnabledProperty
);
147
config.Element.SetValue(
IsLegacyColorModeEnabledProperty
, value);