4 references to TemplateContentLoader
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6386
bamlMember.DeferringLoaderType = typeof(System.Windows.
TemplateContentLoader
);
System\Windows\TemplateContent.cs (1)
27
[XamlDeferLoad(typeof(
TemplateContentLoader
), typeof(FrameworkElement))]
System\Windows\TemplateContentLoader.cs (2)
27
throw new InvalidOperationException(SR.Format(SR.DeferringLoaderNoContext,typeof(
TemplateContentLoader
).Name, typeof(T).Name));
34
throw new NotSupportedException(SR.Format(SR.DeferringLoaderNoSave, typeof(
TemplateContentLoader
).Name));