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)
264return base.ShouldRenderReadOnly && !_isSerializeContentsProperty && !NeedsModalEditorButton; 351if (_isSerializeContentsProperty && TypeConverter.GetPropertiesSupported())