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; 94if (first._tokenCount == 0) 98else if (second._tokenCount == 0) 104_canonicalReferences = new CanonicalFontFamilyReference[_tokenCount]; 179if (_tokenCount < 0) 183return _tokenCount;