4 references to MasterBracketCharacterCache
PresentationFramework (4)
System\Windows\Markup\ParserContext.cs (4)
157
_masterBracketCharacterCache = parserContext.
MasterBracketCharacterCache
;
197
if (!
MasterBracketCharacterCache
.ContainsKey(type))
200
MasterBracketCharacterCache
.Add(type, map);
203
return
MasterBracketCharacterCache
[type];