6 references to Length
System.Private.Windows.Core (5)
Windows.Win32.ITypeLib.g.cs (2)
339 szNameBuf = szNameBuf.Slice(0, wstrszNameBuf.Length); 391 szNameBuf = szNameBuf.Slice(0, wstrszNameBuf.Length);
Windows.Win32.PWSTR.g.cs (1)
63 internal Span<char> AsSpan() => this.Value is null ? default(Span<char>) : new Span<char>(this.Value, this.Length);
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (2)
73 szNameBuf = szNameBuf.Slice(0, wstrszNameBuf.Length); 89 szNameBuf = szNameBuf.Slice(0, wstrszNameBuf.Length);
System.Windows.Forms.Primitives (1)
Windows.Win32.PInvoke.USER32.dll.g.cs (1)
783 lpchText = lpchText.Slice(0, wstrlpchText.Length);