2 references to ParentlessPropertyElement
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (1)
81throw new XamlInternalException(SR.Format(SR.ParentlessPropertyElement, propName.ScopedName));
System\Xaml\Parser\XamlScanner.cs (1)
252throw LineInfo(new XamlParseException(SR.Format(SR.ParentlessPropertyElement, _xmlReader.Name)));