2 references to TryGetHttpHandlerType
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlBuildProvider.cs (1)
157XamlHostingConfiguration.TryGetHttpHandlerType(this.VirtualPath, rootXamlType.UnderlyingType, out httpHandlerType);
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
248if (XamlHostingConfiguration.TryGetHttpHandlerType(url, this.hostedXamlType, out httpHandlerType))