2 implementations of ShowPropertyFrame
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4141int UnsafeNativeMethods.IOleControlSite.ShowPropertyFrame() {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
194int UnsafeNativeMethods.IOleControlSite.ShowPropertyFrame() {
1 reference to ShowPropertyFrame
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
6937((UnsafeNativeMethods.IOleControlSite)host.oleSite).ShowPropertyFrame();