3 references to s_recreateChildrenEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
848
public void AddOnRecreateChildren(GridEntryRecreateChildrenEventHandler h) => AddEventHandler(
s_recreateChildrenEvent
, h);
2188
if (GetEventHandler(
s_recreateChildrenEvent
) is GridEntryRecreateChildrenEventHandler handler)
2247
=> RemoveEventHandler(
s_recreateChildrenEvent
, handler);