9 implementations of OnTextColorPropertyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
417
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
DatePicker\DatePicker.cs (1)
220
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
InputView\InputView.cs (1)
153
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
Label\Label.cs (1)
376
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
Picker\Picker.cs (1)
416
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
RadioButton\RadioButton.cs (1)
237
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
Shell\SearchHandler.cs (1)
639
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
Span.cs (1)
168
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
TimePicker\TimePicker.cs (1)
144
void ITextElement.
OnTextColorPropertyChanged
(Color oldValue, Color newValue)
1 reference to OnTextColorPropertyChanged
Microsoft.Maui.Controls (1)
TextElement.cs (1)
24
((ITextElement)bindable).
OnTextColorPropertyChanged
((Color)oldValue, (Color)newValue);