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