1 write to ShouldNotConvertChildKeys
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
749
set { _stack.PreviousPreviousFrame.
ShouldNotConvertChildKeys
= value; }
2 references to ShouldNotConvertChildKeys
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
748
get { return _stack.PreviousFrame.
ShouldNotConvertChildKeys
; }
754
get { return _stack.PreviousPreviousFrame.
ShouldNotConvertChildKeys
; }