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