3 writes to toolTip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
760toolTip = new GridToolTip(new Control[]{this, Edit}); 1176toolTip = null; 2465toolTip = null;
9 references to toolTip
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (9)
754if (toolTip == null) { 761toolTip.ToolTip = ""; 762toolTip.Font = this.Font; 764return toolTip; 1174if (toolTip != null) { 1175toolTip.Dispose(); 2463if (toolTip != null && !RecreatingHandle) { 2464toolTip.Dispose(); 3699if (toolTip != null) {