1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
56
_imageList
= new ImageList();
2 references to _imageList
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
57
_imageList
.Images.AddStrip(ScaleHelper.GetIconResourceAsDefaultSizeBitmap(typeof(PrintPreviewDialog), "PrintPreviewStrip"));
935
_toolStrip1.ImageList =
_imageList
;