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