18 writes to Image
System.Web.Mobile (6)
UI\MobileControls\Design\StylesEditorDialog.cs (3)
237
_btnUp.
Image
= GenericUI.SortUpIcon;
246
_btnDown.
Image
= GenericUI.SortDownIcon;
255
_btnRemove.
Image
= GenericUI.DeleteIcon;
UI\MobileControls\Design\Util\EditableTreeList.cs (3)
123
BtnDown.
Image
= GenericUI.SortDownIcon;
124
BtnUp.
Image
= GenericUI.SortUpIcon;
125
BtnRemove.
Image
= GenericUI.DeleteIcon;
System.Windows.Forms (12)
misc\DpiHelper.cs (1)
627
button.
Image
= deviceBitmap;
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1167
Image
= null;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
104
detailsBtn.
Image
= expandImage;
115
detailsBtn.
Image
= expandImage;
120
detailsBtn.
Image
= collapseImage;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
283
btnDropDown.
Image
= bitmap;
310
btnDialog.
Image
= CreateResizedBitmap("dotdotdot.ico", DOTDOTDOT_ICONWIDTH, DOTDOTDOT_ICONHEIGHT);
5195
btnDialog.
Image
= CreateResizedBitmap("dotdotdot.ico", DOTDOTDOT_ICONWIDTH, DOTDOTDOT_ICONHEIGHT);
5199
btnDropDown.
Image
= CreateResizedBitmap("Arrow.ico", DOWNARROW_ICONWIDTH, DOWNARROW_ICONHEIGHT);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (3)
330
b.
Image
= expandImage;
377
detailsButton.
Image
= detailsVisible ? collapseImage : expandImage;
425
detailsButton.
Image
= detailsVisible ? collapseImage : expandImage;
9 references to Image
System.Windows.Forms (9)
misc\DpiHelper.cs (2)
620
Bitmap buttonBitmap = button.
Image
as Bitmap;
626
button.
Image
.Dispose();
winforms\Managed\System\WinForms\ButtonBase.cs (2)
349
if (
Image
!= value) {
1141
ImageAnimator.UpdateFrames(this.
Image
);
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
551
if (Control.
Image
!= null) {
553
DrawImageCore(graphics, Control.
Image
, layout.imageBounds, layout.imageStart, layout);
1546
layout.imageSize = (Control.
Image
== null) ? Size.Empty : Control.
Image
.Size;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
324
detailsWidth += detailsBtn.
Image
.Width;