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;
143
return
_panelSize
;
182
return
_panelSize
;