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