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