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)
1345
if (
_labelWidth
== -1)
1350
return
_labelWidth
;
3341
g.DrawLine(splitterPen,
_labelWidth
, location.Y,
_labelWidth
, visibleCount * (RowHeight + 1) + location.Y);
4466
int oldWidth =
_labelWidth
;
4860
if (
_labelWidth
!= -1 && size.Width > 0)
4862
if (
_labelWidth
> _location.X + size.Width)
4868
_labelRatio = GetOurSize().Width / (double)(
_labelWidth
- _location.X);