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