Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
3 references to PropertyType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
393if (value is IList && typeof(IList).IsAssignableFrom(PropertyType)) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
106if (mergedPd.PropertyType.IsValueType || (Flags & GridEntry.FLAG_IMMUTABLE) != 0) { 131if (mergedPd.PropertyType.IsValueType || (Flags & GridEntry.FLAG_IMMUTABLE) != 0) {