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