3 writes to _tokenCount
PresentationCore (3)
MS\Internal\FontFace\FontFamilyIdentifier.cs (3)
79
_tokenCount
= (friendlyName != null) ? -1 : 0;
92
_tokenCount
= first._tokenCount + second._tokenCount;
182
_tokenCount
= CountTokens(_friendlyName);
7 references to _tokenCount
PresentationCore (7)
MS\Internal\FontFace\FontFamilyIdentifier.cs (7)
92
_tokenCount = first.
_tokenCount
+ second.
_tokenCount
;
95
if (first.
_tokenCount
== 0)
99
else if (second.
_tokenCount
== 0)
105
_canonicalReferences = new CanonicalFontFamilyReference[
_tokenCount
];
180
if (
_tokenCount
< 0)
184
return
_tokenCount
;