3 writes to _tokenCount
PresentationCore (3)
MS\Internal\FontFace\FontFamilyIdentifier.cs (3)
91_tokenCount = (friendlyName != null) ? -1 : 0; 104_tokenCount = first._tokenCount + second._tokenCount; 194_tokenCount = CountTokens(_friendlyName);
7 references to _tokenCount
PresentationCore (7)
MS\Internal\FontFace\FontFamilyIdentifier.cs (7)
104_tokenCount = first._tokenCount + second._tokenCount; 107if (first._tokenCount == 0) 111else if (second._tokenCount == 0) 117_canonicalReferences = new CanonicalFontFamilyReference[_tokenCount]; 192if (_tokenCount < 0) 196return _tokenCount;