3 references to FLAG_IMMUTABLE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
506
flags |= GridEntry.
FLAG_IMMUTABLE
;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
106
if (mergedPd.PropertyType.IsValueType || (Flags & GridEntry.
FLAG_IMMUTABLE
) != 0) {
131
if (mergedPd.PropertyType.IsValueType || (Flags & GridEntry.
FLAG_IMMUTABLE
) != 0) {