1 write to _htmlElementShims
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (1)
85_htmlElementShims = [];
12 references to _htmlElementShims
System.Windows.Forms (12)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (12)
83if (_htmlElementShims is null) 87_htmlElementShims[element] = shim; 89else if (!_htmlElementShims.ContainsKey(element)) 92_htmlElementShims[element] = shim; 118if (_htmlElementShims is null) 123if (_htmlElementShims.TryGetValue(element, out HtmlElement.HtmlElementShim? elementShim)) 189if (_htmlElementShims is not null) 191HtmlElement.HtmlElementShim[] shims = new HtmlElement.HtmlElementShim[_htmlElementShims.Count]; 192_htmlElementShims.Values.CopyTo(shims, 0); 198_htmlElementShims.Remove(shim.Element); 224if (_htmlElementShims is not null) 226foreach (HtmlElement.HtmlElementShim shim in _htmlElementShims.Values)