6 writes to Parent
System.Data (6)
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (6)
165value.Parent = this; 187item.Parent = null; 267value.Parent = this; 297items[index].Parent = null; 322items[index].Parent = null; 323newValue.Parent = this;
4 references to Parent
System.Data (4)
fx\src\data\System\Data\Common\DataTableMapping.cs (2)
100if ((null != Parent) && (0 != ADP.SrcCompare(_sourceTableName, value))) { 101Parent.ValidateSourceTable(-1, value);
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (2)
340if (null != value.Parent) { 341if (this != value.Parent) {