1 implementation of IsOpen
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
243
bool ISwipeView.
IsOpen
1 write to IsOpen
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
96
set => ((ISwipeView)this).
IsOpen
= value;
3 references to IsOpen
Microsoft.Maui.Controls (3)
SwipeView\SwipeView.cs (3)
95
get => ((ISwipeView)this).
IsOpen
;
251
Handler?.UpdateValue(nameof(ISwipeView.
IsOpen
));
343
if (swipeView.
IsOpen
)