3 references to GetAllAttributeContents
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (1)
327
return
GetAllAttributeContents
<T>(attributeType);
System\Xaml\XamlMember.cs (1)
549
List<string> doPropertyNames = _reflector.
GetAllAttributeContents
<string>(typeof(DependsOnAttribute));
System\Xaml\XamlType.cs (1)
776
List<Type> wrapperTypes = _reflector.
GetAllAttributeContents
<Type>(typeof(ContentWrapperAttribute));