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)
526
public bool
ContainsListCollection
=> throw new NotImplementedException();
538
public bool
ContainsListCollection
=> throw new NotImplementedException();
608
public bool
ContainsListCollection
=> throw new NotImplementedException();
619
public bool
ContainsListCollection
=> throw new NotImplementedException();
631
public bool
ContainsListCollection
=> throw new NotImplementedException();
638
public bool
ContainsListCollection
=> throw new NotImplementedException();
645
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
)