16 references to RemovePropertyItem
System.Drawing.Common.Tests (16)
System\Drawing\ImageTests.cs (16)
140
bitmap.
RemovePropertyItem
(PropertyTagExifUserComment);
143
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(PropertyTagExifUserComment));
145
bitmap.
RemovePropertyItem
(PropertyTagLuminanceTable);
148
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(PropertyTagLuminanceTable));
150
bitmap.
RemovePropertyItem
(PropertyTagChrominanceTable);
153
Assert.Throws<ExternalException>(() => bitmap.
RemovePropertyItem
(PropertyTagChrominanceTable));
160
bitmap.
RemovePropertyItem
(PropertyTagExifUserComment);
163
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(PropertyTagExifUserComment));
165
bitmap.
RemovePropertyItem
(PropertyTagLuminanceTable);
168
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(PropertyTagLuminanceTable));
170
bitmap.
RemovePropertyItem
(PropertyTagChrominanceTable);
173
Assert.Throws<ExternalException>(() => bitmap.
RemovePropertyItem
(PropertyTagChrominanceTable));
183
Assert.Throws<ExternalException>(() => bitmap.
RemovePropertyItem
(propid));
193
Assert.Throws<ExternalException>(() => bitmap.
RemovePropertyItem
(propid));
211
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(propid));
221
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
RemovePropertyItem
(propid));