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