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