9 implementations of OnTextTransformChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
451
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
DatePicker\DatePicker.cs (1)
153
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
InputView\InputView.cs (1)
166
public void
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
Label\Label.cs (1)
269
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue) =>
Picker\Picker.cs (1)
135
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue) =>
RadioButton\RadioButton.cs (1)
237
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
Shell\SearchHandler.cs (1)
175
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
Span.cs (1)
176
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
TimePicker\TimePicker.cs (1)
155
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
1 reference to OnTextTransformChanged
Microsoft.Maui.Controls (1)
TextElement.cs (1)
41
((ITextElement)bindable).
OnTextTransformChanged
((TextTransform)oldValue, (TextTransform)newValue);