System\Windows\Window.cs (9)
2578UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2579UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3195return _swh.Handle;
7411monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, Handle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7426SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7437SafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rc);
7453SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7538return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE);
7548return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE);