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