1 write to _type
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (1)
15
_type
= type;
4 references to _type
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (4)
20
if ((arguments == null || arguments.Length == 0) &&
_type
.DefaultConstructor != null)
22
return
_type
.DefaultConstructor.Invoke();
24
else if (
_type
.IsMarkupExtension)
27
if(!
_type
.Constructors.TryGetValue(arguments.Length, out ctorInfo))