9 references to TextTransformUtilites
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
462
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
DatePicker\DatePicker.cs (1)
159
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
InputView\InputView.cs (1)
174
return
TextTransformUtilites
.GetTransformedText(original, transform);
Label\Label.cs (1)
98
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
Picker\Picker.cs (1)
112
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
RadioButton\RadioButton.cs (1)
270
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
Shell\SearchHandler.cs (1)
181
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
Span.cs (1)
77
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);
TimePicker\TimePicker.cs (1)
117
=>
TextTransformUtilites
.GetTransformedText(source, textTransform);