New posts in wpf

Refer to active Window in WPF?

In C# WPF, why is my TabControl's SelectionChanged event firing too often?

Does form.onload exist in WPF?

How can you bind to a DynamicResource so you can use a Converter or StringFormat, etc.? (Revision 4)

How do I make modal dialog for a Page in my WPF-application?

WPF ComboBox performance problems by binding a large collections

In what scenarios does freezing WPF objects benefit performance greatly?

The name "Interaction" does not exist in the namespace "http://schemas.microsoft.com/expression/2010/interactivity"

WPF: How do I set the Owner Window of a Dialog shown by a UserControl?

Minimize a window in WPF?

How can I simulate a mouse click at a certain position on the screen?

DataGrid row content vertical alignment

How can I produce a "print preview" of a FlowDocument in a WPF application?

Proper DataGrid search from TextBox in WPF using MVVM

Validate data using DataAnnotations with WPF & Entity Framework?

How to make Resharper resolve path for CustomBinding MarkupExtension

Best WPF open source projects [closed]

WPF slow to start on x64 in .NET Framework 4.0

What is the difference for TargetType="{x:Type Button}" and TargetType="Button"?

WPF/C#: Where should I be saving user preferences files?