3 references to HideSingleProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
41
|| e.PropertyName == IndicatorView.
HideSingleProperty
.PropertyName
IndicatorView\IndicatorView.cs (2)
101
get => (bool)GetValue(
HideSingleProperty
);
102
set => SetValue(
HideSingleProperty
, value);