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