9 references to TextTransformProperty
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
67 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
ContentConverter.cs (2)
80 if (ShouldSetBinding(content, TextElement.TextTransformProperty)) 82 content.SetBinding(TextElement.TextTransformProperty, static (ITextElement te) => te.TextTransform, source: source);
InputView\InputView.cs (1)
44 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Label\Label.cs (1)
45 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Properties\AssemblyInfo.cs (1)
97[assembly: StyleProperty("text-transform", typeof(ITextElement), nameof(TextElement.TextTransformProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
79 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Shell\SearchHandler.cs (1)
166 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Span.cs (1)
28 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;