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