7 references to AnyTopAlignment
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (5)
118else if ((alignment & DesignerUtils.AnyTopAlignment) != 0) 178return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 2 : -2; 203return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 4 : -4; 207return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 3 : -3; 211return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 5 : -5;
System\Windows\Forms\Design\DesignerUtils.cs (1)
543if ((alignment & AnyTopAlignment) != 0)
System\Windows\Forms\Design\LabelDesigner.cs (1)
102((alignment & DesignerUtils.AnyTopAlignment) != 0))