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