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