17 references to QAT
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (17)
50if (QAT != null && 51QAT.OverflowPanel != null) 53QAT.OverflowPanel.Children.Clear(); 77if (QAT != null && 78QAT.OverflowPanel != null) 80QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 179RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT?.OverflowPanel; 238if (QAT != null) 240if (QAT.HasOverflowItems != sendToOverflow) 242QAT.HasOverflowItems = sendToOverflow; 256QAT.OverflowPanel != null) 258QAT.OverflowPanel.InvalidateMeasure(); 304if (QAT.HasOverflowItems) 308Debug.Assert(QAT.OverflowPanel.Children.Count == numItemsExpectedInOverflowPanel); 319Debug.Assert(QAT.OverflowPanel.Children.Contains(currentChild) == false); 328Debug.Assert(object.ReferenceEquals(QAT.OverflowPanel.Children[overflowPanelIndex], GeneratedChildren[k])); 333Debug.Assert(QAT.OverflowPanel.Children.Contains(currentChild) == true);