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;
1161Ribbon rib = (Ribbon)o;
1222Ribbon rib = (Ribbon) d;
1241Ribbon ribbon = (Ribbon)sender;
1285Ribbon ribbon = (Ribbon)sender;
1314Ribbon ribbon = (Ribbon)sender;
1339Ribbon ribbon = (Ribbon)sender;
1364Ribbon ribbon = (Ribbon)sender;
1393Ribbon ribbon = (Ribbon)sender;
1397private static object OnCoerceTitleImpl(Ribbon rib, object value)
1418Ribbon ribbon = (Ribbon)sender;
1424Window window = ((Ribbon)d)._window;
1460Ribbon ribbon = (Ribbon)sender;
1475Ribbon ribbon = (Ribbon)d;
1481Ribbon ribbon = (Ribbon)d;
1692Ribbon ribbon = (Ribbon)d;
1709Ribbon ribbon = (Ribbon)d;
1751Ribbon ribbon = (Ribbon)sender;
1767Ribbon ribbon = (Ribbon)sender;
1795Ribbon ribbon = (Ribbon)sender;
2376((Ribbon)sender).OnContextMenuOpeningInternal(e);
2393((Ribbon)sender).OnContextMenuClosingInternal();
2448Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2475Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2489Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2504Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2518Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2542Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2562Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2577Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2592Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);
2607Ribbon ribbon = RibbonControlService.GetRibbon(originalSource);