Top "Frameworkelement" questions

Provides properties, events and methods to elements to support WPF framework level capabilities such as layout, object lifetime events, databinding and styles.

Specified element is already the logical child of another element. Disconnect it first

here is the error I have when I want to attach a FrameworkElement to a new Window to publish it …

c# wpf frameworkelement
Find control position on canvas

I have a Canvas which contains a few Textblocks and I need to find the top and left corner points …

wpf canvas frameworkelement
UIElement vs FrameworkElement in WPF/Silverlight

When do I derive from UIElement and FrameworkElement considering FrameworkElement inherits UIElement. Can anyone give real life examples?

wpf silverlight uielement frameworkelement
In WPF, how to add an EventHandler for a FrameworkElement designed in Template?

I have defined the following DataTemplate for ListBox items in an external resource dictionary: <DataTemplate x:Key="MyListBoxItemTemplate" DataType="{…

wpf events wpf-controls frameworkelement
How to programmatically access ToolTipService of a Silverlight FrameworkElement?

We have a languaging mechanism that recurses through our XAML pages when they load, examines each element for a Tag …

silverlight tooltip frameworkelement
FrameworkElement`s DataContext Property does NOT inherit down the element tree

Hello WPF Pros at least I hope some of you read this! DataContext is a property on FrameworkElement (base class …

wpf datacontext inheritance frameworkelement