2 implementations of ContextSensitiveHelp
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
349
HRESULT IOleInPlaceSite.Interface.
ContextSensitiveHelp
(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
225
HRESULT IOleInPlaceSite.Interface.
ContextSensitiveHelp
(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
3 references to ContextSensitiveHelp
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
336
=> ((IOleInPlaceSite.Interface)this).
ContextSensitiveHelp
(fEnterMode);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
422
=> ((IOleInPlaceSite.Interface)this).
ContextSensitiveHelp
(fEnterMode);
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceSite.g.cs (1)
102
return __object.
ContextSensitiveHelp
(fEnterMode);