3 writes to imageAlign
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1524
layout.
imageAlign
= ContentAlignment.MiddleCenter;
1550
layout.
imageAlign
= Control.ImageAlign;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4709
layoutOptions.
imageAlign
= Owner.ImageAlign;
1 reference to imageAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1304
ContentAlignment imageAlign = RtlTranslateContent(this.
imageAlign
);