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
;
5423
int localWidth = bounds.Width - adornmentsBeforeDpiChange.
Width
;
5424
sw = (int)Math.Round(localWidth * dx) + adornmentsAfterDpiChange.
Width
;
10876
rect.
Width
,
10893
int clientWidth = width - rect.
Width
;
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
179
cxDest = rect.
Width
;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
63
int x = rectangle.left + (rectangle.
Width
/ 2);
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
269
PInvoke.PatBlt(dc, rc.left, rc.top, rc.
Width
, rc.Height, ROP_CODE.PATCOPY);
System\Windows\Forms\Form.cs (1)
3113
if (correctClientSize.Width != currentClient.
Width
)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1333
p.X = visibleRect.left + visibleRect.
Width
/ 2;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
190
return new Size(rect.
Width
+ CaretPadding, rect.Height);
System.Windows.Forms.Primitives.TestUtilities (2)
Win32\WindowClass.cs (2)
171
nWidth: bounds.
Width
,
189
nWidth: bounds.
Width
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (2)
300
int expectedWidth = groupRect.
Width
;
338
int expectedWidth = groupRect.
Width
;