3 references to AssignedProperties
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (2)
635get { return _stack.CurrentFrame.AssignedProperties; } 640get { return _stack.PreviousFrame.AssignedProperties; }
System\Xaml\Context\ObjectWriterFrame.cs (1)
41_assignedProperties = new HashSet<XamlMember>(source.AssignedProperties);