24 references to RibbonProperty
System.Windows.Controls.Ribbon (24)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
206RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroupsPanel));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
323RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTabHeadersPanel));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
36RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTitlePanel));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
309RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
295RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
452path.PathParameters.Add(RibbonControlService.RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
187RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroup));
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroupItemsControl.cs (1)
54RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonContextualTabGroupItemsControl));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
193RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonControlGroup));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
318return (Ribbon)element.GetValue(RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3079RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGallery));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
513RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGalleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
418RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonGroup));
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1526Ribbon ribbon = (Ribbon)element.GetValue(RibbonControlService.RibbonProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
315RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
389RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonMenuItem));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
135RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonQuickAccessToolBar));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
310RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
70RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonSeparator));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
156RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTab));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
108RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTabHeader));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
492RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
317RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonToggleButton));
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
64RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonToolTip));