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