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