Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

MediaElement.NaturalDuration throws exception when querying TimeSpan.TotalSeconds

.net wpf winforms mediaelement

How to avoid massive memory leaks on WPF on .Net 3.5?

wpf .net-3.5

Show an Image resource in a WPF window defined in a class library

wpf resources

how to close a window from a different process

c# wpf windows windowing

WPF apps and operating system

wpf

C+Ctrl KeyBinding is not causing copying to happen

wpf xaml .net-3.5

DatePicker in DataGrid does not update bound object

wpf datagrid datepicker

wpf xaml designer bug

WPF static property binding not working on a list view

c# wpf data-binding binding

Where should I perform a check to see if a value already exists in the database when performing validation in MVVM using IDataErrorInfo?

WPF: Setting TextBlock Height to 0 when there is no text

wpf xaml wpf-controls

INotifyPropertyChanged or INotifyCollectionChanged with DataTable?

Custom Baseclass for WPF-Control

c# .net wpf visual-studio xaml

WPF Splash Screen Windows

Microsoft.Practices.ObjectBuilder2.dll not found after installing Enterprise Lib 5.0

c# .net wpf enterprise-library

Is it worthwhile to use Metro UI in a new WPF project?

Change width of checkable area of checkbox

wpf

Apply easing function to animation behind code

c# wpf animation storyboard

Custom WPF tooltip

wpf tooltip

Do I need to implement INotifyPropertyChanged when using DTO and WPF?

c# wpf dto