1 instantiation of SpecialBracketCharacters
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
597? new SpecialBracketCharacters(markupExtensionBracketCharactersList)
14 references to SpecialBracketCharacters
System.Xaml (14)
System\Xaml\Context\XamlParserContext.cs (1)
210internal Dictionary<string, SpecialBracketCharacters> CurrentEscapeCharacterMapForMarkupExtension
System\Xaml\Context\XamlParserFrame.cs (1)
37public Dictionary<string, SpecialBracketCharacters> EscapeCharacterMapForMarkupExtension { get; set; }
System\Xaml\Parser\MeScanner.cs (3)
64private SpecialBracketCharacters _currentSpecialBracketCharacters; 602private SpecialBracketCharacters GetBracketCharacterForProperty(string propertyName) 604SpecialBracketCharacters bracketCharacters = null;
System\Xaml\XamlSchemaContext.cs (9)
489private ConcurrentDictionary<XamlType, Dictionary<string, SpecialBracketCharacters> > _masterBracketCharacterCache; 498private ConcurrentDictionary<XamlType, Dictionary<string, SpecialBracketCharacters> > MasterBracketCharacterCache 503Interlocked.CompareExchange(ref _masterBracketCharacterCache, CreateDictionary<XamlType, Dictionary<string, SpecialBracketCharacters>>(), null); 566internal Dictionary<string, SpecialBracketCharacters> InitBracketCharacterCacheForType(XamlType type) 570Dictionary<string, SpecialBracketCharacters> bracketCharacterCache = null; 587private Dictionary<string, SpecialBracketCharacters> BuildBracketCharacterCacheForType(XamlType type) 589Dictionary<string, SpecialBracketCharacters> map = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase); 596SpecialBracketCharacters splBracketCharacters = markupExtensionBracketCharactersList is not null && markupExtensionBracketCharactersList.Count > 0