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)
473
if (
_attribute
== null)
475
return
_attribute
.Value;
481
if (
_attribute
== null)
483
_attribute
.Value = (value as string)!;
488
if (
_attribute
== null)
492
OnValueChanged(
_attribute
, EventArgs.Empty);