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