2 implementations of ShowObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4169
int UnsafeNativeMethods.IOleClientSite.
ShowObject
() {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
224
int UnsafeNativeMethods.IOleClientSite.
ShowObject
() {
2 references to ShowObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
1870
((UnsafeNativeMethods.IOleClientSite)oleSite).
ShowObject
();
winforms\Managed\System\WinForms\Control.cs (1)
17113
clientSite.
ShowObject
();