16 references to RemovePropertyItem
System.Drawing.Common.Tests (16)
System\Drawing\ImageTests.cs (16)
139bitmap.RemovePropertyItem(PropertyTagExifUserComment); 142AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment)); 144bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 147AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 149bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 152Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 159bitmap.RemovePropertyItem(PropertyTagExifUserComment); 162AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment)); 164bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 167AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 169bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 172Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 182Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(propid)); 192Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(propid)); 210AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(propid)); 220AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(propid));