1 write to _isSerializeContentsProperty
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
344
_isSerializeContentsProperty
= propertyDescriptor.SerializationVisibility == DesignerSerializationVisibility.Content;
2 references to _isSerializeContentsProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
264
return base.ShouldRenderReadOnly && !
_isSerializeContentsProperty
&& !NeedsModalEditorButton;
351
if (
_isSerializeContentsProperty
&& TypeConverter.GetPropertiesSupported())