4 references to IsLegacyColorModeEnabledProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\iOSSpecific\VisualElement.cs (4)
341
return (bool)element.GetValue(
IsLegacyColorModeEnabledProperty
);
351
element.SetValue(
IsLegacyColorModeEnabledProperty
, value);
361
return (bool)config.Element.GetValue(
IsLegacyColorModeEnabledProperty
);
373
config.Element.SetValue(
IsLegacyColorModeEnabledProperty
, value);