2 writes to
System.Data (2)
fx\src\data\System\Data\DataViewSettingCollection.cs (2)
38
this
[
table] = dataViewSetting;
91
this
[
dt] = value;
4 references to
System.Data (4)
fx\src\data\System\Data\DataView.cs (1)
1512
DataViewSetting dataViewSetting = dataViewManager.DataViewSettings
[
table];
fx\src\data\System\Data\DataViewManager.cs (1)
97
DataViewSetting ds = dataViewSettingsCollection
[
dt];
fx\src\data\System\Data\DataViewSettingCollection.cs (2)
74
return this
[
dt];
84
return this
[
dt];