14 references to GetIsInQuickAccessToolBar
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2559
args.CanExecute = RibbonControlService.
GetIsInQuickAccessToolBar
(obj);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
282
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
267
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
102
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
262
if (RibbonControlService.
GetIsInQuickAccessToolBar
(owner))
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
118
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
466
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
421
if (RibbonControlService.
GetIsInQuickAccessToolBar
(parent))
2617
if (RibbonControlService.
GetIsInQuickAccessToolBar
(element))
2664
if (RibbonControlService.
GetIsInQuickAccessToolBar
(element))
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
286
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
282
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
466
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
289
get { return RibbonControlService.
GetIsInQuickAccessToolBar
(this); }