3 writes to _tokenCount
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (3)
92
_tokenCount
= (friendlyName != null) ? -1 : 0;
105
_tokenCount
= first._tokenCount + second._tokenCount;
195
_tokenCount
= CountTokens(_friendlyName);
7 references to _tokenCount
PresentationCore (7)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (7)
105
_tokenCount = first.
_tokenCount
+ second.
_tokenCount
;
108
if (first.
_tokenCount
== 0)
112
else if (second.
_tokenCount
== 0)
118
_canonicalReferences = new CanonicalFontFamilyReference[
_tokenCount
];
193
if (
_tokenCount
< 0)
197
return
_tokenCount
;