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)
273
Debug.Assert(attributeType == typeof(
XamlDeferLoadAttribute
));
275
XamlDeferLoadAttribute
tca = (
XamlDeferLoadAttribute
)attributes[0];
System\Xaml\XamlMember.cs (1)
550
Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(
XamlDeferLoadAttribute
), 2);
System\Xaml\XamlType.cs (1)
862
Type[] loaderTypes = _reflector.GetAttributeTypes(typeof(
XamlDeferLoadAttribute
), 2);