9 implementations of OnTextColorPropertyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
419 void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue)
DatePicker\DatePicker.cs (1)
222 void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue)
InputView\InputView.cs (1)
156 void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue)
Label\Label.cs (1)
379 void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue)
Picker\Picker.cs (1)
419 void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue)
RadioButton\RadioButton.cs (1)
240 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)
146 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);