12 implementations of ContainsListCollection
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
553bool System.ComponentModel.IListSource.ContainsListCollection {
fx\src\data\System\Data\DataTable.cs (1)
2736bool System.ComponentModel.IListSource.ContainsListCollection {
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
151bool IListSource.ContainsListCollection
System\Data\Objects\ObjectQuery.cs (1)
144bool IListSource.ContainsListCollection
System\Data\Objects\ObjectResult.cs (1)
38bool IListSource.ContainsListCollection
System.Data.Linq (4)
DataContext.cs (1)
1191bool IListSource.ContainsListCollection {
DataQuery.cs (1)
74bool IListSource.ContainsListCollection {
SqlClient\SqlProvider.cs (1)
1958bool IListSource.ContainsListCollection {
Types.cs (1)
643bool IListSource.ContainsListCollection {
System.Web (3)
UI\DataSourceControl.cs (1)
242bool IListSource.ContainsListCollection {
UI\WebControls\SiteMapDataSource.cs (1)
408bool IListSource.ContainsListCollection {
UI\WebControls\XmlDataSource.cs (1)
710bool IListSource.ContainsListCollection {
4 references to ContainsListCollection
System.Web (1)
UI\DataSourceHelper.cs (1)
28if (listSource.ContainsListCollection == false) {
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
679if (((IListSource)dataSource).ContainsListCollection && ((IListSource)dataSource).GetList().Count > 0)
System.Web.Mobile (1)
UI\MobileControls\DataSourceHelper.cs (1)
45if (listSource.ContainsListCollection == false)
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
679if (((IListSource)dataSource).ContainsListCollection && ((IListSource)dataSource).GetList().Count > 0)