1 instantiation of AxPropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2615
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)
2616
((
AxPropertyDescriptor
)prop).UpdateAttributes();
2629
AxPropertyDescriptor
? axPropDesc = propDesc as
AxPropertyDescriptor
;
2661
if (prop is
AxPropertyDescriptor
2708
private
AxPropertyDescriptor
? GetPropertyDescriptorFromDispid(int dispid)
2715
if (prop is
AxPropertyDescriptor
axprop && axprop.Dispid == dispid)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
480
AxPropertyDescriptor
? prop = null;
500
prop = p as
AxPropertyDescriptor
;