1 write to t_staticEventHandlers
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
140
t_staticEventHandlers
??= new Delegate[StaticEventCount];
6 references to t_staticEventHandlers
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (6)
141
t_staticEventHandlers
[key] = Delegate.Combine(
t_staticEventHandlers
[key], value);
251
if (
t_staticEventHandlers
is null)
256
return
t_staticEventHandlers
[key];
312
t_staticEventHandlers
?[key] = Delegate.Remove(
t_staticEventHandlers
[key], value);