4 references to MasterBracketCharacterCache
PresentationFramework (4)
src\Framework\System\Windows\Markup\ParserContext.cs (4)
171
_masterBracketCharacterCache = parserContext.
MasterBracketCharacterCache
;
211
if (!
MasterBracketCharacterCache
.ContainsKey(type))
214
MasterBracketCharacterCache
.Add(type, map);
217
return
MasterBracketCharacterCache
[type];