Nach Ordnungsbegriffen durchsuchen

Thoughts of Improvements to Silverlights XAML-Parser
14 September 09 02:49 | .NET Rocker » TrivadisContent
Those of you, who have already developed with WPF “and” Silverlight might know, that Silverlight contains a different XAML-Parser than WPF does. Some days ago I read on the blog of Rob Relyea a great post about the XAML-Compilers, which create the g.cs...
UIAutomation to open ComboBox from Code
18 Mai 08 06:07 | .NET Rocker » TrivadisContent
In WPF there’s an Automation Framework called UIAutomation. This Framework can be used to control UIElements from code. This can be useful for different scenarios: Provide the user additional help Control a programm by another programm Test applications...
Dependency Properties - Value Precendence
13 März 08 05:02 | .NET Rocker » TrivadisContent
The value of a Dependency Properties in WPF can be set from many sources: Templates, Styles, Data Binding, Animation, Local, Inherited from Element Tree,… That’s the reason why they are called "Dependency" Properties. Their values...