33 references to PropertyTagExifUserComment
System.Drawing.Common.Tests (33)
System\Drawing\ImageTests.cs (33)
24Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
42Assert.Equal(PropertyTagExifUserComment, items[0].Id);
98PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
99Assert.Equal(PropertyTagExifUserComment, item.Id);
129PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment);
137bitmap.RemovePropertyItem(PropertyTagExifUserComment);
139AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment));
140AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment));
157bitmap.RemovePropertyItem(PropertyTagExifUserComment);
159AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment));
160AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment));
200PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment);
231PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment);
237Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList);
240Assert.Equal(PropertyTagExifUserComment, items[0].Id);
252Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
255Assert.Equal(PropertyTagExifUserComment, items[0].Id);
267Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
270Assert.Equal(PropertyTagExifUserComment, items[0].Id);
289PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
295Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
298Assert.Equal(PropertyTagExifUserComment, items[0].Id);
338Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
341Assert.Equal(PropertyTagExifUserComment, items[0].Id);
381Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
384Assert.Equal(PropertyTagExifUserComment, items[0].Id);
432PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment);
438Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList);
441Assert.Equal(PropertyTagExifUserComment, items[0].Id);
453Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
456Assert.Equal(PropertyTagExifUserComment, items[0].Id);
468Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
471Assert.Equal(PropertyTagExifUserComment, items[0].Id);