24 references to PropertyItems
System.Drawing.Common.Tests (24)
mono\System.Drawing.Imaging\IconCodecTests.cs (6)
79
Assert.Empty(bmp.
PropertyItems
);
227
Assert.Empty(bmp.
PropertyItems
);
432
Assert.Empty(bmp.
PropertyItems
);
654
Assert.Empty(bmp.
PropertyItems
);
912
Assert.Empty(bmp.
PropertyItems
);
1846
Assert.Empty(bmp.
PropertyItems
);
System\Drawing\ImageTests.cs (17)
42
PropertyItem[] items = bitmap.
PropertyItems
;
77
Assert.NotSame(items, bitmap.
PropertyItems
);
84
Assert.Empty(bitmap.
PropertyItems
);
85
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
92
Assert.Empty(bitmap.
PropertyItems
);
93
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
240
PropertyItem[] items = bitmap.
PropertyItems
;
255
items = bitmap.
PropertyItems
;
270
items = bitmap.
PropertyItems
;
298
PropertyItem[] items = bitmap.
PropertyItems
;
341
items = bitmap.
PropertyItems
;
384
items = bitmap.
PropertyItems
;
441
PropertyItem[] items = bitmap.
PropertyItems
;
456
items = bitmap.
PropertyItems
;
471
items = bitmap.
PropertyItems
;
System\Drawing\Imaging\PropertyItemTests.cs (1)
77
PropertyItem[] propItems = clone.
PropertyItems
;