3 references to s_outlineDoubleClickEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
834
public void AddOnOutlineDoubleClick(EventHandler h) => AddEventHandler(
s_outlineDoubleClickEvent
, h);
1998
RaiseEvent(
s_outlineDoubleClickEvent
, EventArgs.Empty);
2235
public void RemoveOnOutlineDoubleClick(EventHandler handler) => RemoveEventHandler(
s_outlineDoubleClickEvent
, handler);