1 override of ForceReadOnly
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
120internal override bool ForceReadOnly
8 references to ForceReadOnly
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ArrayElementGridEntry.cs (1)
14SetFlag(Flags.RenderReadOnly, parent.EntryFlags.HasFlag(Flags.RenderReadOnly) || parent.ForceReadOnly);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
83if (parent.ForceReadOnly) 367bool forceReadOnly = ForceReadOnly; 603=> !ForceReadOnly 759=> ForceReadOnly 1284bool forceReadOnly = ForceReadOnly;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
244if (base.ForceReadOnly || _forceRenderReadOnly)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
136return base.ForceReadOnly || (OwnerGridView is not null && !OwnerGridView.Enabled);