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