Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
4 references to PropertyType
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (4)
60if (PropertyType.GUID.Equals(s_dataSource_Guid)) 224if (PropertyType.IsEnum && value is not null && value.GetType() != PropertyType) 226_baseDescriptor.SetValue(component, Enum.ToObject(PropertyType, value));