25 references to PropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
122
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 (3)
Special\NotSupported.cs (3)
763
public System.Drawing.Imaging.
PropertyItem
[] PropertyItems { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
789
public System.Drawing.Imaging.
PropertyItem
? GetPropertyItem(int propid) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
804
public void SetPropertyItem(System.Drawing.Imaging.
PropertyItem
propitem) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (14)
40
PropertyItem
[] items = bitmap.PropertyItems;
98
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
129
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
130
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
131
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
200
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
201
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
202
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
231
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
238
PropertyItem
[] items = bitmap.PropertyItems;
289
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
296
PropertyItem
[] items = bitmap.PropertyItems;
432
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
439
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];