3 references to PreconstructionPropertyValues
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (2)
609
get { return _stack.CurrentFrame.
PreconstructionPropertyValues
; }
619
get { return _stack.PreviousFrame.
PreconstructionPropertyValues
; }
System\Xaml\Context\ObjectWriterFrame.cs (1)
33
_preconstructionPropertyValues = new Dictionary<XamlMember, object>(source.
PreconstructionPropertyValues
);