18 writes to Width
System.Windows.Forms (15)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
48
Width
= width;
443
columnHeader.
Width
= _width;
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (10)
178
Width
= width,
207
Width
= width
228
Width
= width
239
Width
= width,
251
Width
= width,
421
Width
= width,
443
Width
= width
464
Width
= width
475
Width
= width,
487
Width
= width,
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6221
_columnHeaders[nmheader->iItem].
Width
= _newWidthForColumnWidthChangingCancelled;
6343
_columnHeaders[nmheader->iItem].
Width
= _newWidthForColumnWidthChangingCancelled;
6363
col.
Width
+= compensateForColumnResize;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskDesignerDialog.cs (3)
73
_maskDescriptionHeader.
Width
= _listViewCannedMasks.Width / 3;
78
_dataFormatHeader.
Width
= _listViewCannedMasks.Width / 3;
83
_validatingTypeHeader.
Width
= (_listViewCannedMasks.Width / 3) - SystemInformation.VerticalScrollBarWidth - 4; // so no h-scrollbar.
9 references to Width
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
43
int width =
Width
;
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (3)
316
_ = _owner._columnHeaders[colIdx].
Width
; // Update width before detaching from ListView
331
_ = _owner._columnHeaders[colIdx].
Width
; // Update width before detaching from ListView
502
_ = columnHeader.
Width
; // Update width before detaching from ListView
System\Windows\Forms\Controls\ListView\ListView.cs (5)
2732
subItemBounds.Width = _columnHeaders[0].
Width
;
3924
lvColumn.cx = ch.
Width
;
5349
int newWidth = columnHeader.
Width
+ compensate;
6113
_columnHeaderClickedWidth = _columnHeaderClicked.
Width
;
6163
int w = _columnHeaders[nmheader->iItem].
Width
;