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