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