1 instantiation of PropertyItem
System.Drawing (1)
commonui\System\Drawing\PropertyItemInternal.cs (1)
74
props[i] = new
PropertyItem
();
12 references to PropertyItem
System.Drawing (12)
commonui\System\Drawing\Image.cs (7)
1201
public
PropertyItem
GetPropertyItem(int propid) {
1202
PropertyItem
propitem;
1252
public void SetPropertyItem(
PropertyItem
propitem) {
1264
/// Gets an array of <see cref='System.Drawing.Imaging.
PropertyItem
'/> objects that describe this <see cref='System.Drawing.Image'/>.
1267
public
PropertyItem
[] PropertyItems
1284
return new
PropertyItem
[0];
1290
PropertyItem
[] props = null;
commonui\System\Drawing\ImageInfo.cs (1)
42
PropertyItem
frameDelayItem = image.GetPropertyItem(PropertyTagFrameDelay);
commonui\System\Drawing\PropertyItemInternal.cs (4)
48
internal static PropertyItemInternal ConvertFromPropertyItem(
PropertyItem
propItem) {
65
internal static
PropertyItem
[] ConvertFromMemory(IntPtr propdata, int count) {
66
PropertyItem
[] props = new
PropertyItem
[count];