Skip to content

This repository provides small demo programs and code snippets to reproduce several wpf-related bugs.

Notifications You must be signed in to change notification settings

andlic/wpf-issues

 
 

Repository files navigation

WPF Issues

This repository provides small demo programs and code snippets to reproduce several wpf-related bugs. We hope these demos could do a little help to locate and debug the bugs.

WPF Main thread gets a deadlock when stylus input thread is waiting for the window to close

Please refer to the MainThreadDeadlockWithStylusInputThread demo program for details.

[Fixed by .net 4.6.2] WPF program sometimes becomes untouchable after multi-touch operations.

Please refer to the MultiDragDemo demo program for details.

WPF window sometimes gets covered by other windows after its child window being closed.

Please refer to the ChildWindows demo program for details.

WPF translation animation sometimes shakes slightly.

Please refer to the Animation demo program for details.

WPF UI thread sometimes stops rendering while another background thread shows a window.

Please refer to the BitmapCache demo program for details.

WPF child window may sometimes lost mouse leave event.

Please refer to the MouseLeaveEvent demo program for details.

About

This repository provides small demo programs and code snippets to reproduce several wpf-related bugs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%