1 instantiation of PropertyItem
System.Drawing.Common (1)
System\Drawing\Imaging\PropertyItem.cs (1)
42
return
new
()
13 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)