8 references to FontFamilyProperty
Microsoft.Maui.Controls (8)
Editor\Editor.cs (2)
17 /// <inheritdoc cref="InputView.FontFamilyProperty"/> 18 public new static readonly BindableProperty FontFamilyProperty = InputView.FontFamilyProperty;
Entry\Entry.cs (2)
62 /// <inheritdoc cref="InputView.FontFamilyProperty"/> 63 public static new readonly BindableProperty FontFamilyProperty = InputView.FontFamilyProperty;
InputView\InputView.cs (2)
209 get { return (string)GetValue(FontFamilyProperty); } 210 set { SetValue(FontFamilyProperty, value); }
SearchBar\SearchBar.cs (2)
35 /// <inheritdoc cref="InputView.FontFamilyProperty"/> 36 public new static readonly BindableProperty FontFamilyProperty = InputView.FontFamilyProperty;