20 references to PropertyTagChrominanceTable
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (20)
27Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
49Assert.Equal(PropertyTagChrominanceTable, items[1].Id);
133PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
141Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
146Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList);
150bitmap.RemovePropertyItem(PropertyTagChrominanceTable);
152AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable));
153Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable));
161Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
166Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList);
170bitmap.RemovePropertyItem(PropertyTagChrominanceTable);
172AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagChrominanceTable));
173Assert.Throws<ExternalException>(() => bitmap.RemovePropertyItem(PropertyTagChrominanceTable));
204PropertyItem item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
298Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList);
305Assert.Equal(PropertyTagChrominanceTable, items[1].Id);
341Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
348Assert.Equal(PropertyTagChrominanceTable, items[1].Id);
384Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList);
391Assert.Equal(PropertyTagChrominanceTable, items[1].Id);