3 references to GetAttributeTypes
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (1)
271return GetAttributeTypes(attributeType, count);
System\Xaml\XamlMember.cs (1)
530Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(XamlDeferLoadAttribute), 2);
System\Xaml\XamlType.cs (1)
813Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(XamlDeferLoadAttribute), 2);