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