1 write to staticEventHandlers
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
148staticEventHandlers = new Delegate[staticEventCount];
8 references to staticEventHandlers
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripManager.cs (8)
147if (staticEventHandlers == null) { 150staticEventHandlers[key] = Delegate.Combine(staticEventHandlers[key], value); 247if (staticEventHandlers == null) 250return (Delegate)staticEventHandlers[key]; 323if (staticEventHandlers != null) { 324staticEventHandlers[key] = Delegate.Remove(staticEventHandlers[key], value);