1 implementation of RequestClose
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
409
void ISwipeView.
RequestClose
(SwipeViewCloseRequest swipeCloseRequest)
4 references to RequestClose
Microsoft.Maui.Controls (4)
SwipeView\SwipeView.cs (4)
203
((ISwipeView)this).
RequestClose
(new SwipeViewCloseRequest(animated));
344
swipeView.
RequestClose
(new SwipeViewCloseRequest(false));
353
((ISwipeView)this).
RequestClose
(new SwipeViewCloseRequest(true));
362
((ISwipeView)this).
RequestClose
(new SwipeViewCloseRequest(true));