9 references to TextTransformProperty
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
69 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)
47 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Label\Label.cs (1)
48 public static readonly BindableProperty TextTransformProperty = TextElement.TextTransformProperty;
Properties\AssemblyInfo.cs (1)
100[assembly: StyleProperty("text-transform", typeof(ITextElement), nameof(TextElement.TextTransformProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
82 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;