5 references to Activated
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
1493
if (this.toolTipControl.
Activated
)
2741
if (this.toolTipControl.
Activated
&& this.ptToolTipCell == this.ptCurrentCell)
16559
!this.toolTipControl.
Activated
)
16581
bool mouseOverToolTipControl = this.toolTipControl.
Activated
&& this.ClientRectangle.Contains(PointToClient(Control.MousePosition));
16775
if (!this.toolTipControl.
Activated
)