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
;
5640
int localWidth = bounds.Width - adornmentsBeforeDpiChange.
Width
;
5641
sw = (int)Math.Round(localWidth * dx) + adornmentsAfterDpiChange.
Width
;
11602
rect.
Width
,
11619
int clientWidth = width - rect.
Width
;
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
179
cxDest = rect.
Width
;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
496
new Size(bounds.
Width
, bounds.Height));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
63
int x = rectangle.left + (rectangle.
Width
/ 2);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2631
clientTopLeft.X + clientRect.
Width
,
2950
clientRect.
Width
,
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)
3116
if (correctClientSize.Width != currentClient.
Width
)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1337
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);