3 references to Immutable
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
391
_flags |= Flags.
Immutable
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
119
if (_mergedDescriptor.PropertyType.IsValueType || EntryFlags.HasFlag(Flags.
Immutable
))
153
=> _mergedDescriptor.PropertyType.IsValueType || EntryFlags.HasFlag(Flags.
Immutable
)