1 instantiation of SpecialBracketCharacters
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
873
bracketCharacters = new
SpecialBracketCharacters
();
14 references to SpecialBracketCharacters
PresentationFramework (14)
System\Windows\Markup\MarkupExtensionParser.cs (5)
926
Dictionary<string,
SpecialBracketCharacters
> bracketCharacterCache = _parserContext.InitBracketCharacterCacheForType(extensionType);
943
SpecialBracketCharacters
bracketCharacters = null;
1476
private
SpecialBracketCharacters
GetBracketCharacterForProperty(string propertyName, Dictionary<string,
SpecialBracketCharacters
> bracketCharacterCache)
1478
SpecialBracketCharacters
bracketCharacters = null;
System\Windows\Markup\ParserContext.cs (9)
195
internal Dictionary<string,
SpecialBracketCharacters
> InitBracketCharacterCacheForType(Type type)
199
Dictionary<string,
SpecialBracketCharacters
> map = BuildBracketCharacterCacheForType(type);
696
internal Dictionary<Type, Dictionary<string,
SpecialBracketCharacters
>> MasterBracketCharacterCache
702
_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string,
SpecialBracketCharacters
>>();
821
private Dictionary<Type, Dictionary<string,
SpecialBracketCharacters
>> _masterBracketCharacterCache;
840
private Dictionary<string,
SpecialBracketCharacters
> BuildBracketCharacterCacheForType(Type extensionType)
842
Dictionary<string,
SpecialBracketCharacters
> cache = new Dictionary<string,
SpecialBracketCharacters
>(StringComparer.OrdinalIgnoreCase);
852
SpecialBracketCharacters
bracketCharacters = null;