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