1 write to parent
System.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
33
this.
parent
= parent;
9 references to parent
System.Xml (9)
System\Xml\Schema\XmlSchemaObjectCollection.cs (9)
106
if (
parent
!= null) {
107
parent
.OnAdd(this, item);
116
if (
parent
!= null) {
117
parent
.OnRemove(this, oldValue);
118
parent
.OnAdd(this, newValue);
127
if (
parent
!= null) {
128
parent
.OnClear(this);
137
if (
parent
!= null) {
138
parent
.OnRemove(this, item);