4 references to PageProperty
Microsoft.Maui.Controls (4)
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
51
if (args.Is(Window.
PageProperty
))
Platform\ModalNavigationManager\ModalNavigationManager.iOS.cs (1)
34
if (e.PropertyName != Window.
PageProperty
.PropertyName)
Window\Window.cs (2)
116
get => (Page?)GetValue(
PageProperty
);
117
set => SetValue(
PageProperty
, value);