1 implementation of IParseDisplayName
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
29
internal sealed class ServiceMonikerInternal : ContextBoundObject, IMoniker,
IParseDisplayName
, IDisposable
3 references to IParseDisplayName
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (2)
25
if ((riid != typeof(IMoniker).GUID) && (riid != typeof(
IParseDisplayName
).GUID))
55
if ((riid != typeof(IMoniker).GUID) && (riid != typeof(
IParseDisplayName
).GUID))
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
159
void
IParseDisplayName
.ParseDisplayName(IBindCtx pbc, string pszDisplayName, IntPtr pchEaten, IntPtr ppmkOut)