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;
1162Ribbon rib = (Ribbon)o;
1223Ribbon rib = (Ribbon) d;
1242Ribbon ribbon = (Ribbon)sender;
1286Ribbon ribbon = (Ribbon)sender;
1315Ribbon ribbon = (Ribbon)sender;
1340Ribbon ribbon = (Ribbon)sender;
1365Ribbon ribbon = (Ribbon)sender;
1394Ribbon ribbon = (Ribbon)sender;
1398private static object OnCoerceTitleImpl(Ribbon rib, object value)
1419Ribbon ribbon = (Ribbon)sender;
1425Window window = ((Ribbon)d)._window;
1461Ribbon ribbon = (Ribbon)sender;
1476Ribbon ribbon = (Ribbon)d;
1482Ribbon ribbon = (Ribbon)d;
1693Ribbon ribbon = (Ribbon)d;
1710Ribbon ribbon = (Ribbon)d;
1752Ribbon ribbon = (Ribbon)sender;
1768Ribbon ribbon = (Ribbon)sender;
1796Ribbon ribbon = (Ribbon)sender;
2377((Ribbon)sender).OnContextMenuOpeningInternal(e);
2394((Ribbon)sender).OnContextMenuClosingInternal();
2449Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2476Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2490Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2505Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2519Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2543Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2563Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2578Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2593Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2608Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);