27 references to PropertyIdList
System.Drawing.Common.Tests (27)
mono\System.Drawing.Imaging\IconCodecTests.cs (6)
78Assert.Empty(bmp.PropertyIdList); 226Assert.Empty(bmp.PropertyIdList); 431Assert.Empty(bmp.PropertyIdList); 653Assert.Empty(bmp.PropertyIdList); 911Assert.Empty(bmp.PropertyIdList); 1845Assert.Empty(bmp.PropertyIdList);
System\Drawing\ImageTests.cs (21)
26Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 27Assert.NotSame(bitmap.PropertyIdList, bitmap.PropertyIdList); 34Assert.Empty(bitmap.PropertyIdList); 35Assert.Same(bitmap.PropertyIdList, bitmap.PropertyIdList); 140Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 145Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 150Assert.Empty(bitmap.PropertyIdList); 160Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 165Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 170Assert.Empty(bitmap.PropertyIdList); 239Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 254Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 269Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 297Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 340Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 383Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 440Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 455Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 470Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);