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