6 references to TextColorProperty
Microsoft.Maui.Controls (6)
Editor\Editor.cs (1)
30 public new static readonly BindableProperty TextColorProperty = InputView.TextColorProperty;
Entry\Entry.cs (2)
43 /// <inheritdoc cref="InputView.TextColorProperty"/> 44 public new static readonly BindableProperty TextColorProperty = InputView.TextColorProperty;
InputView\InputView.cs (2)
131 get => (Color)GetValue(TextColorProperty); 132 set => SetValue(TextColorProperty, value);
SearchBar\SearchBar.cs (1)
68 public new static readonly BindableProperty TextColorProperty = InputView.TextColorProperty;