1 write to CurrentKeyIsUnconverted
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
2595ctx.CurrentKeyIsUnconverted = pendingAdd.KeyIsUnconverted;
2 references to CurrentKeyIsUnconverted
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1825if (ctx.CurrentKeyIsUnconverted && !ctx.ParentShouldNotConvertChildKeys) 1923KeyIsUnconverted = ctx.CurrentKeyIsUnconverted,