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