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