4 references to GetCachedTypeConverter
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
378
formattedValueTypeConverter = this.DataGridView.
GetCachedTypeConverter
(this.FormattedValueType);
954
valueTypeConverter = this.DataGridView.
GetCachedTypeConverter
(this.ValueType);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
426
return this.DataGridView.
GetCachedTypeConverter
(this.DisplayType);
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1589
TypeConverter valueConverter = this.owner.
GetCachedTypeConverter
(valueType);