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