3 references to MasterBracketCharacterCache
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (3)
198
if (!
MasterBracketCharacterCache
.ContainsKey(type))
201
MasterBracketCharacterCache
.Add(type, map);
204
return
MasterBracketCharacterCache
[type];