23 references to GetPropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
82
PropertyItem? piComment = bitmap.
GetPropertyItem
(37510);
System.Drawing.Common.Tests (22)
System\Drawing\ImageTests.cs (18)
100
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
114
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
124
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(propid));
131
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
132
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
133
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
141
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
146
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
151
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
161
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagExifUserComment));
166
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagLuminanceTable));
171
AssertExtensions.Throws<ArgumentException>(null, () => bitmap.
GetPropertyItem
(PropertyTagChrominanceTable));
202
PropertyItem item1 = source.
GetPropertyItem
(PropertyTagExifUserComment);
203
PropertyItem item2 = source.
GetPropertyItem
(PropertyTagChrominanceTable);
204
PropertyItem item3 = source.
GetPropertyItem
(PropertyTagLuminanceTable);
233
PropertyItem item = source.
GetPropertyItem
(PropertyTagExifUserComment);
291
PropertyItem item = bitmap.
GetPropertyItem
(PropertyTagExifUserComment);
434
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);