1 write to hostedXamlType
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
245
this.
hostedXamlType
= GetCompiledCustomString(context.Request.AppRelativeCurrentExecutionFilePath);
5 references to hostedXamlType
System.Xaml.Hosting (5)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (5)
243
if (this.
hostedXamlType
== null)
248
if (XamlHostingConfiguration.TryGetHttpHandlerType(url, this.
hostedXamlType
, out httpHandlerType))
252
TD.HttpHandlerPickedForUrl(url,
hostedXamlType
.FullName, httpHandlerType.FullName);
277
new ConfigurationErrorsException(SR.NotHttpHandlerType(url, this.
hostedXamlType
, httpHandlerType.FullName));
283
new ConfigurationErrorsException(SR.HttpHandlerForXamlTypeNotFound(url, this.
hostedXamlType
, XamlHostingConfiguration.XamlHostingSection));