5 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)
42
ImageAlign
= ContentAlignment.MiddleCenter,
System.Windows.Forms.Tests (3)
System\Windows\Forms\LabelTests.cs (3)
246
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
ImageAlign
= value);
271
control.
ImageAlign
= value;
277
control.
ImageAlign
= value;
7 references to ImageAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.cs (2)
557
if (value !=
ImageAlign
)
1258
DrawImage(e, i, face, RtlTranslateAlignment(
ImageAlign
));
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1156
Rectangle imageBounds = CalcImageRenderBounds(image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));
1167
DrawImage(e.Graphics, image, ClientRectangle, RtlTranslateAlignment(
ImageAlign
));
System.Windows.Forms.Tests (3)
System\Windows\Forms\LabelTests.cs (3)
70
Assert.Equal(ContentAlignment.MiddleCenter, control.
ImageAlign
);
272
Assert.Equal(value, control.
ImageAlign
);
278
Assert.Equal(value, control.
ImageAlign
);