2 references to Length
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
232
public bool IsEmpty =>
Length
== 0;
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
62
public int Length => _value.
Length
;