3 writes to _cachedRowHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
437
_cachedRowHeight
= Font.Height + 2;
3458
_cachedRowHeight
= -1;
5390
_cachedRowHeight
= -1;
2 references to _cachedRowHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
435
if (
_cachedRowHeight
== -1)
440
return
_cachedRowHeight
;