1 instantiation of AxPropertyDescriptor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2904
prop = new
AxPropertyDescriptor
(baseProps[i], this);
15 references to AxPropertyDescriptor
System.Windows.Forms (15)
winforms\Managed\System\WinForms\AxHost.cs (15)
2905
((
AxPropertyDescriptor
)prop).UpdateAttributes();
2917
AxPropertyDescriptor
axPropDesc = propDesc as
AxPropertyDescriptor
;
2946
if (prop is
AxPropertyDescriptor
) {
3007
private
AxPropertyDescriptor
GetPropertyDescriptorFromDispid(int dispid) {
3012
AxPropertyDescriptor
axprop = prop as
AxPropertyDescriptor
;
4357
AxPropertyDescriptor
prop = null;
4375
prop = p as
AxPropertyDescriptor
;
7310
private
AxPropertyDescriptor
propDesc;
7313
public AxPropertyTypeEditor(
AxPropertyDescriptor
pd, Guid guid) {
7356
private
AxPropertyDescriptor
target;
7358
public AxEnumConverter(
AxPropertyDescriptor
target, Com2Enum com2Enum) : base(com2Enum) {
7379
private
AxPropertyDescriptor
target;
7385
public AxPerPropertyBrowsingEnum(
AxPropertyDescriptor
targetObject, AxHost owner, OleStrCAMarshaler names, Int32CAMarshaler values, bool allowUnknowns) : base(new string[0], new object[0], allowUnknowns) {