18 references to PropertyTagLuminanceTable
System.Drawing.Common.Tests (18)
System\Drawing\ImageTests.cs (18)
24Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 60Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 131PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 138Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 142bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 144AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 145AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 158Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 162bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 164AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 165AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 202PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 295Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 316Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 338Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 359Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 381Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 402Assert.Equal(PropertyTagLuminanceTable, items[2].Id);