2 writes to InnerListSort
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (2)
458InnerListSort = value; 1363this.InnerListSort = this.Sort;
1 reference to InnerListSort
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
356if (String.Compare(value, this.InnerListSort, false, CultureInfo.InvariantCulture) == 0) {