3 writes to cachedRowHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
540cachedRowHeight = (int)Font.Height + 2; 3671cachedRowHeight = -1; 5412cachedRowHeight = -1;
2 references to cachedRowHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
539if (cachedRowHeight == -1) { 542return cachedRowHeight;