2 writes to _labelWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4439_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4840_labelWidth = _location.X + (int)(size.Width / _labelRatio);
8 references to _labelWidth
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1321if (_labelWidth == -1) 1326return _labelWidth; 3317g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y); 4442int oldWidth = _labelWidth; 4836if (_labelWidth != -1 && size.Width > 0) 4838if (_labelWidth > _location.X + size.Width) 4844_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);