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)
40
PropertyItem[] items = bitmap.
PropertyItems
;
75
Assert.NotSame(items, bitmap.
PropertyItems
);
82
Assert.Empty(bitmap.
PropertyItems
);
83
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
90
Assert.Empty(bitmap.
PropertyItems
);
91
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
238
PropertyItem[] items = bitmap.
PropertyItems
;
253
items = bitmap.
PropertyItems
;
268
items = bitmap.
PropertyItems
;
296
PropertyItem[] items = bitmap.
PropertyItems
;
339
items = bitmap.
PropertyItems
;
382
items = bitmap.
PropertyItems
;
439
PropertyItem[] items = bitmap.
PropertyItems
;
454
items = bitmap.
PropertyItems
;
469
items = bitmap.
PropertyItems
;
System\Drawing\Imaging\PropertyItemTests.cs (1)
77
PropertyItem[] propItems = clone.
PropertyItems
;