2 overrides of ShouldRenderReadOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (1)
75
public override bool
ShouldRenderReadOnly
{
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
348
public override bool
ShouldRenderReadOnly
9 references to ShouldRenderReadOnly
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (1)
77
return ParentGridEntry.
ShouldRenderReadOnly
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
235
if (this.
ShouldRenderReadOnly
) {
1505
str += "), property = (" + this.PropertyLabel + "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.Expandable.ToString() + ", readOnly = " +
ShouldRenderReadOnly
;;
2094
if (this.
ShouldRenderReadOnly
) {
3012
if (owner.
ShouldRenderReadOnly
) {
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
95
return InstanceParentGridEntry.
ShouldRenderReadOnly
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
368
if (base.
ShouldRenderReadOnly
){
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4424
if ((fBtnDialog || fBtnDropDown) && !gridEntry.
ShouldRenderReadOnly
&& FocusInside) {
4486
bool drawReadOnly = gridEntry.
ShouldRenderReadOnly
;