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