1 write to toolTipControl
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
531this.toolTipControl = new DataGridViewToolTip(this);
20 references to toolTipControl
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridView.cs (9)
4791this.toolTipControl.Activate(!String.IsNullOrEmpty(this.toolTipCaption)); 4799this.toolTipControl.Activate(false /*activate*/); 4805this.toolTipControl.Activate(!String.IsNullOrEmpty(this.toolTipCaption)); 4845this.toolTipControl.Activate(!String.IsNullOrEmpty(this.toolTipCaption) /*activate*/); 4853this.toolTipControl.Activate(false /*activate*/); 4863this.toolTipControl.Activate(activate); 4940this.toolTipControl.Activate(!String.IsNullOrEmpty(this.toolTipCaption)); 4948this.toolTipControl.Activate(false /*activate*/); 4954this.toolTipControl.Activate(!String.IsNullOrEmpty(this.toolTipCaption));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (11)
77this.toolTipControl.Activate(activate); 1493if (this.toolTipControl.Activated) 1495this.toolTipControl.Activate(false /*activate*/); 2741if (this.toolTipControl.Activated && this.ptToolTipCell == this.ptCurrentCell) 2743this.toolTipControl.Activate(false /*activate*/); 3318if (this.toolTipControl.ToolTip == toolTip) 5672this.toolTipControl.Dispose(); 16559!this.toolTipControl.Activated) 16581bool mouseOverToolTipControl = this.toolTipControl.Activated && this.ClientRectangle.Contains(PointToClient(Control.MousePosition)); 16602this.toolTipControl.Activate(false /*activate*/); 16775if (!this.toolTipControl.Activated)