2 writes to ImageAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
190
this.detailsBtn.
ImageAlign
= System.Drawing.ContentAlignment.MiddleLeft;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
331
b.
ImageAlign
= ContentAlignment.MiddleLeft;
1 reference to ImageAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1550
layout.imageAlign = Control.
ImageAlign
;