1 implementation of IWindowStateManager
Microsoft.Maui.Essentials (1)
Platform\WindowStateManager.ios.cs (1)
84 class WindowStateManagerImplementation : IWindowStateManager
6 references to IWindowStateManager
Microsoft.Maui.Essentials (6)
Platform\WindowStateManager.ios.cs (6)
14 /// Initializes this <see cref="IWindowStateManager"/> instance. 37 static IWindowStateManager? defaultImplementation; 42 public static IWindowStateManager Default => 45 internal static void SetDefault(IWindowStateManager? implementation) => 58 public static UIViewController? GetCurrentUIViewController(this IWindowStateManager manager, bool throwOnNull) 74 public static UIWindow? GetCurrentUIWindow(this IWindowStateManager manager, bool throwOnNull)