Posts
Sort by recent activity
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...
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...