History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-56973
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Valentin Kipiatkov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

SWA: Does Not See Usages of Classes in XAML Files

Created: 31 Jan 08 03:35   Updated: 05 Feb 08 15:29
Component/s: Code Analysis - Solution-wide
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The class TemplateFieldView is referenced in a XAML file as <TemplateEditor:TemplateFieldView /> (inside a data template). The class is highlighted by SWA as unused.
<ListBox.ItemTemplate>
				<DataTemplate DataType="{x:Type LiveTemplates:TemplateField}">
					<TemplateEditor:TemplateFieldView TemplateField="{Binding}"/>
				</DataTemplate>
			</ListBox.ItemTemplate>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.