2 writes to KeyIsUnconverted
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
725set { _stack.CurrentFrame.KeyIsUnconverted = value; } 731set { _stack.PreviousFrame.KeyIsUnconverted = value; }
1 reference to KeyIsUnconverted
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
724get { return _stack.CurrentFrame.KeyIsUnconverted; }