2 implementations of CanInPlaceActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4246
int UnsafeNativeMethods.IOleInPlaceSite.
CanInPlaceActivate
() {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
279
int UnsafeNativeMethods.IOleInPlaceSite.
CanInPlaceActivate
() {
1 reference to CanInPlaceActivate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17048
int hr = inPlaceSite.
CanInPlaceActivate
();