2 writes to _labelWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4463_labelWidth = _location.X + (int)(size.Width / _labelRatio); 4864_labelWidth = _location.X + (int)(size.Width / _labelRatio);
8 references to _labelWidth
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1345if (_labelWidth == -1) 1350return _labelWidth; 3341g.DrawLine(splitterPen, _labelWidth, location.Y, _labelWidth, visibleCount * (RowHeight + 1) + location.Y); 4466int oldWidth = _labelWidth; 4860if (_labelWidth != -1 && size.Width > 0) 4862if (_labelWidth > _location.X + size.Width) 4868_labelRatio = GetOurSize().Width / (double)(_labelWidth - _location.X);