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; 61if (_attachedEventList is not null) 63EventHandler[] events = new EventHandler[_attachedEventList.Count]; 64_attachedEventList.Keys.CopyTo(events, 0); 68HtmlToClrEventProxy proxy = _attachedEventList[eh]; 142if (_attachedEventList is null) 147if (_attachedEventList.Remove(eventHandler, out HtmlToClrEventProxy? proxy))