23 references to GetPropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
119
PropertyItem piComment = img.
GetPropertyItem
(37510);
System.Drawing.Common.Tests (22)
System\Drawing\ImageTests.cs (18)
101
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
115
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
125
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
132
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
133
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
134
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
142
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
147
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
152
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
162
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
167
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
172
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
203
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
204
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
205
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
234
PropertyItem item = source.
GetPropertyItem
(PropertyTagExifUserComment);
292
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
435
PropertyItem item = source.
GetPropertyItem
(PropertyTagExifUserComment);
System\Drawing\Imaging\PropertyItemTests.cs (4)
17
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagLuminanceTable);
29
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagLuminanceTable);
41
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagLuminanceTable);
58
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagLuminanceTable);