11 references to OverflowPanel
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (11)
57
QAT.
OverflowPanel
!= null)
59
QAT.
OverflowPanel
.Children.Clear();
84
QAT.
OverflowPanel
!= null)
86
QAT.
OverflowPanel
.Children.RemoveAt(indexInOverflowPanel);
185
RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT == null ? null : QAT.
OverflowPanel
;
265
QAT.
OverflowPanel
!= null)
267
QAT.
OverflowPanel
.InvalidateMeasure();
317
Debug.Assert(QAT.
OverflowPanel
.Children.Count == numItemsExpectedInOverflowPanel);
328
Debug.Assert(QAT.
OverflowPanel
.Children.Contains(currentChild) == false);
337
Debug.Assert(object.ReferenceEquals(QAT.
OverflowPanel
.Children[overflowPanelIndex], GeneratedChildren[k]));
342
Debug.Assert(QAT.
OverflowPanel
.Children.Contains(currentChild) == true);