9 references to CriticalHandle
PresentationFramework (9)
System\Windows\Window.cs (9)
2607UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2608UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3222return _swh.CriticalHandle;
7452monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, CriticalHandle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7467SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc);
7478SafeNativeMethods.GetWindowRect(new HandleRef(this, CriticalHandle), ref rc);
7494SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc);
7579return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE);
7589return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE);