11 references to GetWindowText
System.Windows.Forms (7)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
69
? PInvokeCore.
GetWindowText
(target)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
64
public override string Text => PInvokeCore.
GetWindowText
(_owningChildEdit);
System\Windows\Forms\Control.cs (1)
3653
return PInvokeCore.
GetWindowText
(this);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
100
? PInvokeCore.
GetWindowText
(_owningChildEdit)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
154
private protected string DialogCaption => PInvokeCore.
GetWindowText
(_dialogHWnd);
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
161
string windowText = PInvokeCore.
GetWindowText
(hwnd);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2060
AnnounceText(toolControl, PInvokeCore.
GetWindowText
(this));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
337
string windowText = PInvokeCore.
GetWindowText
(this);
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
445
string windowTitle = PInvokeCore.
GetWindowText
(foregroundWindow);
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
37
string result = PInvokeCore.
GetWindowText
(windowHandle);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\SendInput.cs (1)
88
string windowTitle = PInvokeCore.
GetWindowText
(window);