2 references to GetCategoryName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2643
int hr = icp.
GetCategoryName
(cat, CultureInfo.CurrentCulture.LCID, out name);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (1)
63
if (NativeMethods.S_OK == catObj.
GetCategoryName
(categoryID, CultureInfo.CurrentCulture.LCID, out categoryName)) {