8 writes to ToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
598ToolTip = string.Empty, 2404ToolTip.ToolTip = string.Empty; 2761ToolTip.ToolTip = string.Empty; 3066ToolTip.ToolTip = string.Empty; 3119ToolTip.ToolTip = tip; 3124ToolTip.ToolTip = string.Empty; 3243ToolTip.ToolTip = string.Empty;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
176PropertyGridView.ToolTip.ToolTip = PasswordProtect ? "" : Text;
2 references to ToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (2)
91Caption = ToolTip, 152string? oldText = ToolTip;