22 references to PropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
119
PropertyItem
piComment = img.GetPropertyItem(37510);
System.Drawing (1)
System.Drawing.cs (1)
100
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
PropertyItem
))]
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (14)
43
PropertyItem
[] items = bitmap.PropertyItems;
101
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
132
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
133
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
134
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
203
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
204
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
205
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
234
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
241
PropertyItem
[] items = bitmap.PropertyItems;
292
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
299
PropertyItem
[] items = bitmap.PropertyItems;
435
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
442
PropertyItem
[] items = bitmap.PropertyItems;
System\Drawing\Imaging\PropertyItemTests.cs (6)
17
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagLuminanceTable);
29
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagLuminanceTable);
41
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagLuminanceTable);
58
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagLuminanceTable);
77
PropertyItem
[] propItems = clone.PropertyItems;
78
PropertyItem
propItem = propItems[0];