6 references to MarkupExtensionBracketCharactersAttribute
System.Xaml (6)
System\Xaml\Schema\Reflector.cs (5)
149if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute)) 154MarkupExtensionBracketCharactersAttribute bracketCharactersAttribute = (MarkupExtensionBracketCharactersAttribute)attribute; 165if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute)) 422if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute))
System\Xaml\XamlMember.cs (1)
747IReadOnlyDictionary<char, char> bracketCharactersList = _reflector.GetBracketCharacterAttributes(typeof(MarkupExtensionBracketCharactersAttribute));