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;
154
return
_panelSize
;
193
return
_panelSize
;