17 references to READYSTATE
System.Windows.Forms (6)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
525
READYSTATE
readyState = default;
System\Windows\Forms\Controls\WebBrowser\WebBrowserReadyState.cs (5)
14
Uninitialized =
READYSTATE
.READYSTATE_UNINITIALIZED,
15
Loading =
READYSTATE
.READYSTATE_LOADING,
16
Loaded =
READYSTATE
.READYSTATE_LOADED,
17
Interactive =
READYSTATE
.READYSTATE_INTERACTIVE,
18
Complete =
READYSTATE
.READYSTATE_COMPLETE
System.Windows.Forms.Primitives (11)
Windows.Win32.IWebBrowser2.g.cs (8)
1546
/// <inheritdoc cref="get_ReadyState(winmdroot.System.Ole.
READYSTATE
*)"/>
1547
internal unsafe winmdroot.Foundation.HRESULT get_ReadyState(out winmdroot.System.Ole.
READYSTATE
plReadyState)
1549
fixed (winmdroot.System.Ole.
READYSTATE
* plReadyStateLocal = &plReadyState)
1559
private static winmdroot.Foundation.HRESULT get_ReadyState(IWebBrowser2* pThis, winmdroot.System.Ole.
READYSTATE
* plReadyState)
1576
public unsafe winmdroot.Foundation.HRESULT get_ReadyState(winmdroot.System.Ole.
READYSTATE
* plReadyState)
1578
return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.
READYSTATE
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IWebBrowser2*)Unsafe.AsPointer(ref this), plReadyState);
2127
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.
READYSTATE
* ,winmdroot.Foundation.HRESULT> get_ReadyState_57;
2410
unsafe winmdroot.Foundation.HRESULT get_ReadyState(winmdroot.System.Ole.
READYSTATE
* plReadyState);
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (3)
119
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.get_ReadyState(winmdroot.System.Ole.
READYSTATE
*)"/>
120
internal static unsafe winmdroot.Foundation.HRESULT get_ReadyState(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, out winmdroot.System.Ole.
READYSTATE
plReadyState)
122
fixed (winmdroot.System.Ole.
READYSTATE
* plReadyStateLocal = &plReadyState)