12 references to UseLegacyColorManagement
Microsoft.Maui.Controls.Compatibility (12)
Android\AppCompat\ButtonRenderer.cs (1)
100 _textColorSwitcher = new TextColorSwitcher(button.TextColors, e.NewElement.UseLegacyColorManagement());
Android\AppCompat\PickerRenderer.cs (2)
215 _hintColorSwitcher = _hintColorSwitcher ?? new TextColorSwitcher(EditText.HintTextColors, Element.UseLegacyColorManagement()); 222 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());
Android\AppCompat\RadioButtonRenderer.cs (1)
179 () => new TextColorSwitcher(TextColors, e.NewElement.UseLegacyColorManagement()));
Android\FastRenderers\ButtonRenderer.cs (1)
225 () => new TextColorSwitcher(TextColors, e.NewElement.UseLegacyColorManagement()));
Android\Renderers\DatePickerRenderer.cs (1)
236 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());
Android\Renderers\EditorRenderer.cs (2)
40 _hintColorSwitcher = _hintColorSwitcher ?? new TextColorSwitcher(EditText.HintTextColors, Element.UseLegacyColorManagement()); 47 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());
Android\Renderers\EntryRenderer.cs (2)
48 _hintColorSwitcher = _hintColorSwitcher ?? new TextColorSwitcher(EditText.HintTextColors, Element.UseLegacyColorManagement()); 60 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());
Android\Renderers\SearchBarRenderer.cs (1)
100 var useLegacyColorManagement = e.NewElement.UseLegacyColorManagement();
Android\Renderers\TimePickerRenderer.cs (1)
214 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());