2 writes to length
System.Drawing (2)
commonui\System\Drawing\Advanced\StringFormat.cs (2)
39this.length = Length; 66length = value;
3 references to length
System.Drawing (3)
commonui\System\Drawing\Advanced\StringFormat.cs (3)
63return length; 76return ((this.first == cr.First) && (this.length == cr.Length)); 94return unchecked(this.first << 8 + this.length);