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