2 implementations of SetBorderSpace
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
5993
int UnsafeNativeMethods.IOleInPlaceFrame.
SetBorderSpace
(NativeMethods.COMRECT pborderwidths) {
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
88
int UnsafeNativeMethods.IOleInPlaceFrame.
SetBorderSpace
(NativeMethods.COMRECT pborderwidths) {
3 references to SetBorderSpace
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
17150
int hr = inPlaceFrame.
SetBorderSpace
(null);
17157
hr = inPlaceFrame.
SetBorderSpace
(null);
17568
hr = inPlaceFrame.
SetBorderSpace
(null);