1 write to _keys
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.SorterObjectArray.cs (1)
18_keys = keys;
13 references to _keys
System.Windows.Forms (13)
System\Windows\Forms\Layout\TableLayout.SorterObjectArray.cs (13)
28if (_comparer.Compare(_keys[a], _keys[b]) > 0) 30(_keys[a], _keys[b]) = (_keys[b], _keys[a]); 60LayoutInfo x = _keys[middle]; 67while (_comparer.Compare(_keys[i], x) < 0) 72while (_comparer.Compare(x, _keys[j]) < 0) 93(_keys[i], _keys[j]) = (_keys[j], _keys[i]);