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