18 references to PropertyTagLuminanceTable
System.Drawing.Common.Tests (18)
System\Drawing\ImageTests.cs (18)
26Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 62Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 133PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 140Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 144bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 146AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 147AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 160Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 164bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 166AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 167AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 204PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 297Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 318Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 340Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 361Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 383Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 404Assert.Equal(PropertyTagLuminanceTable, items[2].Id);