2 writes to PropertyElement
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
342node.PropertyElement = dirProperty; 450node.PropertyElement = property;
3 references to PropertyElement
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
111get { return _currentNode.PropertyElement; } 356_scannerStack.CurrentProperty = node.PropertyElement; 456_scannerStack.CurrentProperty = node.PropertyElement;