2 implementations of RequestBorderSpace
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
623
HRESULT IOleInPlaceFrame.Interface.
RequestBorderSpace
(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
84
HRESULT IOleInPlaceFrame.Interface.
RequestBorderSpace
(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
5 references to RequestBorderSpace
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
721
=> ((IOleInPlaceFrame.Interface)this).
RequestBorderSpace
(pborderwidths);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
424
=> ((IOleInPlaceFrame.Interface)this).
RequestBorderSpace
(pborderwidths);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
172
return __object.
RequestBorderSpace
(pborderwidths);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.
RequestBorderSpace
(winmdroot.Foundation.RECT*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
RequestBorderSpace
(pborderwidthsLocal);