4 instantiations of SwipeViewCloseRequest
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));
3 references to SwipeViewCloseRequest
Microsoft.Maui (2)
Core\ISwipeView.cs (1)
69
public void RequestClose(
SwipeViewCloseRequest
swipeCloseRequest);
Handlers\SwipeView\SwipeViewHandler.Standard.cs (1)
27
if (args is not
SwipeViewCloseRequest
request)
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
409
void ISwipeView.RequestClose(
SwipeViewCloseRequest
swipeCloseRequest)