1 instantiation of XamlDeferLoadAttribute
PresentationFramework (1)
System\Windows\TemplateContent.cs (1)
23[XamlDeferLoad(typeof(TemplateContentLoader), typeof(FrameworkElement))]
5 references to XamlDeferLoadAttribute
System.Xaml (5)
System\Xaml\Schema\Reflector.cs (3)
273Debug.Assert(attributeType == typeof(XamlDeferLoadAttribute)); 275XamlDeferLoadAttribute tca = (XamlDeferLoadAttribute)attributes[0];
System\Xaml\XamlMember.cs (1)
550Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(XamlDeferLoadAttribute), 2);
System\Xaml\XamlType.cs (1)
862Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(XamlDeferLoadAttribute), 2);