8 references to DataView
System.Data (3)
fx\src\data\System\Data\DataView.cs (1)
118public DataView() : this(null) {
fx\src\data\System\Data\DataViewManager.cs (1)
342DataView dataView = new DataView(table);
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
31DataView dataView = new DataView(table);
System.Data.DataSetExtensions (1)
System\Data\LinqDataView.cs (1)
42: base(table)
System.Web (1)
UI\WebControls\FilteredDataSetHelper.cs (1)
26DataView dv = new DataView(table);
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
647dataSource = new DataView((DataTable)dataSource);
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (1)
95return DesignTimeData.GetDesignTimeDataSource(DesignTimeData.CreateSampleDataTable(new DataView(schemaTable), true), minimumRows);
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
647dataSource = new DataView((DataTable)dataSource);