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