1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindToObject.cs (1)
181cm[cm.Position] = value;
19 references to
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3033newItems[i] = this.DataManager[i];
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
160return this[Position];
winforms\Managed\System\WinForms\DataGrid.cs (2)
3262object errObj = this.listManager[i]; 3337object errObj = this.listManager[ea.Index];
winforms\Managed\System\WinForms\DataGridColumn.cs (4)
897object value = PropertyDescriptor.GetValue(source[rowNum]); 1144if (source[rowNum] is IEditableObject) 1145((IEditableObject)source[rowNum]).BeginEdit(); 1146this.PropertyDescriptor.SetValue(source[rowNum], value);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
564object errInfo = DataGrid.ListManager[this.number];
winforms\Managed\System\WinForms\DataGridRow.cs (1)
620object errorInfo = DataGrid.ListManager[this.number];
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1301newItems[i] = dataManager[i];
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (4)
1215errInfo = this.currencyManager[rowIndex] as IDataErrorInfo; 1249errInfo = this.currencyManager[rowIndex] as IDataErrorInfo; 1282value = this.props[boundColumnIndex].GetValue(this.currencyManager[rowIndex]); 1597this.props[boundColumnIndex].SetValue(this.currencyManager[rowIndex], value);
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
119return this.DataGridView.DataConnection.CurrencyManager[this.Index];
winforms\Managed\System\WinForms\ListBox.cs (1)
1996newItems[i] = this.DataManager[i];
winforms\Managed\System\WinForms\ListControl.cs (2)
412object currentItem = dataManager[SelectedIndex]; 465SetItemCore(e.Index, dataManager[e.Index]);