Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
ЗЫ: самовар это пасхалка на вариацию чайника Юта в рашн-эдишн?
* BitmapCache is the only cache-mode that is supported.
* The Caching is applied to the element and all of it’s child elements.
* BitmapCaching should be used in scenarios where you are blending, transforming (translating, stretching, rotating).
* Misuse of the CacheMode feature can hurt performance, so you need to really think through what you are doing. If your visual tree is interleaving cached and un-cached elements, you are effectively causing multiple rendering surfaces to get created behind the scenes. The un-cached surfaces are rendered in software and the cached surfaces are rendered in hardware. Your performance will be best if you can minimize the total number of rendering surfaces and get the hardware to do work where it can.

Svg2Xaml штука все же глючная


Откуда «мыло» в WPF и как с ним бороться