33 references to PropertyTagExifUserComment
System.Drawing.Common.Tests (33)
System\Drawing\ImageTests.cs (33)
26Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
44Assert.Equal(PropertyTagExifUserComment, items[0].Id);
100PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
101Assert.Equal(PropertyTagExifUserComment, item.Id);
131PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment);
139bitmap.RemovePropertyItem(PropertyTagExifUserComment);
141AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment));
142AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment));
159bitmap.RemovePropertyItem(PropertyTagExifUserComment);
161AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment));
162AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment));
202PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment);
233PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment);
239Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList);
242Assert.Equal(PropertyTagExifUserComment, items[0].Id);
254Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
257Assert.Equal(PropertyTagExifUserComment, items[0].Id);
269Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
272Assert.Equal(PropertyTagExifUserComment, items[0].Id);
291PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
297Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
300Assert.Equal(PropertyTagExifUserComment, items[0].Id);
340Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
343Assert.Equal(PropertyTagExifUserComment, items[0].Id);
383Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
386Assert.Equal(PropertyTagExifUserComment, items[0].Id);
434PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment);
440Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList);
443Assert.Equal(PropertyTagExifUserComment, items[0].Id);
455Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
458Assert.Equal(PropertyTagExifUserComment, items[0].Id);
470Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);
473Assert.Equal(PropertyTagExifUserComment, items[0].Id);