2 implementations of ShowContainerUI
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
61public HRESULT ShowContainerUI(BOOL fShow) => HRESULT.S_OK;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
56public HRESULT ShowContainerUI(BOOL fShow)
1 reference to ShowContainerUI
System.Windows.Forms.Primitives (1)
Windows.Win32.IRichEditOleCallback.g.cs (1)
157 return __object.ShowContainerUI(fShow);