2 references to WS_EX_DLGMODALFRAME
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
70
exStyle = new IntPtr(exStyle.ToInt32() | Win32Interop.
WS_EX_DLGMODALFRAME
);
74
exStyle = new IntPtr(exStyle.ToInt64() | ((long)Win32Interop.
WS_EX_DLGMODALFRAME
));