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