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;
1158Ribbon rib = (Ribbon)o;
1219Ribbon rib = (Ribbon) d;
1238Ribbon ribbon = (Ribbon)sender;
1282Ribbon ribbon = (Ribbon)sender;
1311Ribbon ribbon = (Ribbon)sender;
1336Ribbon ribbon = (Ribbon)sender;
1361Ribbon ribbon = (Ribbon)sender;
1390Ribbon ribbon = (Ribbon)sender;
1394private static object OnCoerceTitleImpl(Ribbon rib, object value)
1415Ribbon ribbon = (Ribbon)sender;
1421Window window = ((Ribbon)d)._window;
1457Ribbon ribbon = (Ribbon)sender;
1469Ribbon ribbon = (Ribbon)d;
1475Ribbon ribbon = (Ribbon)d;
1686Ribbon ribbon = (Ribbon)d;
1703Ribbon ribbon = (Ribbon)d;
1745Ribbon ribbon = (Ribbon)sender;
1761Ribbon ribbon = (Ribbon)sender;
1789Ribbon ribbon = (Ribbon)sender;
2370((Ribbon)sender).OnContextMenuOpeningInternal(e);
2387((Ribbon)sender).OnContextMenuClosingInternal();
2442Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2469Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2483Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2498Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2512Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2536Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2556Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2571Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2586Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2601Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);