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)
459if (_cachedRowHeight == -1) 464return _cachedRowHeight;