6 implementations of IsSorted
System (1)
compmod\system\componentmodel\BindingList.cs (1)
467
bool IBindingList.
IsSorted
{
System.Data (2)
fx\src\data\System\Data\DataView.cs (1)
1013
bool IBindingList.
IsSorted
{
fx\src\data\System\Data\DataViewManager.cs (1)
247
bool IBindingList.
IsSorted
{
System.Data.DataSetExtensions (1)
System\Data\LinqDataView.cs (1)
294
bool IBindingList.
IsSorted
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
209
bool IBindingList.
IsSorted
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1923
public virtual bool
IsSorted
{
5 references to IsSorted
System.Windows.Forms (5)
winforms\Managed\System\WinForms\BindingSource.cs (2)
342
else if (ibl != null && ibl.SupportsSorting && ibl.
IsSorted
) {
1926
return ((IBindingList) List).
IsSorted
;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
403
if (ibl == null || !ibl.SupportsSorting || !ibl.
IsSorted
)
823
if (ibl != null && ibl.SupportsSorting && ibl.
IsSorted
)
1064
if (ibl == null || !ibl.SupportsSorting || !ibl.
IsSorted
)