25 instantiations of ComponentResourceKey
PresentationFramework (21)
MS\Internal\Documents\DocumentGridPage.cs (1)
227
var 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)
47
new 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)
54
new 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)
50
new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIFlowDocumentPageViewer")));
System\Windows\Controls\StickyNote.cs (1)
98
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
2970
DefaultConstructor = delegate () { return new System.Windows.
ComponentResourceKey
(); },
2977
return new System.Windows.
ComponentResourceKey
(
System\Windows\Markup\KnownTypes.cs (1)
1172
case KnownElements.ComponentResourceKey: o = new System.Windows.
ComponentResourceKey
(); break;
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)
1033
ResourceKey toolBarStyleKey = new
ComponentResourceKey
(
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
141
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), resourceName));
MS\Internal\Documents\SignatureResourceHelper.cs (1)
167
new
ComponentResourceKey
(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
49
DefaultStyleKeyProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new
ComponentResourceKey
(typeof(Ribbon), "RibbonWindowStyle")));
38 references to ComponentResourceKey
PresentationFramework (38)
HashHelper.cs (1)
20
typeof(System.Windows.
ComponentResourceKey
) // bug 1612119
MS\Internal\Documents\DocumentGridPage.cs (1)
227
var
key = new ComponentResourceKey(typeof(FrameworkElement), "DocumentGridPageContainerWithBorder");
System\Windows\ComponentResourceKey.cs (2)
101
ComponentResourceKey
key = o as
ComponentResourceKey
;
System\Windows\ComponentResourceKeyConverter.cs (2)
97
ComponentResourceKey
key = value as
ComponentResourceKey
;
System\Windows\Controls\DataGrid.cs (1)
1447
public static
ComponentResourceKey
FocusBorderBrushKey
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
39
public static
ComponentResourceKey
TextBlockComboBoxStyleKey
System\Windows\Controls\FlowDocumentReader.cs (3)
2089
private static
ComponentResourceKey
_pageViewStyleKey;
2090
private static
ComponentResourceKey
_twoPageViewStyleKey;
2091
private static
ComponentResourceKey
_scrollViewStyleKey;
System\Windows\Controls\MenuItem.cs (4)
135
private static
ComponentResourceKey
_topLevelItemTemplateKey;
136
private static
ComponentResourceKey
_topLevelHeaderTemplateKey;
137
private static
ComponentResourceKey
_submenuItemTemplateKey;
138
private static
ComponentResourceKey
_submenuHeaderTemplateKey;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
41
private static
ComponentResourceKey
_dayTitleTemplateResourceKey = null;
1412
public static
ComponentResourceKey
DayTitleTemplateResourceKey
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
1002
public static
ComponentResourceKey
ColumnHeaderDropSeparatorStyleKey
1013
public static
ComponentResourceKey
ColumnFloatingHeaderStyleKey
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
188
case 95: t = () => typeof(
ComponentResourceKey
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (8)
7039
Type type = typeof(System.Windows.
ComponentResourceKey
);
7041
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
7050
SetDelegate = delegate (object target, object value) { ((System.Windows.
ComponentResourceKey
)target).ResourceId = (System.Object)value; },
7051
GetDelegate = delegate (object target) { return ((System.Windows.
ComponentResourceKey
)target).ResourceId; }
7060
Type type = typeof(System.Windows.
ComponentResourceKey
);
7062
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
7071
SetDelegate = delegate (object target, object value) { ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly = (System.Type)value; },
7072
GetDelegate = delegate (object target) { return ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2967
typeof(System.Windows.
ComponentResourceKey
),
System\Windows\Markup\KnownTypes.cs (1)
5642
case KnownElements.ComponentResourceKey: t = typeof(System.Windows.
ComponentResourceKey
); break;
System\Windows\SystemResourceKey.cs (8)
2020
internal static
ComponentResourceKey
DataGridFocusBorderBrushKey
2033
internal static
ComponentResourceKey
DataGridComboBoxColumnTextBlockComboBoxStyleKey
2058
internal static
ComponentResourceKey
DataGridColumnHeaderColumnFloatingHeaderStyleKey
2071
internal static
ComponentResourceKey
DataGridColumnHeaderColumnHeaderDropSeparatorStyleKey
2266
private static
ComponentResourceKey
_focusBorderBrushKey;
2267
private static
ComponentResourceKey
_textBlockComboBoxStyleKey;
2269
private static
ComponentResourceKey
_columnHeaderDropSeparatorStyleKey;
2270
private static
ComponentResourceKey
_columnFloatingHeaderStyleKey;