8 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (8)
Editor\Editor.cs (2)
26
/// <inheritdoc cref="InputView.
FontAutoScalingEnabledProperty
"/>
27
public new static readonly BindableProperty FontAutoScalingEnabledProperty = InputView.
FontAutoScalingEnabledProperty
;
Entry\Entry.cs (2)
71
/// <inheritdoc cref="InputView.
FontAutoScalingEnabledProperty
"/>
72
public static new readonly BindableProperty FontAutoScalingEnabledProperty = InputView.
FontAutoScalingEnabledProperty
;
InputView\InputView.cs (2)
230
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
231
set => SetValue(
FontAutoScalingEnabledProperty
, value);
SearchBar\SearchBar.cs (2)
44
/// <inheritdoc cref="InputView.
FontAutoScalingEnabledProperty
"/>
45
public new static readonly BindableProperty FontAutoScalingEnabledProperty = InputView.
FontAutoScalingEnabledProperty
;