4 references to MapPropertyToPage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
7083
if (NativeMethods.Succeeded(ippb.
MapPropertyToPage
(dispid, out rval))) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
25
int hr = ((NativeMethods.IPerPropertyBrowsing)obj).
MapPropertyToPage
(NativeMethods.MEMBERID_NIL, out guid);
65
int hr = ((NativeMethods.IPerPropertyBrowsing)obj).
MapPropertyToPage
(NativeMethods.MEMBERID_NIL, out guid);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
41
int hr = target.
MapPropertyToPage
(dispid, out guid);