11 references to GetCanAddToQuickAccessToolBarDirectly
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2487while (obj != null && !RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(obj))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
536get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
552get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
254else if (RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(owner))
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3196get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1541get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1636get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1742get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
568get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
657get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
575get { return RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(this); }