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