9 references to CriticalHandle
PresentationFramework (9)
System\Windows\Window.cs (9)
2514UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info); 2515UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info); 3104return _swh.CriticalHandle; 7327monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, CriticalHandle), NativeMethods.MONITOR_DEFAULTTONEAREST ); 7342SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc); 7353SafeNativeMethods.GetWindowRect(new HandleRef(this, CriticalHandle), ref rc); 7369SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc); 7454return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE); 7464return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE);