2 writes to LastValueTextWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1225
_cacheItems.
LastValueTextWidth
= (int)graphics.MeasureString(text, font).Width;
1818
_cacheItems.
LastValueTextWidth
= -1;
3 references to LastValueTextWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
1216
else if (_cacheItems.
LastValueTextWidth
!= -1
1220
return _cacheItems.
LastValueTextWidth
;
1228
return _cacheItems.
LastValueTextWidth
;