9 references to GetCaptionForTool
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5304: toolTip.GetCaptionForTool(this);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
164return toolTip.GetCaptionForTool(this);
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabPageTests.cs (7)
5006string actual = internalToolTip.GetCaptionForTool(control); 5024string actual = internalToolTip.GetCaptionForTool(control); 5065string actualText = internalToolTip.GetCaptionForTool(control); 5079actualText = internalToolTip.GetCaptionForTool(control); 5097string actualText = internalToolTip.GetCaptionForTool(control); 5109actualText = internalToolTip.GetCaptionForTool(control); 5146string actualText = internalToolTip.GetCaptionForTool(control);