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