3 writes to CurrentCtorArgs
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
731
_context.
CurrentCtorArgs
= ((List<object>)_context.CurrentCollection).ToArray();
1206
ctx.
CurrentCtorArgs
= null;
1265
ctx.
CurrentCtorArgs
= argInstances;
4 references to CurrentCtorArgs
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1153
if (currentType.IsMarkupExtension && ctx.
CurrentCtorArgs
is not null)
1155
object[] args = ctx.
CurrentCtorArgs
;
1169
inst = Runtime.CreateInstance(currentType, ctx.
CurrentCtorArgs
);
1195
inst = Runtime.CreateWithFactoryMethod(ownerType, propertyName.Name, ctx.
CurrentCtorArgs
);