2 writes to dataSet
System.Data (2)
fx\src\data\System\Data\DataViewManager.cs (2)
38this.dataSet = dataSet; 71this.dataSet = value;
12 references to dataSet
System.Data (12)
fx\src\data\System\Data\DataViewManager.cs (12)
39if (this.dataSet != null) { 40this.dataSet.Tables.CollectionChanged += new CollectionChangeEventHandler(TableCollectionChanged); 41this.dataSet.Relations.CollectionChanged += new CollectionChangeEventHandler(RelationCollectionChanged); 54return dataSet; 63if (dataSet != null) { 67this.dataSet.Tables.CollectionChanged -= new CollectionChangeEventHandler(TableCollectionChanged); 68this.dataSet.Relations.CollectionChanged -= new CollectionChangeEventHandler(RelationCollectionChanged); 72this.dataSet.Tables.CollectionChanged += new CollectionChangeEventHandler(TableCollectionChanged); 73this.dataSet.Relations.CollectionChanged += new CollectionChangeEventHandler(RelationCollectionChanged); 91if (dataSet == null) 96foreach (DataTable dt in dataSet.Tables) { 339if (dataSet == null)