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)
203
get { return (FontAttributes)GetValue(
FontAttributesProperty
); }
204
set { SetValue(
FontAttributesProperty
, value); }
SearchBar\SearchBar.cs (2)
44
/// <inheritdoc cref="InputView.
FontAttributesProperty
"/>
45
public new static readonly BindableProperty FontAttributesProperty = InputView.
FontAttributesProperty
;