4 references to XamlRootElementType
System.Xaml.Hosting (4)
System\Xaml\Hosting\Configuration\HandlerElement.cs (4)
24ConfigurationProperty xamlRoot = new ConfigurationProperty(XamlHostingConfiguration.XamlRootElementType, typeof(string), " ", null, new StringValidator(1), ConfigurationPropertyOptions.IsKey | ConfigurationPropertyOptions.IsRequired); 62[ConfigurationProperty(XamlHostingConfiguration.XamlRootElementType, DefaultValue = " ", 69return (string)base[XamlHostingConfiguration.XamlRootElementType]; 77base[XamlHostingConfiguration.XamlRootElementType] = value;