UIElement is a base class for most of the objects that have visual appearance and can process basic input as part of the user interface.
I have some xaml markup that looks essentially like this: <Canvas x:Name="A"> <Canvas x:Name="…
wpf mouse uielementI am working on extending the Microsoft resize Adorner example and need to be able to reposition the element after …
c# .net wpf wpf-controls uielementFor logging user actions in my WPF forms, I added some global event handlers I want to log exactly which …
c# wpf wpf-controls uielementWhen do I derive from UIElement and FrameworkElement considering FrameworkElement inherits UIElement. Can anyone give real life examples?
wpf silverlight uielement frameworkelementI have a canvas and a red rectangle laid on it. Rectangle has a MouseDown event handler implemented: private void …
wpf canvas wpf-controls uielement wpf-positioningI have a problem with creating a screenshot of a scatterview. My screenshot always contains a black frame. Here's my …
wpf screenshot uielement scatterviewI created a ListBox that has a DataTemplate as Itemtemplate. However, is there an easy way to access the generated …
wpf listbox datatemplate selecteditem uielementI can't find a way to get the position in (x,y) co-ordinates of an on-screen control like a button …
c# silverlight windows-phone-7 uielementIs there a way to logically group or tag UIElements like shapes and controls added at runtime for easy removal? …
wpf uielement