18 references to QAT
System.Windows.Controls.Ribbon (18)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (18)
56
if (
QAT
!= null &&
57
QAT
.OverflowPanel != null)
59
QAT
.OverflowPanel.Children.Clear();
83
if (
QAT
!= null &&
84
QAT
.OverflowPanel != null)
86
QAT
.OverflowPanel.Children.RemoveAt(indexInOverflowPanel);
185
RibbonQuickAccessToolBarOverflowPanel overflowPanel =
QAT
== null ? null :
QAT
.OverflowPanel;
244
if (
QAT
!= null)
246
if (
QAT
.HasOverflowItems != sendToOverflow)
248
QAT
.HasOverflowItems = sendToOverflow;
265
QAT
.OverflowPanel != null)
267
QAT
.OverflowPanel.InvalidateMeasure();
313
if (
QAT
.HasOverflowItems)
317
Debug.Assert(
QAT
.OverflowPanel.Children.Count == numItemsExpectedInOverflowPanel);
328
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == false);
337
Debug.Assert(object.ReferenceEquals(
QAT
.OverflowPanel.Children[overflowPanelIndex], GeneratedChildren[k]));
342
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == true);