2 implementations of SetBorderSpace
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
723HRESULT IOleInPlaceUIWindow.Interface.SetBorderSpace(RECT* pborderwidths)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
426HRESULT IOleInPlaceUIWindow.Interface.SetBorderSpace(RECT* pborderwidths)
3 references to SetBorderSpace
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceUIWindow.g.cs (1)
229 return __object.SetBorderSpace(pborderwidths);
Windows.Win32.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (2)
53 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceUIWindow.Interface.SetBorderSpace(winmdroot.Foundation.RECT*)"/> 58 winmdroot.Foundation.HRESULT __result = @this.SetBorderSpace(pborderwidthsLocal);