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