10 references to Length
System.Private.Windows.Core (1)
Windows\Win32\Foundation\BSTR.cs (1)
48public bool IsNullOrEmpty => Length == 0;
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
498if (nameBstr.Length == 0) 520if (helpStringBstr.Length > 0)
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
295if (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)
74Assert.Equal(0, dllName.Length); 75Assert.Equal(0, name.Length); 94Assert.Equal(0, docString.Length); 96Assert.Equal(0, helpFile.Length); 182Assert.Equal(0, mops.Length);