9 implementations of OnCharacterSpacingPropertyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
421
void ITextElement.
OnCharacterSpacingPropertyChanged
(double oldValue, double newValue)
DatePicker\DatePicker.cs (1)
224
void ITextElement.
OnCharacterSpacingPropertyChanged
(double oldValue, double newValue)
InputView\InputView.cs (1)
157
void ITextElement.
OnCharacterSpacingPropertyChanged
(double oldValue, double newValue)
Label\Label.cs (1)
382
void ITextElement.
OnCharacterSpacingPropertyChanged
(double oldValue, double newValue) =>
Picker\Picker.cs (1)
420
void ITextElement.
OnCharacterSpacingPropertyChanged
(double oldValue, double newValue)
RadioButton\RadioButton.cs (1)
241
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)
148
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);