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