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)
1321
if (
_labelWidth
== -1)
1326
return
_labelWidth
;
3302
g.DrawLine(splitterPen,
_labelWidth
, location.Y,
_labelWidth
, visibleCount * (RowHeight + 1) + location.Y);
4433
int oldWidth =
_labelWidth
;
4827
if (
_labelWidth
!= -1 && size.Width > 0)
4829
if (
_labelWidth
> _location.X + size.Width)
4835
_labelRatio = GetOurSize().Width / (double)(
_labelWidth
- _location.X);