4 references to FLAG_RENDER_READONLY
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (2)
31
this.SetFlag(
FLAG_RENDER_READONLY
, (peParent.Flags &
FLAG_RENDER_READONLY
) != 0 || peParent.ForceReadOnly);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
976
return ForceReadOnly || (0 != (this.Flags & GridEntry.
FLAG_RENDER_READONLY
) || (!this.IsValueEditable && (0 == (this.Flags & GridEntry.FLAG_READONLY_EDITABLE))));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
362
SetFlag(
FLAG_RENDER_READONLY
, true);