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