Home
last modified time | relevance | path

Searched refs:InternalClientSize (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DForm.cs420InternalClientSize = new Size (this.Width - (SystemInformation.FrameBorderSize.Width * 2), this.He… in Form()
H A DControl.cs1084 internal Size InternalClientSize { set { this.client_size = value; } } property in System.Windows.Forms.Control