18 references to PropertyTagLuminanceTable
System.Drawing.Common.Tests (18)
System\Drawing\ImageTests.cs (18)
27Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 63Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 134PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 141Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 145bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 147AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 148AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 161Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 165bitmap.RemovePropertyItem(PropertyTagLuminanceTable); 167AssertExtensions.Throws<ArgumentException>(null, () => bitmap.GetPropertyItem(PropertyTagLuminanceTable)); 168AssertExtensions.Throws<ArgumentException>(null, () => bitmap.RemovePropertyItem(PropertyTagLuminanceTable)); 205PropertyItem item3 = source.GetPropertyItem(PropertyTagLuminanceTable); 298Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 319Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 341Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 362Assert.Equal(PropertyTagLuminanceTable, items[2].Id); 384Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 405Assert.Equal(PropertyTagLuminanceTable, items[2].Id);