System\Windows\Window.cs (9)
2568UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2569UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3185return _swh.Handle;
7395monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, Handle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7410SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7421SafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rc);
7437SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7522return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE);
7532return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE);