System\Windows\Window.cs (9)
2574UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2575UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3191return _swh.Handle;
7404monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, Handle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7419SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7430SafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rc);
7446SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7531return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE);
7541return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE);