27 references to CanAddToQuickAccessToolBarDirectlyProperty
System.Windows.Controls.Ribbon (27)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
771
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
84
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false, null, new CoerceValueCallback(CoerceToFalse)));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (2)
64
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
527
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonButton),
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (2)
64
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
543
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonCheckBox),
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
775
return (bool)element.GetValue(
CanAddToQuickAccessToolBarDirectlyProperty
);
781
element.SetValue(
CanAddToQuickAccessToolBarDirectlyProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
38
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
123
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
3191
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonGallery),
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
164
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
1532
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonGroup),
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
1492
DependencyProperty dp = RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
;
1514
PropertyHelper.TransferProperty(d, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
1725
new PropertyAndTransferMode () { Property = RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
703
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
1627
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonMenuButton),
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
654
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
1733
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonMenuItem),
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (2)
64
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
559
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonRadioButton),
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
71
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (2)
68
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
648
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonTextBox),
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (2)
71
PropertyHelper.TransferProperty(this, RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
);
566
RibbonControlService.
CanAddToQuickAccessToolBarDirectlyProperty
.AddOwner(typeof(RibbonToggleButton),