3 writes to _typeName
System.Xaml (3)
System\Windows\Markup\TypeExtension.cs (3)
35_typeName = typeName ?? throw new ArgumentNullException(nameof(typeName)); 97_typeName = value ?? throw new ArgumentNullException(nameof(value)); 114_typeName = null;
4 references to _typeName
System.Xaml (4)
System\Windows\Markup\TypeExtension.cs (4)
62if (_typeName == null) 77_type = xamlTypeResolver.Resolve(_typeName); 80throw new InvalidOperationException(SR.Format(SR.MarkupExtensionTypeNameBad, _typeName)); 93get => _typeName;