5 implementations of GetCaptionForTool
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
13055string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => GetCaptionForTool(toolTip);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
361string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip)
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (1)
18string IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3656string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText;
System\Windows\Forms\Controls\TreeView\TreeNode.IKeyboardToolTip.cs (1)
16string IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText;
2 references to GetCaptionForTool
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5345? host.GetCaptionForTool(toolTip)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
195string? toolTipText = tool.GetCaptionForTool(toolTip);