2 implementations of GetMoniker
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
257
HRESULT IOleClientSite.Interface.
GetMoniker
(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
161
HRESULT IOleClientSite.Interface.
GetMoniker
(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk)
1 reference to GetMoniker
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleClientSite.g.cs (1)
101
return __object.
GetMoniker
(dwAssign, dwWhichMoniker, ppmk);