25 instantiations of ComponentResourceKey
PresentationFramework (21)
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")));
2050
_pageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUIPageViewStyleKey");
2066
_twoPageViewStyleKey = new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "PUITwoPageViewStyleKey");
2082
_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)
1419
_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)
99
new
ComponentResourceKey
(typeof(PresentationUIStyleResources), "StickyNoteControlStyleKey")));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
2971
DefaultConstructor = delegate () { return new System.Windows.
ComponentResourceKey
(); },
2978
return new System.Windows.
ComponentResourceKey
(
System\Windows\Markup\KnownTypes.cs (1)
1173
case KnownElements.ComponentResourceKey: o = new System.Windows.
ComponentResourceKey
(); break;
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)
1034
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")));
38 references to ComponentResourceKey
PresentationFramework (38)
HashHelper.cs (1)
20
typeof(System.Windows.
ComponentResourceKey
) // bug 1612119
MS\Internal\Documents\DocumentGridPage.cs (1)
228
var
key = new ComponentResourceKey(typeof(FrameworkElement), "DocumentGridPageContainerWithBorder");
System\Windows\ComponentResourceKey.cs (2)
102
ComponentResourceKey
key = o as
ComponentResourceKey
;
System\Windows\ComponentResourceKeyConverter.cs (2)
98
ComponentResourceKey
key = value as
ComponentResourceKey
;
System\Windows\Controls\DataGrid.cs (1)
1448
public static
ComponentResourceKey
FocusBorderBrushKey
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
40
public static
ComponentResourceKey
TextBlockComboBoxStyleKey
System\Windows\Controls\FlowDocumentReader.cs (3)
2090
private static
ComponentResourceKey
_pageViewStyleKey;
2091
private static
ComponentResourceKey
_twoPageViewStyleKey;
2092
private static
ComponentResourceKey
_scrollViewStyleKey;
System\Windows\Controls\MenuItem.cs (4)
136
private static
ComponentResourceKey
_topLevelItemTemplateKey;
137
private static
ComponentResourceKey
_topLevelHeaderTemplateKey;
138
private static
ComponentResourceKey
_submenuItemTemplateKey;
139
private static
ComponentResourceKey
_submenuHeaderTemplateKey;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
42
private static
ComponentResourceKey
_dayTitleTemplateResourceKey = null;
1413
public static
ComponentResourceKey
DayTitleTemplateResourceKey
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
1003
public static
ComponentResourceKey
ColumnHeaderDropSeparatorStyleKey
1014
public static
ComponentResourceKey
ColumnFloatingHeaderStyleKey
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
189
case 95: t = () => typeof(
ComponentResourceKey
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (8)
7040
Type type = typeof(System.Windows.
ComponentResourceKey
);
7042
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
7051
SetDelegate = delegate (object target, object value) { ((System.Windows.
ComponentResourceKey
)target).ResourceId = (System.Object)value; },
7052
GetDelegate = delegate (object target) { return ((System.Windows.
ComponentResourceKey
)target).ResourceId; }
7061
Type type = typeof(System.Windows.
ComponentResourceKey
);
7063
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
7072
SetDelegate = delegate (object target, object value) { ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly = (System.Type)value; },
7073
GetDelegate = delegate (object target) { return ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2968
typeof(System.Windows.
ComponentResourceKey
),
System\Windows\Markup\KnownTypes.cs (1)
5643
case KnownElements.ComponentResourceKey: t = typeof(System.Windows.
ComponentResourceKey
); break;
System\Windows\SystemResourceKey.cs (8)
2021
internal static
ComponentResourceKey
DataGridFocusBorderBrushKey
2034
internal static
ComponentResourceKey
DataGridComboBoxColumnTextBlockComboBoxStyleKey
2059
internal static
ComponentResourceKey
DataGridColumnHeaderColumnFloatingHeaderStyleKey
2072
internal static
ComponentResourceKey
DataGridColumnHeaderColumnHeaderDropSeparatorStyleKey
2267
private static
ComponentResourceKey
_focusBorderBrushKey;
2268
private static
ComponentResourceKey
_textBlockComboBoxStyleKey;
2270
private static
ComponentResourceKey
_columnHeaderDropSeparatorStyleKey;
2271
private static
ComponentResourceKey
_columnFloatingHeaderStyleKey;