17 references to Width
System.Private.Windows.Core (3)
_generated\214\Windows.Win32.RECT.g.cs (3)
72 internal readonly global::System.Drawing.Size Size => new global::System.Drawing.Size(this.Width, this.Height); 74 public static implicit operator global::System.Drawing.Rectangle(RECT value) => new global::System.Drawing.Rectangle(value.left, value.top, value.Width, value.Height); 76 public static implicit operator global::System.Drawing.RectangleF(RECT value) => new global::System.Drawing.RectangleF(value.left, value.top, value.Width, value.Height);
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (5)
394_clientWidth = _width - rect.Width; 5640int localWidth = bounds.Width - adornmentsBeforeDpiChange.Width; 5641sw = (int)Math.Round(localWidth * dx) + adornmentsAfterDpiChange.Width; 11602rect.Width, 11619int clientWidth = width - rect.Width;
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
179cxDest = rect.Width;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
496new Size(bounds.Width, bounds.Height));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
63int x = rectangle.left + (rectangle.Width / 2);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2631clientTopLeft.X + clientRect.Width, 2950clientRect.Width,
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
269PInvoke.PatBlt(dc, rc.left, rc.top, rc.Width, rc.Height, ROP_CODE.PATCOPY);
System\Windows\Forms\Form.cs (1)
3116if (correctClientSize.Width != currentClient.Width)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1337p.X = visibleRect.left + visibleRect.Width / 2;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
190return new Size(rect.Width + CaretPadding, rect.Height);