2 implementations of ContextSensitiveHelp
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
188public HRESULT ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
126public HRESULT ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
1 reference to ContextSensitiveHelp
System.Windows.Forms.Primitives (1)
Windows.Win32.IRichEditOleCallback.g.cs (1)
347 return __object.ContextSensitiveHelp(fEnterMode);