11 references to GetCanAddToQuickAccessToolBarDirectly
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2461while (obj != null && !RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(obj))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
535get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
551get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
253else if (RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(owner))
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3196get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1531get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1626get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1728get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
567get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
656get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
574get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }