2 writes to attribute
System.Xml.Linq (2)
System\Xml\Linq\XComponentModel.cs (2)
381attribute = component as XAttribute; 387attribute = component as XAttribute;
6 references to attribute
System.Xml.Linq (6)
System\Xml\Linq\XComponentModel.cs (6)
382if (attribute == null) return string.Empty; 383return attribute.Value; 388if (attribute == null) return; 389attribute.Value = value as string; 393if (attribute == null) return; 395OnValueChanged(attribute, EventArgs.Empty);