4 references to GetContentsWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBar.cs (3)
848
int newWidth = sbp.
GetContentsWidth
(newPanels);
1248
value.Width = value.
GetContentsWidth
(true);
1508
value.Width = value.
GetContentsWidth
(true);
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
681
int newWidth =
GetContentsWidth
(false);