1 instantiation of LayoutHandlerUpdate
Microsoft.Maui.Controls (1)
Layout\Layout.cs (1)
334
Handler?.Invoke(action, new Maui.Handlers.
LayoutHandlerUpdate
(index, view));
4 references to LayoutHandlerUpdate
Microsoft.Maui (4)
Handlers\Layout\LayoutHandler.cs (4)
83
if (arg is
LayoutHandlerUpdate
args)
91
if (arg is
LayoutHandlerUpdate
args)
99
if (arg is
LayoutHandlerUpdate
args)
112
if (arg is
LayoutHandlerUpdate
args)