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