7 references to NativeOmHistory
System.Windows.Forms (7)
winforms\Managed\System\WinForms\HtmlHistory.cs (7)
36
Debug.Assert(this.
NativeOmHistory
!= null, "The history object should implement IOmHistory");
61
return (int)this.
NativeOmHistory
.GetLength();
75
this.
NativeOmHistory
.Go(ref oNumForward);
89
this.
NativeOmHistory
.Go(ref oNumForward);
115
this.
NativeOmHistory
.Go(ref loc);
124
this.
NativeOmHistory
.Go(ref loc);
133
return this.
NativeOmHistory
;