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