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