Advanced Forum Search Results
-
Common Guy! You may be right about the frameworkelement but what about the DependencyObject but do you think that it is normal to have to inherit from the control class to be able to implement dependency properties? We should at least be able to inherits from dependency objects to gain the ability to use the features provided by Silverlight ...
-
Well, that does't answer my question... It should not be necessary to inherits from the Control class to be able to use and implement dependency properties. IfI want to create a technical class that is NOT a control, I currently have to define it as a control while it's not the case. In WPF and in WF we are able to inherits directly from ...
-
Why does Silverlight 2 prevents developers to create classes that inherits from FrameworkElement or DependencyObject ?
I really does not understand this design that prevents developers to implement dependency properties in their own classes except by inheriting from the Control class.
I think that it is a major limitation of the framework...