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