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

Key: RSRP-34184
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Serge Baltic
Votes: 1
Watchers: 1
Operations

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

Generate: Introduce Dependency Property (If the Class Derives from DependencyObject)

Created: 09 Jan 07 01:24   Updated: 15 Mar 07 18:17
Component/s: Language - XAML, Generate Action
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
[netfx3]

This includes adding the <Name>Property field, registering the property in it with DependencyProperty.Register, generating a wrapper <Name> property delegating to GetValue / SetValue functions. Maybe also adding a listener to the changes to the property.



 All   Comments   Work Log   Change History      Sort Order:
Serge Baltic - 09 Jan 07 21:45
This goes as part of the XAML support. Better keep it open for now.

Serge Baltic - 09 Jan 07 21:45
Maybe reassign to qx, however? )

Ilya Ryzhenkov - 13 Mar 07 17:36
Can't it be done with LT?

Serge Baltic - 15 Mar 07 18:16
Cannot be done with LT — requires inserting code into different parts of the class.

At least, it won't be of production quality.