System\Windows\Window.cs (9)
2594UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2595UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
3209return _swh.Handle;
7439monitor = SafeNativeMethods.MonitorFromWindow( new HandleRef( this, Handle), NativeMethods.MONITOR_DEFAULTTONEAREST );
7454SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7465SafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rc);
7481SafeNativeMethods.GetClientRect(new HandleRef(this, Handle), ref rc);
7566return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_EXSTYLE);
7576return UnsafeNativeMethods.GetWindowLong(new HandleRef(this,Handle), NativeMethods.GWL_STYLE);