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