3 writes to _tokenCount
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (3)
92_tokenCount = (friendlyName != null) ? -1 : 0; 105_tokenCount = first._tokenCount + second._tokenCount; 195_tokenCount = CountTokens(_friendlyName);
7 references to _tokenCount
PresentationCore (7)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (7)
105_tokenCount = first._tokenCount + second._tokenCount; 108if (first._tokenCount == 0) 112else if (second._tokenCount == 0) 118_canonicalReferences = new CanonicalFontFamilyReference[_tokenCount]; 193if (_tokenCount < 0) 197return _tokenCount;