4 writes to toolTipCaption
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (3)
4798
this.
toolTipCaption
= String.Empty;
4852
this.
toolTipCaption
= String.Empty;
4947
this.
toolTipCaption
= String.Empty;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
75
this.
toolTipCaption
= toolTipText;
8 references to toolTipCaption
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridView.cs (7)
4791
this.toolTipControl.Activate(!String.IsNullOrEmpty(this.
toolTipCaption
));
4805
this.toolTipControl.Activate(!String.IsNullOrEmpty(this.
toolTipCaption
));
4845
this.toolTipControl.Activate(!String.IsNullOrEmpty(this.
toolTipCaption
) /*activate*/);
4858
bool activate = !String.IsNullOrEmpty(this.
toolTipCaption
);
4940
this.toolTipControl.Activate(!String.IsNullOrEmpty(this.
toolTipCaption
));
4954
this.toolTipControl.Activate(!String.IsNullOrEmpty(this.
toolTipCaption
));
5124
return this.
toolTipCaption
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
3328
return String.IsNullOrEmpty(this.
toolTipCaption
) && this.ShowCellToolTips;