5 references to DataView
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
184DataTable table = (drv != null) ? drv.DataView.Table : dr.Table;
System.Data.Common (4)
System\Data\DataRowView.cs (4)
24/// Checks for same reference instead of equivalent <see cref="DataView"/> or <see cref="Row"/>. 148if (relation == null || relation.ParentKey.Table != DataView.Table) 166childView.SetDataViewManager(DataView.DataViewManager); 178CreateChildView(DataView.Table!.ChildRelations[relationName]!, followParent);