4 references to MasterBracketCharacterCache
PresentationFramework (4)
System\Windows\Markup\ParserContext.cs (4)
161
_masterBracketCharacterCache = parserContext.
MasterBracketCharacterCache
;
201
if (!
MasterBracketCharacterCache
.ContainsKey(type))
204
MasterBracketCharacterCache
.Add(type, map);
207
return
MasterBracketCharacterCache
[type];