2 implementations of SetStatusText
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
705HRESULT IOleInPlaceFrame.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
147HRESULT IOleInPlaceFrame.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL;
3 references to SetStatusText
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
395 return __object.SetStatusText(pszStatusText);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
83 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetStatusText(winmdroot.Foundation.PCWSTR)"/> 88 winmdroot.Foundation.HRESULT __result = @this.SetStatusText(pszStatusTextLocal);