2 writes to _attribute
System.ComponentModel.TypeConverter (2)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (2)
472_attribute = component as XAttribute; 480_attribute = component as XAttribute;
6 references to _attribute
System.ComponentModel.TypeConverter (6)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (6)
473if (_attribute == null) 475return _attribute.Value; 481if (_attribute == null) 483_attribute.Value = (value as string)!; 488if (_attribute == null) 492OnValueChanged(_attribute, EventArgs.Empty);