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)
27Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 28Assert.NotSame(bitmap.PropertyIdList, bitmap.PropertyIdList); 35Assert.Empty(bitmap.PropertyIdList); 36Assert.Same(bitmap.PropertyIdList, bitmap.PropertyIdList); 141Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 146Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 151Assert.Empty(bitmap.PropertyIdList); 161Assert.Equal([PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 166Assert.Equal([PropertyTagChrominanceTable], bitmap.PropertyIdList); 171Assert.Empty(bitmap.PropertyIdList); 240Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 255Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 270Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 298Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable], bitmap.PropertyIdList); 341Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 384Assert.Equal([PropertyTagExifUserComment, PropertyTagChrominanceTable, PropertyTagLuminanceTable, propid], bitmap.PropertyIdList); 441Assert.Equal([PropertyTagExifUserComment], bitmap.PropertyIdList); 456Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList); 471Assert.Equal([PropertyTagExifUserComment, propid], bitmap.PropertyIdList);