High CPU utilization with WPF

In my WPF project, if I open the window, CPU usage is about 30% -50%, but when I minimize this window, CPU usage drops to 1%. Does anyone know the reason? Thanks

+3
source share
2 answers

Do you have many bindings (two paths) on the screen? This can cause a high processor level. Or a lot of animations?

Ultimately, you can use the WPF performance suite to monitor what causes this high processor load: http://msdn.microsoft.com/en-us/library/aa969767.aspx

+4
source

Rody, , , .

Ants Profiler, 2- - , , . , , .

, , , , , . Stack , ... TextBlocks , , TextBlocks + Border. ItemControl ? ....

, Ants Profiler "". , (, ), . , ... . - , . .

, WPF - : , , / , .

P.S. ...

+2

All Articles