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)
43
PropertyItem[] items = bitmap.
PropertyItems
;
78
Assert.NotSame(items, bitmap.
PropertyItems
);
85
Assert.Empty(bitmap.
PropertyItems
);
86
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
93
Assert.Empty(bitmap.
PropertyItems
);
94
Assert.Same(bitmap.
PropertyItems
, bitmap.
PropertyItems
);
241
PropertyItem[] items = bitmap.
PropertyItems
;
256
items = bitmap.
PropertyItems
;
271
items = bitmap.
PropertyItems
;
299
PropertyItem[] items = bitmap.
PropertyItems
;
342
items = bitmap.
PropertyItems
;
385
items = bitmap.
PropertyItems
;
442
PropertyItem[] items = bitmap.
PropertyItems
;
457
items = bitmap.
PropertyItems
;
472
items = bitmap.
PropertyItems
;
System\Drawing\Imaging\PropertyItemTests.cs (1)
77
PropertyItem[] propItems = clone.
PropertyItems
;