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