3 writes to _typeName
System.Xaml (3)
System\Windows\Markup\TypeExtension.cs (3)
35_typeName = typeName ?? throw new ArgumentNullException(nameof(typeName)); 96_typeName = value ?? throw new ArgumentNullException(nameof(value)); 113_typeName = null;
4 references to _typeName
System.Xaml (4)
System\Windows\Markup\TypeExtension.cs (4)
62if (_typeName is null) 76_type = xamlTypeResolver.Resolve(_typeName); 79throw new InvalidOperationException(SR.Format(SR.MarkupExtensionTypeNameBad, _typeName)); 92get => _typeName;