3 writes to CurrentCtorArgs
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
715
_context.
CurrentCtorArgs
= ((List<object>)_context.CurrentCollection).ToArray();
1176
ctx.
CurrentCtorArgs
= null;
1235
ctx.
CurrentCtorArgs
= argInstances;
4 references to CurrentCtorArgs
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1123
if (currentType.IsMarkupExtension && ctx.
CurrentCtorArgs
!= null)
1125
object[] args = ctx.
CurrentCtorArgs
;
1140
inst = Runtime.CreateInstance(currentType, ctx.
CurrentCtorArgs
);
1166
inst = Runtime.CreateWithFactoryMethod(ownerType, propertyName.Name, ctx.
CurrentCtorArgs
);