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