1 instantiation of PropertyItem
System.Drawing.Common (1)
System\Drawing\Imaging\PropertyItem.cs (1)
42
return
new
()
33 references to PropertyItem
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
82
PropertyItem
? piComment = bitmap.GetPropertyItem(37510);
System.Drawing (1)
System.Drawing.cs (1)
100
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
PropertyItem
))]
System.Drawing.Common (11)
System\Drawing\Image.cs (8)
546
/// Gets an array of <see cref='
PropertyItem
'/> objects that describe this <see cref='Image'/>.
549
public Imaging.
PropertyItem
[] PropertyItems
561
Imaging.
PropertyItem
[] result = new Imaging.
PropertyItem
[(int)count];
570
result[i] = Imaging.
PropertyItem
.FromNative(properties + i);
674
public Imaging.
PropertyItem
? GetPropertyItem(int propid)
690
return Imaging.
PropertyItem
.FromNative(property);
708
public unsafe void SetPropertyItem(Imaging.
PropertyItem
propitem)
System\Drawing\ImageInfo.cs (2)
42
Imaging.
PropertyItem
? frameDelayItem = image.GetPropertyItem(PropertyTagFrameDelay);
85
Imaging.
PropertyItem
? loopCountItem = image.GetPropertyItem(PropertyTagLoopCount);
System\Drawing\Imaging\PropertyItem.cs (1)
35
internal static
PropertyItem
FromNative(GdiPlus.PropertyItem* native)
System.Drawing.Common.Tests (20)
System\Drawing\ImageTests.cs (14)
42
PropertyItem
[] items = bitmap.PropertyItems;
100
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
131
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
132
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
133
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
202
PropertyItem
item1 = source.GetPropertyItem(PropertyTagExifUserComment);
203
PropertyItem
item2 = source.GetPropertyItem(PropertyTagChrominanceTable);
204
PropertyItem
item3 = source.GetPropertyItem(PropertyTagLuminanceTable);
233
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
240
PropertyItem
[] items = bitmap.PropertyItems;
291
PropertyItem
item = bitmap.GetPropertyItem(PropertyTagExifUserComment);
298
PropertyItem
[] items = bitmap.PropertyItems;
434
PropertyItem
item = source.GetPropertyItem(PropertyTagExifUserComment);
441
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];