4 writes to iconSize
System.Drawing (4)
commonui\System\Drawing\Icon.cs (4)
143iconSize = original.Size; 209iconSize = (Size)info.GetValue("IconSize", typeof(Size)); 333iconSize = new Size(bmp.bmWidth, bmp.bmHeight); 337iconSize = new Size(bmp.bmWidth, bmp.bmHeight / 2);
8 references to iconSize
System.Drawing (8)
commonui\System\Drawing\Icon.cs (8)
144handle = SafeNativeMethods.CopyImage(new HandleRef(original, original.Handle), SafeNativeMethods.IMAGE_ICON, iconSize.Width, iconSize.Height, 0); 211if (iconSize.IsEmpty) { 215Initialize(iconSize.Width, iconSize.Height); 325if (iconSize.IsEmpty) { 345return iconSize; 1153si.AddValue("IconSize", iconSize, typeof(Size));