10 references to IsInQuickAccessToolBarProperty
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
274
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
259
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
94
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonContentPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonControl.cs (1)
110
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
797
return (bool)element.GetValue(
IsInQuickAccessToolBarProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
455
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
278
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
274
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
458
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
281
RibbonControlService.
IsInQuickAccessToolBarProperty
.AddOwner(typeof(RibbonToggleButton));