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