2 writes to dontShow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (2)
81dontShow = true; 85dontShow = false;
2 references to dontShow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (2)
92if (visible && !dontShow){ 242if (unchecked( (int) (long)msg.WParam) != 0 && dontShow){