3 references to s_outlineClickEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
838
public void AddOnOutlineClick(EventHandler h) => AddEventHandler(
s_outlineClickEvent
, h);
2036
protected void OnOutlineClick(EventArgs e) => RaiseEvent(
s_outlineClickEvent
, e);
2242
public void RemoveOnOutlineClick(EventHandler handler) => RemoveEventHandler(
s_outlineClickEvent
, handler);