10 references to Length
System.Private.Windows.Core (1)
Windows\Win32\Foundation\BSTR.cs (1)
48
public bool IsNullOrEmpty =>
Length
== 0;
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
498
if (nameBstr.
Length
== 0)
520
if (helpStringBstr.
Length
> 0)
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
295
if (text.
Length
== 0)
311
? ComHelpers.GetComPointer<ITextRangeProvider>(new UiaTextRange(_enclosingElement, _provider, Start + index, Start + index + text.
Length
))
System.Windows.Forms.Primitives.Tests (5)
Interop\Oleaut32\ITypeInfoTests.cs (5)
74
Assert.Equal(0, dllName.
Length
);
75
Assert.Equal(0, name.
Length
);
94
Assert.Equal(0, docString.
Length
);
96
Assert.Equal(0, helpFile.
Length
);
182
Assert.Equal(0, mops.
Length
);