2 implementations of ContextSensitiveHelp
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
619
HRESULT IOleInPlaceFrame.Interface.
ContextSensitiveHelp
(BOOL fEnterMode) => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
80
HRESULT IOleInPlaceFrame.Interface.
ContextSensitiveHelp
(BOOL fEnterMode) => HRESULT.S_OK;
5 references to ContextSensitiveHelp
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
715
=> ((IOleInPlaceFrame.Interface)this).
ContextSensitiveHelp
(fEnterMode);
733
=> ((IOleInPlaceFrame.Interface)this).
ContextSensitiveHelp
(fEnterMode);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (2)
418
=> ((IOleInPlaceFrame.Interface)this).
ContextSensitiveHelp
(fEnterMode);
436
=> ((IOleInPlaceFrame.Interface)this).
ContextSensitiveHelp
(fEnterMode);
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
102
return __object.
ContextSensitiveHelp
(fEnterMode);