24 references to RibbonProperty
System.Windows.Controls.Ribbon (24)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
201RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroupsPanel));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
320RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTabHeadersPanel));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
32RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTitlePanel));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
306RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
293RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
450path.PathParameters.Add(RibbonControlService.RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
185RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroup));
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
52RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroupItemsControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
190RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonControlGroup));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
311return (Ribbon)element.GetValue(RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3077RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGallery));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
511RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
415RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1521Ribbon ribbon = (Ribbon)element.GetValue(RibbonControlService.RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
312RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
386RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
130RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonQuickAccessToolBar));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
308RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
67RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonSeparator));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
154RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTab));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
106RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
490RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
315RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonToggleButton));
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
61RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonToolTip));