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