Quantcast
Viewing all articles
Browse latest Browse all 6

FrameworkElement vs. FrameworkContentElement

FrameworkElement (FE) derives from UIElement.  FrameworkContentElement (FCE) derives from ContentElement.  Since the framework is not built on a language that supports multiple inheritance (and thank god for that!), the divergence was necessary.  There are parts of ContentElement that you wouldn’t want in every FE and there are parts of UIElement that you wouldn’t want in [...]Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 6

Trending Articles