33 references to PropertyTagExifUserComment
System.Drawing.Common.Tests (33)
System\Drawing\ImageTests.cs (33)
27Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 45Assert.Equal(PropertyTagExifUserComment, items[0].Id); 101PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment); 102Assert.Equal(PropertyTagExifUserComment, item.Id); 132PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment); 140bitmap.RemovePropertyItem(PropertyTagExifUserComment); 142AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment)); 143AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment)); 160bitmap.RemovePropertyItem(PropertyTagExifUserComment); 162AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagExifUserComment)); 163AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagExifUserComment)); 203PropertyItem item1 = source.GetPropertyItem(PropertyTagExifUserComment); 234PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment); 240Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 243Assert.Equal(PropertyTagExifUserComment, items[0].Id); 255Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 258Assert.Equal(PropertyTagExifUserComment, items[0].Id); 270Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 273Assert.Equal(PropertyTagExifUserComment, items[0].Id); 292PropertyItem item = bitmap.GetPropertyItem(PropertyTagExifUserComment); 298Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 301Assert.Equal(PropertyTagExifUserComment, items[0].Id); 341Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 344Assert.Equal(PropertyTagExifUserComment, items[0].Id); 384Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 387Assert.Equal(PropertyTagExifUserComment, items[0].Id); 435PropertyItem item = source.GetPropertyItem(PropertyTagExifUserComment); 441Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 444Assert.Equal(PropertyTagExifUserComment, items[0].Id); 456Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 459Assert.Equal(PropertyTagExifUserComment, items[0].Id); 471Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 474Assert.Equal(PropertyTagExifUserComment, items[0].Id);