3 writes to _tokenCount
PresentationCore (3)
MS\Internal\FontFace\FontFamilyIdentifier.cs (3)
78
_tokenCount
= (friendlyName != null) ? -1 : 0;
91
_tokenCount
= first._tokenCount + second._tokenCount;
181
_tokenCount
= CountTokens(_friendlyName);
7 references to _tokenCount
PresentationCore (7)
MS\Internal\FontFace\FontFamilyIdentifier.cs (7)
91
_tokenCount = first.
_tokenCount
+ second.
_tokenCount
;
94
if (first.
_tokenCount
== 0)
98
else if (second.
_tokenCount
== 0)
104
_canonicalReferences = new CanonicalFontFamilyReference[
_tokenCount
];
179
if (
_tokenCount
< 0)
183
return
_tokenCount
;