9 references to SetCanAddToQuickAccessToolBarDirectly
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
536set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
552set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3191set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1529set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1618set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1717set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
568set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
657set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
575set { RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(this, value); }