8 references to Length
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
233
public bool IsEmpty =>
Length
== 0;
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
62
public int Length => _value.
Length
;
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (1)
75
Assert.Equal(8, actual.
Length
);
System\Windows\Forms\Automation\UiaTextRangeTests.cs (4)
567
for (int i = 0; i < actual.
Length
; i++)
668
for (int i = 0; i < actual.
Length
; i++)
749
Assert.True(expected.Length == actual.
Length
);
831
Assert.True(expected.Length == actual.
Length
);
Windows\Win32\System\Com\SafeArrayScopeTests.cs (1)
13
Assert.Equal(intArray.Length, scope.
Length
);