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)
24Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 25Assert.NotSame(bitmap.PropertyIdList, bitmap.PropertyIdList); 32Assert.Empty(bitmap.PropertyIdList); 33Assert.Same(bitmap.PropertyIdList, bitmap.PropertyIdList); 138Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 143Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 148Assert.Empty(bitmap.PropertyIdList); 158Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 163Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 168Assert.Empty(bitmap.PropertyIdList); 237Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 252Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 267Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 295Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 338Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 381Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 438Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 453Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 468Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);