3 writes to _cachedRowHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
460
_cachedRowHeight
= Font.Height + 2;
3496
_cachedRowHeight
= -1;
5415
_cachedRowHeight
= -1;
2 references to _cachedRowHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
458
if (
_cachedRowHeight
== -1)
463
return
_cachedRowHeight
;