13 references to TextColorSwitcher
Microsoft.Maui.Controls.Compatibility (13)
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 (2)
101 _textColorSwitcher = new TextColorSwitcher(_editText.TextColors, useLegacyColorManagement); 102 _hintColorSwitcher = new TextColorSwitcher(_editText.HintTextColors, useLegacyColorManagement);
Android\Renderers\TimePickerRenderer.cs (1)
214 _textColorSwitcher = _textColorSwitcher ?? new TextColorSwitcher(EditText.TextColors, Element.UseLegacyColorManagement());