3 references to IsVisibleProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeItem.cs (2)
27
get { return (bool)GetValue(
IsVisibleProperty
); }
28
set { SetValue(
IsVisibleProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwipeViewRenderer.cs (1)
565
if (e.PropertyName == SwipeItem.
IsVisibleProperty
.PropertyName)