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