1 instantiation of AxPropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2612
prop = new
AxPropertyDescriptor
(baseProps[i], this);
14 references to AxPropertyDescriptor
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.AxEnumConverter.cs (2)
17
private readonly
AxPropertyDescriptor
_target;
19
public AxEnumConverter(
AxPropertyDescriptor
target, Com2Enum com2Enum)
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (2)
18
private readonly
AxPropertyDescriptor
_target;
25
AxPropertyDescriptor
targetObject,
System\Windows\Forms\ActiveX\AxHost.AxPropertyTypeEditor.cs (2)
14
private readonly
AxPropertyDescriptor
_propertyDescriptor;
17
public AxPropertyTypeEditor(
AxPropertyDescriptor
pd, Guid guid)
System\Windows\Forms\ActiveX\AxHost.cs (6)
2613
((
AxPropertyDescriptor
)prop).UpdateAttributes();
2626
AxPropertyDescriptor
? axPropDesc = propDesc as
AxPropertyDescriptor
;
2658
if (prop is
AxPropertyDescriptor
2705
private
AxPropertyDescriptor
? GetPropertyDescriptorFromDispid(int dispid)
2712
if (prop is
AxPropertyDescriptor
axprop && axprop.Dispid == dispid)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
483
AxPropertyDescriptor
? prop = null;
503
prop = p as
AxPropertyDescriptor
;