Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
4 references to PropertyType
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
7004if (this.PropertyType.GUID.Equals(dataSource_Guid)) { 7148if (this.PropertyType.IsEnum && (value.GetType() != this.PropertyType)) { 7149baseProp.SetValue(component, Enum.ToObject(this.PropertyType, value));