1 write to propertyType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
188
this.
propertyType
= propType;
5 references to propertyType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (5)
514
return
propertyType
;
697
return new Com2PropertyDescriptor(this.dispid, this.Name, (Attribute[])this.baseAttrs.Clone(), this.readOnly, this.
propertyType
, this.typeData, this.hrHidden);
928
else if (lastValue != null &&
propertyType
!= null &&
propertyType
.IsEnum && lastValue.GetType().IsPrimitive) {
933
lastValue = Enum.ToObject(
propertyType
, lastValue);