1 write to cx
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1142
tbbi.
cx
= buttons[x].Width;
3 references to cx
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (2)
1144
if (tbbi.
cx
> maxWidth) {
1145
maxWidth = tbbi.
cx
;
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
561
buttonWidth = button.
cx
;