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