39 references to NativeHtmlWindow
System.Windows.Forms (39)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
37
_associatedWindow = window.
NativeHtmlWindow
;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
61
_associatedWindow = window.
NativeHtmlWindow
;
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (2)
178
if (shim.AssociatedWindow == unloadedWindow.
NativeHtmlWindow
)
196
if (shim.AssociatedWindow == unloadedWindow.
NativeHtmlWindow
)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (33)
32
Debug.Assert(
NativeHtmlWindow
is not null, "The window object should implement IHTMLWindow2");
46
using var htmlWindow2 =
NativeHtmlWindow
.GetInterface();
73
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
86
public object DomWindow =>
NativeHtmlWindow
.GetManagedObject();
92
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
103
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
114
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
128
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
135
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
145
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
160
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
187
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
209
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
216
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
226
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
257
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
267
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
273
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
285
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
294
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
303
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
309
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
320
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
331
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
349
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
363
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
373
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
382
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
391
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
400
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
409
using var htmlWindow =
NativeHtmlWindow
.GetInterface();
472
return left.
NativeHtmlWindow
.IsSameNativeObject(right.
NativeHtmlWindow
);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
37
public IHTMLWindow2.Interface NativeHtmlWindow => (IHTMLWindow2.Interface)_htmlWindow.
NativeHtmlWindow
.GetManagedObject();
101
_htmlWindow?.
NativeHtmlWindow
?.Dispose();