2 writes to _labelWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4430_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4831_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; 3302g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y); 4433int oldWidth = _labelWidth; 4827if (_labelWidth != -1 && size.Width > 0) 4829if (_labelWidth > _location.X + size.Width) 4835_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);