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