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