4 references to TemplateContentLoader
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6344
bamlMember.DeferringLoaderType = typeof(System.Windows.
TemplateContentLoader
);
src\Framework\System\Windows\TemplateContent.cs (1)
23
[XamlDeferLoad(typeof(
TemplateContentLoader
), typeof(FrameworkElement))]
src\Framework\System\Windows\TemplateContentLoader.cs (2)
29
throw new InvalidOperationException(SR.Get(SRID.DeferringLoaderNoContext,typeof(
TemplateContentLoader
).Name, typeof(T).Name));
36
throw new NotSupportedException(SR.Get(SRID.DeferringLoaderNoSave, typeof(
TemplateContentLoader
).Name));