18 references to ComponentResourceKey
PresentationFramework (18)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
325
_findToolBarStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowViewers_FindToolBar");
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
54
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentReader")));
2096
_pageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey");
2112
_twoPageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUITwoPageViewStyleKey");
2128
_scrollViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIScrollViewStyleKey");
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
59
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentScrollViewer")));
src\Framework\System\Windows\Controls\MenuItem.cs (4)
94
_topLevelItemTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "TopLevelItemTemplateKey");
110
_topLevelHeaderTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "TopLevelHeaderTemplateKey");
126
_submenuItemTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "SubmenuItemTemplateKey");
142
_submenuHeaderTemplateKey = new
ComponentResourceKey
(typeof(MenuItem), "SubmenuHeaderTemplateKey");
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
1434
_dayTitleTemplateResourceKey = new
ComponentResourceKey
(typeof(CalendarItem), ElementDayTitleTemplate);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
56
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentPageViewer")));
src\Framework\System\Windows\Controls\StickyNote.cs (1)
136
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2828
return new System.Windows.
ComponentResourceKey
(
src\Framework\System\Windows\SystemResourceKey.cs (4)
1935
_focusBorderBrushKey = new
ComponentResourceKey
(typeof(DataGrid), "FocusBorderBrushKey");
1948
_textBlockComboBoxStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "TextBlockComboBoxStyleKey");
1973
_columnFloatingHeaderStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "ColumnFloatingHeaderStyleKey");
1986
_columnHeaderDropSeparatorStyleKey = new
ComponentResourceKey
(typeof(DataGrid), "ColumnHeaderDropSeparatorStyleKey");