3 writes to _cachedRowHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
461
_cachedRowHeight
= Font.Height + 2;
3497
_cachedRowHeight
= -1;
5416
_cachedRowHeight
= -1;
2 references to _cachedRowHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
459
if (
_cachedRowHeight
== -1)
464
return
_cachedRowHeight
;