3 references to GetWindowTextLength
System.Private.Windows.Core (3)
Windows\Win32\PInvokeCore.GetWindowText.cs (1)
24
int newTextLength =
GetWindowTextLength
(hWnd.Handle);
Windows\Win32\PInvokeCore.GetWindowTextLength.cs (2)
8
/// <inheritdoc cref="
GetWindowTextLength
(HWND)"/>
11
int result =
GetWindowTextLength
(hWnd.Handle);