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