Microsoft\Windows\Controls\Ribbon\Ribbon.cs (87)
45[TemplatePart(Name = Ribbon.ContextualTabGroupItemsControlTemplateName, Type = typeof(RibbonContextualTabGroupItemsControl))]
46[TemplatePart(Name = Ribbon.TitlePanelTemplateName, Type = typeof(RibbonTitlePanel))]
47[TemplatePart(Name = Ribbon.TitleHostTemplateName, Type = typeof(ContentPresenter))]
48[TemplatePart(Name = Ribbon.QatHostTemplateName, Type = typeof(Grid))]
49[TemplatePart(Name = Ribbon.HelpPaneTemplateName, Type = typeof(ContentPresenter))]
50[TemplatePart(Name = Ribbon.ItemsPresenterPopupTemplateName, Type = typeof(Popup))]
93Type ownerType = typeof(Ribbon);
164typeof(Ribbon));
183typeof(Ribbon));
204typeof(Ribbon),
223typeof(Ribbon),
248typeof(Ribbon),
267typeof(Ribbon),
280typeof(Ribbon),
293typeof(Ribbon),
315typeof(Ribbon),
334typeof(Ribbon),
350DependencyProperty.Register("IsCollapsed", typeof(bool), typeof(Ribbon),
369typeof(Ribbon),
382typeof(Ribbon),
401typeof(Ribbon),
419typeof(Ribbon),
447DependencyProperty.Register("ContextualTabGroupHeaderTemplate", typeof(DataTemplate), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyContextualTabGroupPropertyChanged)));
456DependencyProperty.Register("ContextualTabGroupStyle", typeof(Style), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyContextualTabGroupPropertyChanged)));
474typeof(Ribbon),
493typeof(Ribbon),
512typeof(Ribbon),
531typeof(Ribbon),
550typeof(Ribbon),
569typeof(Ribbon),
589typeof(Ribbon),
608typeof(Ribbon),
621DependencyProperty.Register("TabHeaderStyle", typeof(Style), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyTabHeaderPropertyChanged)));
631DependencyProperty.Register("TabHeaderTemplate", typeof(DataTemplate), typeof(Ribbon), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnNotifyTabHeaderPropertyChanged)));
748_groupHeaderItemsControl = this.GetTemplateChild(Ribbon.ContextualTabGroupItemsControlTemplateName) as RibbonContextualTabGroupItemsControl;
765this.RibbonTitlePanel = this.GetTemplateChild(Ribbon.TitlePanelTemplateName) as RibbonTitlePanel;
766_qatTopHost = this.GetTemplateChild(Ribbon.QatHostTemplateName) as UIElement;
767_titleHost = this.GetTemplateChild(Ribbon.TitleHostTemplateName) as UIElement;
768_helpPaneHost = this.GetTemplateChild(Ribbon.HelpPaneTemplateName) as UIElement;
1171Ribbon rib = (Ribbon)o;
1232Ribbon rib = (Ribbon) d;
1251Ribbon ribbon = (Ribbon)sender;
1298Ribbon ribbon = (Ribbon)sender;
1327Ribbon ribbon = (Ribbon)sender;
1355Ribbon ribbon = (Ribbon)sender;
1380Ribbon ribbon = (Ribbon)sender;
1409Ribbon ribbon = (Ribbon)sender;
1413private static object OnCoerceTitleImpl(Ribbon rib, object value)
1434Ribbon ribbon = (Ribbon)sender;
1440Window window = ((Ribbon)d)._window;
1476Ribbon ribbon = (Ribbon)sender;
1491Ribbon ribbon = (Ribbon)d;
1500Ribbon ribbon = (Ribbon)d;
1712Ribbon ribbon = (Ribbon)d;
1735Ribbon ribbon = (Ribbon)d;
1777Ribbon ribbon = (Ribbon)sender;
1793Ribbon ribbon = (Ribbon)sender;
1821Ribbon ribbon = (Ribbon)sender;
2402((Ribbon)sender).OnContextMenuOpeningInternal(e);
2419((Ribbon)sender).OnContextMenuClosingInternal();
2474Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2501Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2515Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2530Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2544Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2568Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2588Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2603Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2618Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2633Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);