2 implementations of ParseDisplayName
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
552HRESULT IParseDisplayName.Interface.ParseDisplayName(
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
27HRESULT IParseDisplayName.Interface.ParseDisplayName(IBindCtx* pbc, PWSTR pszDisplayName, uint* pchEaten, IMoniker** ppmkOut) =>
3 references to ParseDisplayName
System.Windows.Forms.Primitives (3)
Windows.Win32.IParseDisplayName.g.cs (1)
76 return __object.ParseDisplayName(pbc, pszDisplayName, pchEaten, ppmkOut);
Windows.Win32.System_Ole_IParseDisplayName_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IParseDisplayName.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);