11 references to OverflowPanel
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (11)
51
QAT.
OverflowPanel
!= null)
53
QAT.
OverflowPanel
.Children.Clear();
78
QAT.
OverflowPanel
!= null)
80
QAT.
OverflowPanel
.Children.RemoveAt(indexInOverflowPanel);
179
RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT == null ? null : QAT.
OverflowPanel
;
259
QAT.
OverflowPanel
!= null)
261
QAT.
OverflowPanel
.InvalidateMeasure();
311
Debug.Assert(QAT.
OverflowPanel
.Children.Count == numItemsExpectedInOverflowPanel);
322
Debug.Assert(QAT.
OverflowPanel
.Children.Contains(currentChild) == false);
331
Debug.Assert(object.ReferenceEquals(QAT.
OverflowPanel
.Children[overflowPanelIndex], GeneratedChildren[k]));
336
Debug.Assert(QAT.
OverflowPanel
.Children.Contains(currentChild) == true);