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