23 references to GetPropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
122
PropertyItem piComment = img.
GetPropertyItem
(37510);
System.Drawing.Common.Tests (22)
System\Drawing\ImageTests.cs (18)
98
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
112
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
122
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
129
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
130
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
131
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
139
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
144
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
149
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
159
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
164
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
169
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
200
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
201
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
202
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
231
PropertyItem item = source.
GetPropertyItem
(PropertyTagExifUserComment);
289
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
432
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);