2 writes to ImageAlign
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
396
this._descriptionLabel.
ImageAlign
= System.Drawing.ContentAlignment.TopLeft;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (1)
47
ImageAlign
= ContentAlignment.MiddleCenter,
4 references to ImageAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.cs (2)
555
if (value !=
ImageAlign
)
1256
DrawImage(e, i, face, RtlTranslateAlignment(
ImageAlign
));
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1154
Rectangle imageBounds = CalcImageRenderBounds(image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));
1165
DrawImage(e.Graphics, image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));