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