1 write to _panelSize
PresentationFramework (1)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
53_panelSize = new Size();
11 references to _panelSize
PresentationFramework (11)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (11)
121_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 122_panelSize.Height += curLineSize.Height; 127_panelSize.Width = Math.Max(sz.Width, _panelSize.Width); 128_panelSize.Height += sz.Height; 140_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 141_panelSize.Height += curLineSize.Height; 143return _panelSize; 182return _panelSize;