7 references to Length
System.Drawing.Common (7)
src\Common\src\ValueStringBuilder.cs (7)
57/// Does not ensure there is a null char after <see cref="Length"/> 66/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 71EnsureCapacity(Length + 1); 72_chars[Length] = '\0'; 100/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 105EnsureCapacity(Length + 1); 106_chars[Length] = '\0';