18 references to QAT
System.Windows.Controls.Ribbon (18)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (18)
50
if (
QAT
!= null &&
51
QAT
.OverflowPanel != null)
53
QAT
.OverflowPanel.Children.Clear();
77
if (
QAT
!= null &&
78
QAT
.OverflowPanel != null)
80
QAT
.OverflowPanel.Children.RemoveAt(indexInOverflowPanel);
179
RibbonQuickAccessToolBarOverflowPanel overflowPanel =
QAT
== null ? null :
QAT
.OverflowPanel;
238
if (
QAT
!= null)
240
if (
QAT
.HasOverflowItems != sendToOverflow)
242
QAT
.HasOverflowItems = sendToOverflow;
259
QAT
.OverflowPanel != null)
261
QAT
.OverflowPanel.InvalidateMeasure();
307
if (
QAT
.HasOverflowItems)
311
Debug.Assert(
QAT
.OverflowPanel.Children.Count == numItemsExpectedInOverflowPanel);
322
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == false);
331
Debug.Assert(object.ReferenceEquals(
QAT
.OverflowPanel.Children[overflowPanelIndex], GeneratedChildren[k]));
336
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == true);