23 references to ComponentResourceKey
PresentationFramework (19)
MS\Internal\Documents\DocumentGridPage.cs (1)
228
var key = new
ComponentResourceKey
(typeof(FrameworkElement), "DocumentGridPageContainerWithBorder");
MS\Internal\Documents\DocumentViewerHelper.cs (1)
303
_findToolBarStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
System\Windows\Controls\FlowDocumentReader.cs (4)
48
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentReader")));
2085
_pageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey");
2101
_twoPageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUITwoPageViewStyleKey");
2117
_scrollViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIScrollViewStyleKey");
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
55
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentScrollViewer")));
System\Windows\Controls\MenuItem.cs (4)
81
_topLevelItemTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "TopLevelItemTemplateKey");
97
_topLevelHeaderTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "TopLevelHeaderTemplateKey");
113
_submenuItemTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "SubmenuItemTemplateKey");
129
_submenuHeaderTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "SubmenuHeaderTemplateKey");
System\Windows\Controls\Primitives\CalendarItem.cs (1)
1425
_dayTitleTemplateResourceKey = new
ComponentResourceKey
(typeof(CalendarItem), ElementDayTitleTemplate);
System\Windows\Controls\SinglePageViewer.cs (1)
51
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentPageViewer")));
System\Windows\Controls\StickyNote.cs (1)
110
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2830
return new System.Windows.
ComponentResourceKey
(
System\Windows\SystemResourceKey.cs (4)
2027
_focusBorderBrushKey = new
ComponentResourceKey
(typeof(DataGrid), "FocusBorderBrushKey");
2040
_textBlockComboBoxStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "TextBlockComboBoxStyleKey");
2065
_columnFloatingHeaderStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "ColumnFloatingHeaderStyleKey");
2078
_columnHeaderDropSeparatorStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "ColumnHeaderDropSeparatorStyleKey");
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1033
ResourceKey toolBarStyleKey = new
ComponentResourceKey
(
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
141
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), resourceName));
MS\Internal\Documents\SignatureResourceHelper.cs (1)
168
new
ComponentResourceKey
(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
50
DefaultStyleKeyProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(Ribbon), "RibbonWindowStyle")));