2 writes to PropertyElement
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
339node.PropertyElement = dirProperty; 447node.PropertyElement = property;
3 references to PropertyElement
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
108get { return _currentNode.PropertyElement; } 353_scannerStack.CurrentProperty = node.PropertyElement; 453_scannerStack.CurrentProperty = node.PropertyElement;