10 references to ICategorizeProperties
System.Windows.Forms (10)
winforms\Managed\System\WinForms\AxHost.cs (5)
220private NativeMethods.ICategorizeProperties iCategorizeProperties; 2624NativeMethods.ICategorizeProperties icp = GetCategorizeProperties(); 4700private NativeMethods.ICategorizeProperties GetCategorizeProperties() { 4703if (instance is NativeMethods.ICategorizeProperties) { 4704iCategorizeProperties = (NativeMethods.ICategorizeProperties) instance;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (4)
20return typeof(NativeMethods.ICategorizeProperties); 29if (obj is NativeMethods.ICategorizeProperties) { 30NativeMethods.ICategorizeProperties catObj = (NativeMethods.ICategorizeProperties)obj;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
84typeof(NativeMethods.ICategorizeProperties),