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