3 references to ImmutableObjectAttribute
System (2)
compmod\system\componentmodel\ImmutableObjectAttribute.cs (2)
19public static readonly ImmutableObjectAttribute Yes = new ImmutableObjectAttribute(true); 27public static readonly ImmutableObjectAttribute No = new ImmutableObjectAttribute(false);
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
39ImmutableObject(true)