1 write to _constructorDelegate
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
342type._constructorDelegate = ctorDelegate;
2 references to _constructorDelegate
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
291InvokeDelegate(type._constructorDelegate, inst); 303if (type._constructorDelegate != null)