4 references to Length
Microsoft.Private.Windows.Core (4)
Windows\Win32\PInvokeCore.GetWindowText.cs (2)
44int actualTextLength = GetWindowText(hWnd.Handle, b, buffer.Length); 55if (actualTextLength > buffer.Length - 2)
Windows\Win32\System\Com\ComManagedStream.cs (2)
89uint read = remaining < (ulong)buffer.Length ? (uint)remaining : (uint)buffer.Length;