6 writes to Parent
System.Data (6)
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (6)
162
value.
Parent
= this;
184
item.
Parent
= null;
264
value.
Parent
= this;
294
items[index].
Parent
= null;
320
items[index].
Parent
= null;
321
newValue.
Parent
= this;
4 references to Parent
System.Data (4)
fx\src\data\System\Data\Common\DataColumnMapping.cs (2)
70
if ((null !=
Parent
) && (0 != ADP.SrcCompare(_sourceColumnName, value))) {
71
Parent
.ValidateSourceColumn(-1, value);
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (2)
338
if (null != value.
Parent
) {
339
if (this != value.
Parent
) {