23 references to HorizontalCenter
System.Windows.Forms (22)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (2)
136TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine, 211TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine,
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
97TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine, 171TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine,
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (2)
98TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine, 171TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine,
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (5)
57tff = TextFormatFlags.Top | TextFormatFlags.HorizontalCenter; 84tff = TextFormatFlags.VerticalCenter | TextFormatFlags.HorizontalCenter; 111tff = TextFormatFlags.Bottom | TextFormatFlags.HorizontalCenter; 126tff = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter; 453TextFormatFlags.HorizontalCenter |
System\Windows\Forms\Controls\ListView\DrawListViewColumnHeaderEventArgs.cs (1)
129((hAlign == HorizontalAlignment.Center) ? TextFormatFlags.HorizontalCenter :
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
125((hAlign == HorizontalAlignment.Center) ? TextFormatFlags.HorizontalCenter :
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (2)
65TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine, 114TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.SingleLine,
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
858flags |= TextFormatFlags.HorizontalCenter; 877flags |= TextFormatFlags.HorizontalCenter;
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2577flags |= TextFormatFlags.HorizontalCenter;
System\Windows\Forms\Rendering\TextRenderer.cs (2)
296TextFormatFlags flags = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter) 328TextFormatFlags flags = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter)
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
84DrawText(TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
365DrawText(dc, bounds, textToDraw, drawDisabled, TextFormatFlags.HorizontalCenter);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
197TextFormatFlags formatFlags = TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter;