1 write to _attachedEventList
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
42
_attachedEventList
??= [];
7 references to _attachedEventList
System.Windows.Forms (7)
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (7)
45
_attachedEventList
[eventHandler] = proxy;
61
if (
_attachedEventList
is not null)
63
EventHandler[] events = new EventHandler[
_attachedEventList
.Count];
64
_attachedEventList
.Keys.CopyTo(events, 0);
68
HtmlToClrEventProxy proxy =
_attachedEventList
[eh];
142
if (
_attachedEventList
is null)
147
if (
_attachedEventList
.Remove(eventHandler, out HtmlToClrEventProxy? proxy))