Microsoft\Windows\Controls\Ribbon\Ribbon.cs (87)
44[TemplatePart(Name = Ribbon.ContextualTabGroupItemsControlTemplateName, Type = typeof(RibbonContextualTabGroupItemsControl))]
45[TemplatePart(Name = Ribbon.TitlePanelTemplateName, Type = typeof(RibbonTitlePanel))]
46[TemplatePart(Name = Ribbon.TitleHostTemplateName, Type = typeof(ContentPresenter))]
47[TemplatePart(Name = Ribbon.QatHostTemplateName, Type = typeof(Grid))]
48[TemplatePart(Name = Ribbon.HelpPaneTemplateName, Type = typeof(ContentPresenter))]
49[TemplatePart(Name = Ribbon.ItemsPresenterPopupTemplateName, Type = typeof(Popup))]
92Type ownerType = typeof(Ribbon);
163typeof(Ribbon));
182typeof(Ribbon));
203typeof(Ribbon),
222typeof(Ribbon),
247typeof(Ribbon),
266typeof(Ribbon),
279typeof(Ribbon),
292typeof(Ribbon),
314typeof(Ribbon),
333typeof(Ribbon),
349DependencyProperty.Register("IsCollapsed", typeof(bool), typeof(Ribbon),
368typeof(Ribbon),
381typeof(Ribbon),
400typeof(Ribbon),
418typeof(Ribbon),
446DependencyProperty.Register("ContextualTabGroupHeaderTemplate", typeof(DataTemplate), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyContextualTabGroupPropertyChanged)));
455DependencyProperty.Register("ContextualTabGroupStyle", typeof(Style), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyContextualTabGroupPropertyChanged)));
473typeof(Ribbon),
492typeof(Ribbon),
511typeof(Ribbon),
530typeof(Ribbon),
549typeof(Ribbon),
568typeof(Ribbon),
588typeof(Ribbon),
607typeof(Ribbon),
620DependencyProperty.Register("TabHeaderStyle", typeof(Style), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyTabHeaderPropertyChanged)));
630DependencyProperty.Register("TabHeaderTemplate", typeof(DataTemplate), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyTabHeaderPropertyChanged)));
747_groupHeaderItemsControl = this.GetTemplateChild(Ribbon.ContextualTabGroupItemsControlTemplateName) as RibbonContextualTabGroupItemsControl;
764this.RibbonTitlePanel = this.GetTemplateChild(Ribbon.TitlePanelTemplateName) as RibbonTitlePanel;
765_qatTopHost = this.GetTemplateChild(Ribbon.QatHostTemplateName) as UIElement;
766_titleHost = this.GetTemplateChild(Ribbon.TitleHostTemplateName) as UIElement;
767_helpPaneHost = this.GetTemplateChild(Ribbon.HelpPaneTemplateName) as UIElement;
1152Ribbon rib = (Ribbon)o;
1213Ribbon rib = (Ribbon) d;
1232Ribbon ribbon = (Ribbon)sender;
1276Ribbon ribbon = (Ribbon)sender;
1305Ribbon ribbon = (Ribbon)sender;
1330Ribbon ribbon = (Ribbon)sender;
1355Ribbon ribbon = (Ribbon)sender;
1384Ribbon ribbon = (Ribbon)sender;
1388private static object OnCoerceTitleImpl(Ribbon rib, object value)
1409Ribbon ribbon = (Ribbon)sender;
1415Window window = ((Ribbon)d)._window;
1451Ribbon ribbon = (Ribbon)sender;
1463Ribbon ribbon = (Ribbon)d;
1469Ribbon ribbon = (Ribbon)d;
1680Ribbon ribbon = (Ribbon)d;
1697Ribbon ribbon = (Ribbon)d;
1739Ribbon ribbon = (Ribbon)sender;
1755Ribbon ribbon = (Ribbon)sender;
1783Ribbon ribbon = (Ribbon)sender;
2364((Ribbon)sender).OnContextMenuOpeningInternal(e);
2381((Ribbon)sender).OnContextMenuClosingInternal();
2436Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2463Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2477Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2492Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2506Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2530Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2550Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2565Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2580Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2595Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);