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)
24if ((arguments == null || arguments.Length == 0) && _type.DefaultConstructor != null) 26return _type.DefaultConstructor.Invoke(); 28else if (_type.IsMarkupExtension) 31if(!_type.Constructors.TryGetValue(arguments.Length, out ctorInfo))