1 write to _panelSize
PresentationFramework (1)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
63_panelSize = new Size();
11 references to _panelSize
PresentationFramework (11)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (11)
131_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 132_panelSize.Height += curLineSize.Height; 137_panelSize.Width = Math.Max(sz.Width, _panelSize.Width); 138_panelSize.Height += sz.Height; 150_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 151_panelSize.Height += curLineSize.Height; 153return _panelSize; 192return _panelSize;