3 references to EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6568
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED
, value);
6572
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18786
DataGridViewRowHeightInfoNeededEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED
] as DataGridViewRowHeightInfoNeededEventHandler;