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