ServiceInsight.Framework.UI.ScreenManager.Dialog.GetIsModalProperty C# (CSharp) Method

GetIsModalProperty() public static method

public static GetIsModalProperty ( Window window ) : bool
window System.Windows.Window
return bool
        public static bool GetIsModalProperty(Window window) => (bool)window.GetValue(IsModalProperty);