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