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