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; 95if (first._tokenCount == 0) 99else if (second._tokenCount == 0) 105_canonicalReferences = new CanonicalFontFamilyReference[_tokenCount]; 180if (_tokenCount < 0) 184return _tokenCount;