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