2 writes to element
System.Xml.Linq (2)
System\Xml\Linq\XComponentModel.cs (2)
321element = component as XElement; 327element = component as XElement;
7 references to element
System.Xml.Linq (7)
System\Xml\Linq\XComponentModel.cs (7)
322if (element == null) return string.Empty; 323return element.Value; 328if (element == null) return; 329element.Value = value as string; 333if (element == null) return; 338OnValueChanged(element, EventArgs.Empty); 343OnValueChanged(element, EventArgs.Empty);