7 references to NativeOmHistory
System.Windows.Forms (7)
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (7)
17
Debug.Assert(
NativeOmHistory
is not null, "The history object should implement IOmHistory");
40
using var omHistory =
NativeOmHistory
.GetInterface();
52
using var omHistory =
NativeOmHistory
.GetInterface();
64
using var omHistory =
NativeOmHistory
.GetInterface();
84
using var omHistory =
NativeOmHistory
.GetInterface();
94
using var omHistory =
NativeOmHistory
.GetInterface();
98
public object DomHistory =>
NativeOmHistory
.GetManagedObject();