18 references to QAT
System.Windows.Controls.Ribbon (18)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (18)
56if (QAT != null && 57QAT.OverflowPanel != null) 59QAT.OverflowPanel.Children.Clear(); 83if (QAT != null && 84QAT.OverflowPanel != null) 86QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 185RibbonQuickAccessToolBarOverflowPanel overflowPanel = QAT == null ? null : QAT.OverflowPanel; 244if (QAT != null) 246if (QAT.HasOverflowItems != sendToOverflow) 248QAT.HasOverflowItems = sendToOverflow; 265QAT.OverflowPanel != null) 267QAT.OverflowPanel.InvalidateMeasure(); 313if (QAT.HasOverflowItems) 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);