9 references to CriticalHandle
PresentationFramework (9)
src\Framework\System\Windows\Window.cs (9)
2673UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2674UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3263return _swh.CriticalHandle;
7865monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, CriticalHandle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7886SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc);
7902SafeNativeMethods.GetWindowRect(new HandleRef(this, CriticalHandle), ref rc);
7922SafeNativeMethods.GetClientRect(new HandleRef(this, CriticalHandle), ref rc);
8042return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_EXSTYLE);
8061return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,CriticalHandle), NativeMethods.GWL_STYLE);