5 writes to _canonicalReferences
PresentationCore (5)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (5)
93_canonicalReferences = null; 110_canonicalReferences = second._canonicalReferences; 114_canonicalReferences = first._canonicalReferences; 118_canonicalReferences = new CanonicalFontFamilyReference[_tokenCount]; 277_canonicalReferences = canonicalReferences;
12 references to _canonicalReferences
PresentationCore (12)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (12)
110_canonicalReferences = second._canonicalReferences; 114_canonicalReferences = first._canonicalReferences; 121foreach (CanonicalFontFamilyReference family in first._canonicalReferences) 123_canonicalReferences[i++] = family; 125foreach (CanonicalFontFamilyReference family in second._canonicalReferences) 127_canonicalReferences[i++] = family; 158if (!_canonicalReferences[i].Equals(other._canonicalReferences[i])) 179foreach (CanonicalFontFamilyReference family in _canonicalReferences) 210if (_canonicalReferences != null) 214return _canonicalReferences[tokenIndex]; 243if (_canonicalReferences != null)