1 override of IsPropertyReadOnly
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
37internal override bool IsPropertyReadOnly {
6 references to IsPropertyReadOnly
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (5)
200return base.Enumerable && !IsPropertyReadOnly; 213return this.exceptionConverter == null && !IsPropertyReadOnly && base.IsValueEditable; 219return base.NeedsDropDownButton && !IsPropertyReadOnly; 465if (!this.activeXHide && IsPropertyReadOnly) { 1178return !((PropertyDescriptorGridEntry)owner).IsPropertyReadOnly;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7049return propertyDescriptorGridEntry == null || propertyDescriptorGridEntry.IsPropertyReadOnly;