5 references to Length
System.Private.Windows.Core (1)
Windows\Win32\Foundation\BSTR.cs (1)
45public 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))