7 references to AnyTopAlignment
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (5)
116else if ((alignment & DesignerUtils.AnyTopAlignment) != 0) 176return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 2 : -2; 201return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 4 : -4; 205return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 3 : -3; 209return ((alignment & DesignerUtils.AnyTopAlignment) != 0) ? 5 : -5;
System\Windows\Forms\Design\DesignerUtils.cs (1)
543if ((alignment & AnyTopAlignment) != 0)
System\Windows\Forms\Design\LabelDesigner.cs (1)
100((alignment & DesignerUtils.AnyTopAlignment) != 0))