10 references to IsInQuickAccessToolBarProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
275RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
260RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
95RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonContentPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
111RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
804return (bool)element.GetValue(IsInQuickAccessToolBarProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
459RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
279RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
275RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
459RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
282RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonToggleButton));