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)
212
get { return (string)GetValue(
FontFamilyProperty
); }
213
set { SetValue(
FontFamilyProperty
, value); }
SearchBar\SearchBar.cs (2)
38
/// <inheritdoc cref="InputView.
FontFamilyProperty
"/>
39
public new static readonly BindableProperty FontFamilyProperty = InputView.
FontFamilyProperty
;