1 instantiation of ModalPushedEventArgs
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
465
var args = new
ModalPushedEventArgs
(modalPage);
4 references to ModalPushedEventArgs
Microsoft.Maui.Controls (4)
Application\Application.cs (2)
278
public event EventHandler<
ModalPushedEventArgs
>? ModalPushed;
292
case
ModalPushedEventArgs
pushedEvents:
Window\Window.cs (2)
250
public event EventHandler<
ModalPushedEventArgs
>? ModalPushed;
465
var
args = new ModalPushedEventArgs(modalPage);