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