1 write to _panelSize
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
64_panelSize = new Size();
11 references to _panelSize
PresentationFramework (11)
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (11)
132_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 133_panelSize.Height += curLineSize.Height; 138_panelSize.Width = Math.Max(sz.Width, _panelSize.Width); 139_panelSize.Height += sz.Height; 151_panelSize.Width = Math.Max(curLineSize.Width, _panelSize.Width); 152_panelSize.Height += curLineSize.Height; 154return _panelSize; 193return _panelSize;