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