12 references to QAT
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (12)
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();