4 references to CaptionHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
286
2 * xFrame + SystemInformation.
CaptionHeight
);
winforms\Managed\System\WinForms\Form.cs (3)
7854
Rectangle r = new Rectangle(owner.Left, owner.Top, s.Width, SystemInformation.
CaptionHeight
);
7918
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(owner.Left + s.Width / 2, owner.Top + SystemInformation.
CaptionHeight
));
7938
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(owner.Left + s.Width / 2, owner.Top + SystemInformation.
CaptionHeight
));