1 instantiation of SwipeViewOpenRequest
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
196
((ISwipeView)this).RequestOpen(new
SwipeViewOpenRequest
(openSwipeItem, animated));
3 references to SwipeViewOpenRequest
Microsoft.Maui (2)
Core\ISwipeView.cs (1)
64
public void RequestOpen(
SwipeViewOpenRequest
swipeOpenRequest);
Handlers\SwipeView\SwipeViewHandler.Standard.cs (1)
19
if (args is not
SwipeViewOpenRequest
request)
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
385
void ISwipeView.RequestOpen(
SwipeViewOpenRequest
swipeOpenRequest)