4 references to Refresh2
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
861webBrowser2.Value->Refresh2(&level).ThrowOnFailure(); 866webBrowser2.Value->Refresh2(&level).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IWebBrowser2.g.cs (2)
283 /// <inheritdoc cref="Refresh2(winmdroot.System.Variant.VARIANT*)"/> 287 winmdroot.Foundation.HRESULT __result = this.Refresh2(Level.HasValue ? &LevelLocal : null);