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