2 implementations of GetBorder
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
621HRESULT IOleInPlaceFrame.Interface.GetBorder(RECT* lprectBorder) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
82HRESULT IOleInPlaceFrame.Interface.GetBorder(RECT* lprectBorder) => HRESULT.E_NOTIMPL;
5 references to GetBorder
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
718=> ((IOleInPlaceFrame.Interface)this).GetBorder(lprectBorder);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
421=> ((IOleInPlaceFrame.Interface)this).GetBorder(lprectBorder);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
137 return __object.GetBorder(lprectBorder);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.GetBorder(winmdroot.Foundation.RECT*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.GetBorder(lprectBorderLocal);