2 references to BoundColumnConverter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1582
TypeConverter boundColumnConverter =
BoundColumnConverter
(boundColumnIndex);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
10636
dataGridViewColumn.BoundColumnConverter = conn.
BoundColumnConverter
(boundColumnIndex);