2 implementations of SetBorderSpace
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
625HRESULT IOleInPlaceFrame.Interface.SetBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
86HRESULT IOleInPlaceFrame.Interface.SetBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
5 references to SetBorderSpace
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
724=> ((IOleInPlaceFrame.Interface)this).SetBorderSpace(pborderwidths);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
427=> ((IOleInPlaceFrame.Interface)this).SetBorderSpace(pborderwidths);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
207 return __object.SetBorderSpace(pborderwidths);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
53 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetBorderSpace(winmdroot.Foundation.RECT*)"/> 58 winmdroot.Foundation.HRESULT __result = @this.SetBorderSpace(pborderwidthsLocal);