1 write to textAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
938
textAlign
= value;
3 references to textAlign
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
454
switch (
textAlign
) {
929
return
textAlign
;
937
if (
textAlign
== value) return;