2 writes to PropertyElement
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
341node.PropertyElement = dirProperty; 452node.PropertyElement = property;
3 references to PropertyElement
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
107get { return _currentNode.PropertyElement; } 355_scannerStack.CurrentProperty = node.PropertyElement; 458_scannerStack.CurrentProperty = node.PropertyElement;