2 writes to _masterBracketCharacterCache
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
171
_masterBracketCharacterCache
= parserContext.MasterBracketCharacterCache;
734
_masterBracketCharacterCache
= new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
2 references to _masterBracketCharacterCache
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
732
if (
_masterBracketCharacterCache
== null)
737
return
_masterBracketCharacterCache
;