3 instantiations of ImmutableObjectAttribute
System (2)
compmod\system\componentmodel\ImmutableObjectAttribute.cs (2)
19
public static readonly ImmutableObjectAttribute Yes = new
ImmutableObjectAttribute
(true);
27
public static readonly ImmutableObjectAttribute No = new
ImmutableObjectAttribute
(false);
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
39
ImmutableObject
(true)
7 references to ImmutableObjectAttribute
System (5)
compmod\system\componentmodel\ImmutableObjectAttribute.cs (5)
19
public static readonly
ImmutableObjectAttribute
Yes = new ImmutableObjectAttribute(true);
27
public static readonly
ImmutableObjectAttribute
No = new ImmutableObjectAttribute(false);
33
public static readonly
ImmutableObjectAttribute
Default = No;
62
ImmutableObjectAttribute
other = obj as
ImmutableObjectAttribute
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
502
bool isImmutableReadOnly = TypeDescriptor.GetAttributes(this.PropertyType)[typeof(
ImmutableObjectAttribute
)].Equals(
ImmutableObjectAttribute
.Yes);