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