1 instantiation of MarkupExtensionBracketCharactersAttribute
System.Xaml.Tests (1)
System\Windows\Markup\MarkupExtensionBracketCharactersAttributeTests.cs (1)
16var attribute = new MarkupExtensionBracketCharactersAttribute(openingBracket, closingBracket);
7 references to MarkupExtensionBracketCharactersAttribute
System.Xaml (6)
System\Xaml\Schema\Reflector.cs (5)
140if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute)) 145MarkupExtensionBracketCharactersAttribute bracketCharactersAttribute = (MarkupExtensionBracketCharactersAttribute)attribute; 156if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute)) 393if (attributeType == typeof(MarkupExtensionBracketCharactersAttribute))
System\Xaml\XamlMember.cs (1)
711IReadOnlyDictionary<char, char> bracketCharactersList = _reflector.GetBracketCharacterAttributes(typeof(MarkupExtensionBracketCharactersAttribute));
System.Xaml.Tests (1)
System\Windows\Markup\MarkupExtensionBracketCharactersAttributeTests.cs (1)
16var attribute = new MarkupExtensionBracketCharactersAttribute(openingBracket, closingBracket);