How can we help you today? How can we help you today?
Patrick
How to profile a WPF application?
I try to figure out what is slow in my test application but the method listings show that the majority of time is spend in low-level methods such as MS.Win32.NativeMethods+WndProc.Invoke(...) The s...
2 followers 2 comments 0 votes
WPF OnPropertyChanged ... what is slow??
Hi, I am trying to figure out how to profile a WPF application. I see that the slow down seems to be the OnPropertyChanged event and therefore I suspect that it is some data binding that is slow. M...
3 followers 4 comments 0 votes