3 references to AnyRightAlign
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
214
else if ((int)(align & WindowsFormsUtils.
AnyRightAlign
) != 0) {
winforms\Managed\System\WinForms\Label.cs (1)
1092
if ((align & WindowsFormsUtils.
AnyRightAlign
) !=0) {
winforms\Managed\System\WinForms\LinkLabel.cs (1)
507
if ((align & WindowsFormsUtils.
AnyRightAlign
) != 0) {