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