mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
3.2 KiB
3.2 KiB
title, description, ms.date, helpviewer_keywords, ms.assetid
| title | description | ms.date | helpviewer_keywords | ms.assetid | ||||
|---|---|---|---|---|---|---|---|---|
| Optimize app performance | Use these resources improve performance of Windows Presentation Foundation applications, such as planning for performance and taking advantage of hardware. | 03/30/2017 |
|
ac8c6aa3-3c68-4a24-9827-3b6c829c1ebf |
Optimizing WPF Application Performance
This section is intended as a reference for [!INCLUDETLA#tla_winclient] application developers who are looking for ways to improve the performance of their applications. If you are a developer who is new to the Microsoft .NET Framework and [!INCLUDETLA2#tla_winclient], you should first familiarize yourself with both platforms. This section assumes working knowledge of both, and is written for programmers who already know enough to get their applications up and running.
Note
The performance data provided in this section are based on [!INCLUDETLA2#tla_winclient] applications running on a 2.8 GHz PC with 512 RAM and an ATI Radeon 9700 graphics card.
In This Section
Planning for Application Performance
Other Performance Recommendations
See also
- xref:System.Windows.Media.RenderOptions
- xref:System.Windows.Media.RenderCapability
- Graphics Rendering Tiers
- WPF Graphics Rendering Overview
- Layout
- Trees in WPF
- Drawing Objects Overview
- Using DrawingVisual Objects
- Dependency Properties Overview
- Freezable Objects Overview
- XAML Resources
- Documents in WPF
- Drawing Formatted Text
- Typography in WPF
- Data Binding Overview
- Navigation Overview
- Animation Tips and Tricks
- Walkthrough: Caching Application Data in a WPF Application