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