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