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