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