2 references to GetWindowTextLength
System.Private.Windows.Core (2)
Windows\Win32\PInvoke.GetWindowText.cs (1)
24
int newTextLength =
GetWindowTextLength
(hWnd.Handle);
Windows\Win32\PInvoke.GetWindowTextLength.cs (1)
11
int result =
GetWindowTextLength
(hWnd.Handle);