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