20 instantiations of ComponentResourceKey
PresentationFramework (20)
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 (2)
2822
bamlType.DefaultConstructor = delegate() { return new System.Windows.
ComponentResourceKey
(); };
2828
return new System.Windows.
ComponentResourceKey
(
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1180
case KnownElements.ComponentResourceKey: o = new System.Windows.
ComponentResourceKey
(); break;
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");
37 references to ComponentResourceKey
PresentationFramework (37)
src\Framework\System\Windows\ComponentResourceKey.cs (2)
109
ComponentResourceKey
key = o as
ComponentResourceKey
;
src\Framework\System\Windows\ComponentResourceKeyConverter.cs (2)
106
ComponentResourceKey
key = value as
ComponentResourceKey
;
src\Framework\System\Windows\Controls\DataGrid.cs (1)
1461
public static
ComponentResourceKey
FocusBorderBrushKey
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
45
public static
ComponentResourceKey
TextBlockComboBoxStyleKey
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (3)
2136
private static
ComponentResourceKey
_pageViewStyleKey;
2137
private static
ComponentResourceKey
_twoPageViewStyleKey;
2138
private static
ComponentResourceKey
_scrollViewStyleKey;
src\Framework\System\Windows\Controls\MenuItem.cs (4)
149
private static
ComponentResourceKey
_topLevelItemTemplateKey;
150
private static
ComponentResourceKey
_topLevelHeaderTemplateKey;
151
private static
ComponentResourceKey
_submenuItemTemplateKey;
152
private static
ComponentResourceKey
_submenuHeaderTemplateKey;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
48
private static
ComponentResourceKey
_dayTitleTemplateResourceKey = null;
1428
public static
ComponentResourceKey
DayTitleTemplateResourceKey
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
1024
public static
ComponentResourceKey
ColumnHeaderDropSeparatorStyleKey
1035
public static
ComponentResourceKey
ColumnFloatingHeaderStyleKey
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
187
case 95: t = () => typeof(
ComponentResourceKey
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (8)
6514
Type type = typeof(System.Windows.
ComponentResourceKey
);
6516
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
6524
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.
ComponentResourceKey
)target).ResourceId = (System.Object)value; };
6525
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.
ComponentResourceKey
)target).ResourceId; };
6533
Type type = typeof(System.Windows.
ComponentResourceKey
);
6535
this.GetXamlType(typeof(System.Windows.
ComponentResourceKey
)), // DeclaringType
6543
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly = (System.Type)value; };
6544
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.
ComponentResourceKey
)target).TypeInTargetAssembly; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2820
typeof(System.Windows.
ComponentResourceKey
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5639
case KnownElements.ComponentResourceKey: t = typeof(System.Windows.
ComponentResourceKey
); break;
src\Framework\System\Windows\SystemResourceKey.cs (8)
1929
internal static
ComponentResourceKey
DataGridFocusBorderBrushKey
1942
internal static
ComponentResourceKey
DataGridComboBoxColumnTextBlockComboBoxStyleKey
1967
internal static
ComponentResourceKey
DataGridColumnHeaderColumnFloatingHeaderStyleKey
1980
internal static
ComponentResourceKey
DataGridColumnHeaderColumnHeaderDropSeparatorStyleKey
2175
private static
ComponentResourceKey
_focusBorderBrushKey;
2176
private static
ComponentResourceKey
_textBlockComboBoxStyleKey;
2178
private static
ComponentResourceKey
_columnHeaderDropSeparatorStyleKey;
2179
private static
ComponentResourceKey
_columnFloatingHeaderStyleKey;
src\Shared\MS\Internal\HashHelper.cs (1)
44
typeof(System.Windows.
ComponentResourceKey
), // bug 1612119