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