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