11 references to GetCanAddToQuickAccessToolBarDirectly
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2490while (obj != null && !RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(obj))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
539get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
554get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
256else if (RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(owner))
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3198get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1544get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1639get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1745get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
570get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
659get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
577get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }