2 implementations of ShowPropertyFrame
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
243HRESULT IOleControlSite.Interface.ShowPropertyFrame()
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
156HRESULT IOleControlSite.Interface.ShowPropertyFrame() => HRESULT.E_NOTIMPL;
2 references to ShowPropertyFrame
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxComponentEditor.cs (1)
20((IOleControlSite.Interface)host._oleSite).ShowPropertyFrame().ThrowOnFailure();
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControlSite.g.cs (1)
284 return __object.ShowPropertyFrame();