20 references to PROPCAT
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.cs (2)
164
private Dictionary<
PROPCAT
, CategoryAttribute>? _objectDefinedCategoryNames;
2349
PROPCAT
propcat;
System\Windows\Forms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (12)
22
PROPCAT
categoryId;
30
PROPCAT
.Nil => string.Empty,
31
PROPCAT
.Misc => SR.PropertyCategoryMisc,
32
PROPCAT
.Font => SR.PropertyCategoryFont,
33
PROPCAT
.Position => SR.PropertyCategoryPosition,
34
PROPCAT
.Appearance => SR.PropertyCategoryAppearance,
35
PROPCAT
.Behavior => SR.PropertyCategoryBehavior,
36
PROPCAT
.Data => SR.PropertyCategoryData,
37
PROPCAT
.List => SR.PropertyCategoryList,
38
PROPCAT
.Text => SR.PropertyCategoryText,
39
PROPCAT
.Scale => SR.PropertyCategoryScale,
40
PROPCAT
.DDE => SR.PropertyCategoryDDE,
System.Windows.Forms.Primitives (6)
Microsoft\VisualStudio\Shell\ICategorizeProperties.cs (6)
57
PROPCAT
* ppropcat)
60
return ((delegate* unmanaged[Stdcall]<ICategorizeProperties*, int,
PROPCAT
*, HRESULT>)_lpVtbl[2])(pThis, dispid, ppropcat);
64
PROPCAT
propcat,
69
return ((delegate* unmanaged[Stdcall]<ICategorizeProperties*,
PROPCAT
, int, BSTR*, HRESULT>)_lpVtbl[2])(pThis, propcat, lcid, pbstrName);
87
PROPCAT
* ppropcat);
96
PROPCAT
propcat,