Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336458 - resource dictionary sets non-string key to null when creating resources
Summary: resource dictionary sets non-string key to null when creating resources
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-06 12:20 EST by Missing name Mising name CLA
Modified: 2013-01-24 15:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name Mising name CLA 2011-02-06 12:20:57 EST
Build Identifier: 

When creating a resource, non-string resources do not seem to have their keys set correctly.

Reproducible: Always

Steps to Reproduce:
<Composite.Resources>
  <DataTemplate dataType="{x:Type local:Foo}" x:Key="{x:Type local:Foo}">
     ....
  </DataTemplate>
</Composite.Resources>


Related to: 336457