23 references to ComponentResourceKey
PresentationFramework (19)
MS\Internal\Documents\DocumentGridPage.cs (1)
227var key = new ComponentResourceKey(typeof(FrameworkElement), "DocumentGridPageContainerWithBorder");
MS\Internal\Documents\DocumentViewerHelper.cs (1)
302_findToolBarStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
System\Windows\Controls\FlowDocumentReader.cs (4)
47new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentReader"))); 2049_pageViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey"); 2065_twoPageViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUITwoPageViewStyleKey"); 2081_scrollViewStyleKey = new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIScrollViewStyleKey");
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
54new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentScrollViewer")));
System\Windows\Controls\MenuItem.cs (4)
80_topLevelItemTemplateKey = new ComponentResourceKey(typeof(MenuItem), "TopLevelItemTemplateKey"); 96_topLevelHeaderTemplateKey = new ComponentResourceKey(typeof(MenuItem), "TopLevelHeaderTemplateKey"); 112_submenuItemTemplateKey = new ComponentResourceKey(typeof(MenuItem), "SubmenuItemTemplateKey"); 128_submenuHeaderTemplateKey = new ComponentResourceKey(typeof(MenuItem), "SubmenuHeaderTemplateKey");
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1418_dayTitleTemplateResourceKey = new ComponentResourceKey(typeof(CalendarItem), ElementDayTitleTemplate);
System\Windows\Controls\SinglePageViewer.cs (1)
50new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(PresentationUIStyleResources), "PUIFlowDocumentPageViewer")));
System\Windows\Controls\StickyNote.cs (1)
98new ComponentResourceKey(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2977return new System.Windows.ComponentResourceKey(
System\Windows\SystemResourceKey.cs (4)
2026_focusBorderBrushKey = new ComponentResourceKey(typeof(DataGrid), "FocusBorderBrushKey"); 2039_textBlockComboBoxStyleKey = new ComponentResourceKey(typeof(DataGrid), "TextBlockComboBoxStyleKey"); 2064_columnFloatingHeaderStyleKey = new ComponentResourceKey(typeof(DataGrid), "ColumnFloatingHeaderStyleKey"); 2077_columnHeaderDropSeparatorStyleKey = new ComponentResourceKey(typeof(DataGrid), "ColumnHeaderDropSeparatorStyleKey");
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1033ResourceKey toolBarStyleKey = new ComponentResourceKey(
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
141new ComponentResourceKey(typeof(PresentationUIStyleResources), resourceName));
MS\Internal\Documents\SignatureResourceHelper.cs (1)
167new ComponentResourceKey(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
49DefaultStyleKeyProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new ComponentResourceKey(typeof(Ribbon), "RibbonWindowStyle")));