5 references to BeginEdit
System.Data (5)
fx\src\data\System\Data\DataRowView.cs (1)
158Row.BeginEdit();
fx\src\data\System\Data\DataTable.cs (1)
2551row.BeginEdit(); // ensure something's there.
fx\src\data\System\Data\XmlDataLoader.cs (2)
348row.BeginEdit(); 1003row.BeginEdit(); // and allow it's population with data
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2184row.BeginEdit();