13 references to Activate
System.Windows.Forms (13)
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 (4)
77this.toolTipControl.Activate(activate); 1495this.toolTipControl.Activate(false /*activate*/); 2743this.toolTipControl.Activate(false /*activate*/); 16602this.toolTipControl.Activate(false /*activate*/);