1 instantiation of EmbeddedWindow
Microsoft.Maui.Controls (1)
Embedding\EmbeddingExtensions.cs (1)
70 var window = new EmbeddedWindow();
3 references to EmbeddedWindow
Microsoft.Maui.Controls (3)
Embedding\EmbeddingExtensions.cs (3)
53 handlers.AddHandler<EmbeddedWindow, EmbeddedWindowHandler>(); 70 var window = new EmbeddedWindow(); 100 if (wndProvider is not null && wndProvider.Window is EmbeddedWindow wnd && element is VisualElement visual)