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