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