9 implementations of OnTextTransformChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
449
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
DatePicker\DatePicker.cs (1)
151
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
InputView\InputView.cs (1)
163
public void
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue)
Label\Label.cs (1)
266
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue) =>
Picker\Picker.cs (1)
132
void ITextElement.
OnTextTransformChanged
(TextTransform oldValue, TextTransform newValue) =>
RadioButton\RadioButton.cs (1)
234
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)
153
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);