20 references to PropertyTagChrominanceTable
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (20)
24Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 46Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 130PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable); 138Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 143Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 147bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 149AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable)); 150Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 158Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 163Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 167bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 169AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable)); 170Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 201PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable); 295Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 302Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 338Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 345Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 381Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 388Assert.Equal(PropertyTagChrominanceTable, items[1].Id);