1 write to _panelSize
PresentationFramework (1)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
52_panelSize = new Size();
11 references to _panelSize
PresentationFramework (11)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (11)
120_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 121_panelSize.Height += curLineSize.Height; 126_panelSize.Width = Math.Max(sz.Width, _panelSize.Width); 127_panelSize.Height += sz.Height; 139_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 140_panelSize.Height += curLineSize.Height; 142return _panelSize; 181return _panelSize;