Implemented interface member:
method
ApplyCellStyleToEditingControl
System.Windows.Forms.IDataGridViewEditingControl.ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle)
3 references to ApplyCellStyleToEditingControl
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (3)
745control.ApplyCellStyleToEditingControl(dataGridViewCellStyle); 956control.ApplyCellStyleToEditingControl(dataGridViewCellStyle); 971Assert.Throws<ArgumentNullException>("dataGridViewCellStyle", () => control.ApplyCellStyleToEditingControl(null));