11 references to OverflowPanel
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (11)
50
QAT.
OverflowPanel
!= null)
52
QAT.
OverflowPanel
.Children.Clear();
77
QAT.
OverflowPanel
!= null)
79
QAT.
OverflowPanel
.Children.RemoveAt(indexInOverflowPanel);
178
RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT?.
OverflowPanel
;
255
QAT.
OverflowPanel
!= null)
257
QAT.
OverflowPanel
.InvalidateMeasure();
307
Debug.Assert(QAT.
OverflowPanel
.Children.Count == numItemsExpectedInOverflowPanel);
318
Debug.Assert(!QAT.
OverflowPanel
.Children.Contains(currentChild));
327
Debug.Assert(object.ReferenceEquals(QAT.
OverflowPanel
.Children[overflowPanelIndex], GeneratedChildren[k]));
332
Debug.Assert(QAT.
OverflowPanel
.Children.Contains(currentChild));