1 write to _panelSize
PresentationFramework (1)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
52
_panelSize
= new Size();
11 references to _panelSize
PresentationFramework (11)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (11)
120
_panelSize
.Width = Math.Max(curLineSize.Width,
_panelSize
.Width);
121
_panelSize
.Height += curLineSize.Height;
126
_panelSize
.Width = Math.Max(sz.Width,
_panelSize
.Width);
127
_panelSize
.Height += sz.Height;
139
_panelSize
.Width = Math.Max(curLineSize.Width,
_panelSize
.Width);
140
_panelSize
.Height += curLineSize.Height;
142
return
_panelSize
;
181
return
_panelSize
;