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