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