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