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)
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];