Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/performance.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Performance 03/30/2017
Windows Presentation Foundation [WPF], performance
performance [WPF]
WPF [WPF], performance
c649a20f-8b7e-4a38-9b80-74839298d406

Performance

Achieving optimal application performance requires forethought in application design and an understanding of best practices for [!INCLUDETLA#tla_winclient] application development. The topics in this section provide additional information on building high performance [!INCLUDETLA2#tla_winclient] applications.

In This Section

Graphics Rendering Tiers
Optimizing WPF Application Performance
Walkthrough: Caching Application Data in a WPF Application

Reference

xref:System.Windows.Media.RenderCapability

xref:System.Windows.Media.RenderCapability.Tier%2A

xref:System.Diagnostics.PresentationTraceSources

See also