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)
57
if (
_htmlWindowShims
is null)
61
_htmlWindowShims
[window] = shim;
63
else if (!
_htmlWindowShims
.ContainsKey(window))
66
_htmlWindowShims
[window] = shim;
133
if (
_htmlWindowShims
is null)
138
if (
_htmlWindowShims
.TryGetValue(window, out HtmlWindow.HtmlWindowShim? windowShim))
205
if (
_htmlWindowShims
is not null)
207
if (
_htmlWindowShims
.Remove(unloadedWindow, out HtmlWindow.HtmlWindowShim? shim))
240
if (
_htmlWindowShims
is not null)
242
foreach (HtmlWindow.HtmlWindowShim shim in
_htmlWindowShims
.Values)