3 references to Length
System.Drawing (3)
commonui\System\Drawing\Advanced\StringFormat.cs (3)
76
return ((this.first == cr.First) && (this.length == cr.
Length
));
82
return ((cr1.First == cr2.First) && (cr1.
Length
== cr2.
Length
));