9 implementations of ContainsListCollection
System.Data.Common (2)
System\Data\DataSet.cs (1)
654
bool IListSource.
ContainsListCollection
=> true;
System\Data\DataTable.cs (1)
2976
bool IListSource.
ContainsListCollection
=> false;
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBindingHelperTests.cs (7)
524
public bool
ContainsListCollection
=> throw new NotImplementedException();
536
public bool
ContainsListCollection
=> throw new NotImplementedException();
606
public bool
ContainsListCollection
=> throw new NotImplementedException();
617
public bool
ContainsListCollection
=> throw new NotImplementedException();
629
public bool
ContainsListCollection
=> throw new NotImplementedException();
636
public bool
ContainsListCollection
=> throw new NotImplementedException();
643
public bool
ContainsListCollection
=> throw new NotImplementedException();
2 references to ContainsListCollection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1086
bool isListofLists = (dataSourceInstance is IListSource listSource) && listSource.
ContainsListCollection
;
2140
if (ils.
ContainsListCollection
)