3 writes to CurrentCtorArgs
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
713
_context.
CurrentCtorArgs
= ((List<object>)_context.CurrentCollection).ToArray();
1174
ctx.
CurrentCtorArgs
= null;
1233
ctx.
CurrentCtorArgs
= argInstances;
4 references to CurrentCtorArgs
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1121
if (currentType.IsMarkupExtension && ctx.
CurrentCtorArgs
is not null)
1123
object[] args = ctx.
CurrentCtorArgs
;
1138
inst = Runtime.CreateInstance(currentType, ctx.
CurrentCtorArgs
);
1164
inst = Runtime.CreateWithFactoryMethod(ownerType, propertyName.Name, ctx.
CurrentCtorArgs
);