3 writes to htmlWindowShims
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlShimManager.cs (3)
59
htmlWindowShims
= new Dictionary<HtmlWindow,HtmlWindow.HtmlWindowShim>();
209
htmlWindowShims
= null;
211
htmlWindowShims
= null;
13 references to htmlWindowShims
System.Windows.Forms (13)
winforms\Managed\System\WinForms\HtmlShimManager.cs (13)
58
if (
htmlWindowShims
== null) {
61
htmlWindowShims
[window] = shim;
63
else if (!
htmlWindowShims
.ContainsKey(window)) {
65
htmlWindowShims
[window] = shim;
115
if (
htmlWindowShims
== null) {
118
if (
htmlWindowShims
.ContainsKey(window)) {
119
return
htmlWindowShims
[window];
176
if (
htmlWindowShims
!= null) {
177
if (
htmlWindowShims
.ContainsKey(unloadedWindow)) {
178
HtmlWindow.HtmlWindowShim shim =
htmlWindowShims
[unloadedWindow];
179
htmlWindowShims
.Remove(unloadedWindow);
204
if (
htmlWindowShims
!= null) {
205
foreach (HtmlWindow.HtmlWindowShim shim in
htmlWindowShims
.Values) {