1 write to t_staticEventHandlers
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
141
t_staticEventHandlers
??= new Delegate[StaticEventCount];
7 references to t_staticEventHandlers
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (7)
142
t_staticEventHandlers
[key] = Delegate.Combine(
t_staticEventHandlers
[key], value);
252
if (
t_staticEventHandlers
is null)
257
return
t_staticEventHandlers
[key];
313
if (
t_staticEventHandlers
is not null)
315
t_staticEventHandlers
[key] = Delegate.Remove(
t_staticEventHandlers
[key], value);