3 writes to _htmlWindowShims
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (3)
59_htmlWindowShims = []; 248_htmlWindowShims = null; 250_htmlWindowShims = null;
10 references to _htmlWindowShims
System.Windows.Forms (10)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (10)
57if (_htmlWindowShims is null) 61_htmlWindowShims[window] = shim; 63else if (!_htmlWindowShims.ContainsKey(window)) 66_htmlWindowShims[window] = shim; 133if (_htmlWindowShims is null) 138if (_htmlWindowShims.TryGetValue(window, out HtmlWindow.HtmlWindowShim? windowShim)) 205if (_htmlWindowShims is not null) 207if (_htmlWindowShims.Remove(unloadedWindow, out HtmlWindow.HtmlWindowShim? shim)) 240if (_htmlWindowShims is not null) 242foreach (HtmlWindow.HtmlWindowShim shim in _htmlWindowShims.Values)