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