17 references to QAT
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (17)
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
?.OverflowPanel;
238
if (
QAT
!= null)
240
if (
QAT
.HasOverflowItems != sendToOverflow)
242
QAT
.HasOverflowItems = sendToOverflow;
256
QAT
.OverflowPanel != null)
258
QAT
.OverflowPanel.InvalidateMeasure();
304
if (
QAT
.HasOverflowItems)
308
Debug.Assert(
QAT
.OverflowPanel.Children.Count == numItemsExpectedInOverflowPanel);
319
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == false);
328
Debug.Assert(object.ReferenceEquals(
QAT
.OverflowPanel.Children[overflowPanelIndex], GeneratedChildren[k]));
333
Debug.Assert(
QAT
.OverflowPanel.Children.Contains(currentChild) == true);