3 references to EVENT_RECREATE_CHILDREN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1105
AddEventHandler(
EVENT_RECREATE_CHILDREN
, h);
2383
Delegate handler = GetEventHandler(
EVENT_RECREATE_CHILDREN
);
2621
RemoveEventHandler(
EVENT_RECREATE_CHILDREN
, h);