2 implementations of ParseDisplayName
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
560HRESULT IOleContainer.Interface.ParseDisplayName(
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
31HRESULT IOleContainer.Interface.ParseDisplayName(IBindCtx* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut)
5 references to ParseDisplayName
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
557=> ((IOleContainer.Interface)this).ParseDisplayName(pbc, pszDisplayName, pchEaten, ppmkOut);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
28((IOleContainer.Interface)this).ParseDisplayName(pbc, pszDisplayName, pchEaten, ppmkOut);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleContainer.g.cs (1)
76 return __object.ParseDisplayName(pbc, pszDisplayName, pchEaten, ppmkOut);
Windows.Win32.System_Ole_IOleContainer_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleContainer.Interface.ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/> 28 winmdroot.Foundation.HRESULT __result = @this.ParseDisplayName(pbc, pszDisplayName, pchEatenLocal, ppmkOut);