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