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