3 writes to CurrentCtorArgs
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
730
_context.
CurrentCtorArgs
= ((List<object>)_context.CurrentCollection).ToArray();
1205
ctx.
CurrentCtorArgs
= null;
1264
ctx.
CurrentCtorArgs
= argInstances;
4 references to CurrentCtorArgs
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1152
if (currentType.IsMarkupExtension && ctx.
CurrentCtorArgs
is not null)
1154
object[] args = ctx.
CurrentCtorArgs
;
1168
inst = Runtime.CreateInstance(currentType, ctx.
CurrentCtorArgs
);
1194
inst = Runtime.CreateWithFactoryMethod(ownerType, propertyName.Name, ctx.
CurrentCtorArgs
);