18 writes to Width
System.Windows.Forms (15)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
48Width = width; 443columnHeader.Width = _width;
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (10)
178Width = width, 207Width = width 228Width = width 239Width = width, 251Width = width, 421Width = width, 443Width = width 464Width = width 475Width = width, 487Width = width,
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6221_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6343_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6363col.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)
43int 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)
2732subItemBounds.Width = _columnHeaders[0].Width; 3924lvColumn.cx = ch.Width; 5349int newWidth = columnHeader.Width + compensate; 6113_columnHeaderClickedWidth = _columnHeaderClicked.Width; 6163int w = _columnHeaders[nmheader->iItem].Width;