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