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