9 implementations of OnCharacterSpacingPropertyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
423 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
DatePicker\DatePicker.cs (1)
226 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
InputView\InputView.cs (1)
160 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
Label\Label.cs (1)
385 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue) =>
Picker\Picker.cs (1)
423 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
RadioButton\RadioButton.cs (1)
244 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
Shell\SearchHandler.cs (1)
634 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
Span.cs (1)
172 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
TimePicker\TimePicker.cs (1)
150 void ITextElement.OnCharacterSpacingPropertyChanged(double oldValue, double newValue)
1 reference to OnCharacterSpacingPropertyChanged
Microsoft.Maui.Controls (1)
TextElement.cs (1)
29 ((ITextElement)bindable).OnCharacterSpacingPropertyChanged((double)oldValue, (double)newValue);