18 references to Width
System.Private.Windows.Core (3)
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 (10)
System\Windows\Forms\Control.cs (5)
384_clientWidth = _width - rect.Width; 5423int localWidth = bounds.Width - adornmentsBeforeDpiChange.Width; 5424sw = (int)Math.Round(localWidth * dx) + adornmentsAfterDpiChange.Width; 10876rect.Width, 10893int clientWidth = width - rect.Width;
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
179cxDest = rect.Width;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
63int x = rectangle.left + (rectangle.Width / 2);
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)
3113if (correctClientSize.Width != currentClient.Width)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1333p.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);
System.Windows.Forms.Primitives.TestUtilities (2)
Win32\WindowClass.cs (2)
171nWidth: bounds.Width, 189nWidth: bounds.Width,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (2)
300int expectedWidth = groupRect.Width; 338int expectedWidth = groupRect.Width;