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