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;
153
return
_panelSize
;
192
return
_panelSize
;