6 references to MapPropertyToPage
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
141if (propertyBrowsing.Value->MapPropertyToPage(dispid, &rval).Succeeded)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
21hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.MEMBERID_NIL, &guid); 59hr = propertyBrowsing.Value->MapPropertyToPage(PInvoke.MEMBERID_NIL, &guid);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
35HRESULT hr = propertyBrowsing->MapPropertyToPage(dispid, &guid);
System.Windows.Forms.Primitives (2)
Windows.Win32.IPerPropertyBrowsing.g.cs (2)
90 /// <inheritdoc cref="MapPropertyToPage(int, global::System.Guid*)"/> 95 winmdroot.Foundation.HRESULT __result = this.MapPropertyToPage(dispID, pClsidLocal);