1 write to TextAlign
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
171TextAlign = button.TextAlign,
2 references to TextAlign
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
669ContentAlignment align = rtl ? MirrorAlignment(context.TextAlign) : context.TextAlign;