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)
128 get => (Color)GetValue(TextColorProperty); 129 set => SetValue(TextColorProperty, value);
SearchBar\SearchBar.cs (1)
65 public new static readonly BindableProperty TextColorProperty = InputView.TextColorProperty;