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();
86
using var omHistory =
NativeOmHistory
.GetInterface();
96
using var omHistory =
NativeOmHistory
.GetInterface();
100
public object DomHistory =>
NativeOmHistory
.GetManagedObject();