System\Windows\Window.cs (9)
2577UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2578UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3194return _swh.Handle;
7410monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, Handle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7425SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7436SafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rc);
7452SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7537return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE);
7547return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE);