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