18 references to QAT
System.Windows.Controls.Ribbon (18)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (18)
50if (QAT != null && 51QAT.OverflowPanel != null) 53QAT.OverflowPanel.Children.Clear(); 77if (QAT != null && 78QAT.OverflowPanel != null) 80QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 179RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT == null ? null : QAT.OverflowPanel; 238if (QAT != null) 240if (QAT.HasOverflowItems != sendToOverflow) 242QAT.HasOverflowItems = sendToOverflow; 259QAT.OverflowPanel != null) 261QAT.OverflowPanel.InvalidateMeasure(); 307if (QAT.HasOverflowItems) 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);