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