9 references to SetCanAddToQuickAccessToolBarDirectly
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
537set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
553set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3197set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1542set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1637set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1743set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
569set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
658set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
576set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }