8 references to FontAttributesProperty
Microsoft.Maui.Controls (8)
Editor\Editor.cs (2)
23 /// <inheritdoc cref="InputView.FontAttributesProperty"/> 24 public new static readonly BindableProperty FontAttributesProperty = InputView.FontAttributesProperty;
Entry\Entry.cs (2)
68 /// <inheritdoc cref="InputView.FontAttributesProperty"/> 69 public static new readonly BindableProperty FontAttributesProperty = InputView.FontAttributesProperty;
InputView\InputView.cs (2)
200 get { return (FontAttributes)GetValue(FontAttributesProperty); } 201 set { SetValue(FontAttributesProperty, value); }
SearchBar\SearchBar.cs (2)
41 /// <inheritdoc cref="InputView.FontAttributesProperty"/> 42 public new static readonly BindableProperty FontAttributesProperty = InputView.FontAttributesProperty;