20 references to PropertyTagChrominanceTable
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (20)
26Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 48Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 132PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable); 140Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 145Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 149bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 151AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable)); 152Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 160Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 165Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 169bitmap.RemovePropertyItem(PropertyTagChrominanceTable); 171AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable)); 172Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable)); 203PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable); 297Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 304Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 340Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 347Assert.Equal(PropertyTagChrominanceTable, items[1].Id); 383Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 390Assert.Equal(PropertyTagChrominanceTable, items[1].Id);