Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Property Animation Techniques Overview"
description: Learn about the different approaches used to animate properties in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Shapes How-to Topics"
description: Learn how to use Shape objects to draw basic shapes in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Shapes"
description: Learn how to draw basic shapes in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to: Specify the FillBehavior for a Timeline that has Reached the End of Its Active Period"
description: Learn how the FillBehavior property of a Timeline determines what happens to the value of an animated property when the Timeline is inactive.
ms.date: "03/30/2017"
helpviewer_keywords:
- "FillBehavior property for inactive timelines [WPF]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "TileBrush Overview"
description: Learn how the TileBrush objects provide control over how an area is painted with an image, drawing, or visual.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Timing Events Overview"
description: Learn how to use the timing events available for Timeline and Clock objects.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Transformations How-to Topics"
description: Learn how to apply different transformations to objects in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Transformations"
description: Learn how Transforms are used to rotate, scale, translate, or skew FrameworkElement objects.
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Tutorial: Hosting Visual Objects in a Win32 Application"
description: Learn to write a sample application that hosts Windows Presentation Foundation (WPF) visual objects in a Win32 window.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Using DrawingVisual Objects"
description: Learn how to how to use DrawingVisual objects in the Windows Presentation Foundation (WPF) visual layer.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Visual Layer Programming How-to Topics"
description: Learn how to use visual layer programming for hit-testing and low-level composition in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Visual Layer Programming"
description: Learn about the Visual object, a core Windows Presentation Foundation (WPF) object whose primary role is to provide rendering support.
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/security-wpf.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Security"
description: Learn about the security model followed when developing Windows Presentation Foundation (WPF) standalone and browser-hosted applications.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML files [WPF], sandbox behavior"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Partial Trust Security"
description: Learn how WPF relies on both Code Access Security (CAS) and ClickOnce to enforce restrictions regarding critical system resources.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Platform security strategy
description: Learn about the Windows Presentation Foundation (WPF) security services and how they integrate with the security features of the underlying platform.
ms.date: "03/30/2017"
dev_langs:
- "csharp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Security strategy and engineering
description: Learn about the Microsoft Security Development Lifecycle (SDL) which is a key element of the Trustworthy computing initiative.
ms.date: "03/30/2017"
helpviewer_keywords:
- "security [WPF], testing techniques"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "XAMLServices Class and Basic XAML Reading or Writing"
description: Learn about the XAMLServices class provided by .NET that can be used to address XAML scenarios that don't require specific access to the XAML node stream.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML [XAML Services], XamlServices class"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "XAML-Related CLR Attributes for Custom Types and Libraries"
description: Learn about the common language runtime (CLR) attributes that are defined by .NET XAML Services.

ms.date: "03/30/2017"
helpviewer_keywords:
- "CLR attributes for custom types [XAML Services]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Collections and Collection Types for XAML"
description: Learn how to define properties of types that are intended to support a collection for XAML in .NET XAML Services.
ms.date: "03/30/2017"
ms.assetid: 58f8e7c6-9a41-4f25-8551-c042f1315baa
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Default XAML Schema Context and WPF XAML Schema Context"
description: Learn about the features of .NET XAML Services and the associated default XAML schema context used in Windows Presentation Foundation (WPF).
ms.date: "03/30/2017"
ms.assetid: 04e06a15-09b3-4210-9bdf-9a64c2eccb83
---
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/xaml-services/define-custom-types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Defining Custom Types for Use with .NET XAML Services"
description: Learn about the best practices followed when defining custom types for use with .NET XAML Services.
ms.date: "03/30/2017"
helpviewer_keywords:
- "defining custom types [XAML Services]"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/xaml-services/generics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Generics in XAML"
description: Learn about the aspects of using and referencing generic CLR types in .NET XAML Services as implemented in System.Xaml.
ms.date: "03/30/2017"
helpviewer_keywords:
- "generics [XAML Services]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Markup Extensions for XAML Overview"
description: Overview of how to use Markup extensions as a technique for obtaining a value that is not a primitive or a specific XAML type.
ms.date: "03/30/2017"
helpviewer_keywords:
- "markup extensions [XAML Services], custom"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "XAML Namespace (x:) Language Features"
description: Learn about the Windows Presentation Foundation (WPF) XAML Namespace (x:) Language features.
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/xaml-services/namespaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "XAML Namespaces for .NET XAML Services"
description: Learn about using XAML Namespaces for .NET XAML Services, including the components and distinction between a XAML namespace versus an XML namespace.
ms.date: "03/30/2017"
ms.assetid: e4f15f13-c420-4c1e-aeab-9b6f50212047
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "XAML Security Considerations"
description: Learn about the best practices for security in applications when you use XAML and .NET XAML Services API.
ms.date: "03/30/2017"
helpviewer_keywords:
- "security [XAML Services], .NET XAML services"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Service Contexts Available to Type Converters and Markup Extensions"
description: Learn about the service contexts available to type converters and markup extensions when using .NET XAML Services.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML [XAML Services], type converter services how-to"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Type Converters and Markup Extensions for XAML"
description: Learn about the two techniques, type converters and markup extensions, that XAML type systems and XAML writers use to generate object graph components.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML [XAML Services], type converter services"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/xaml-services/types-for-primitives.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Built-in Types for Common XAML Language Primitives"
description: Learn about XAML 2009 language-level support of common language runtime (CLR) primitives.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML language primitives [XAML Services]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Understanding XAML Node Stream Structures and Concepts"
description: Learn about how the XAML readers and XAML writers as implemented in .NET XAML Services are based on the design concept of a XAML node stream.
ms.date: "03/30/2017"
helpviewer_keywords:
- "XAML node streams [XAML Services]"
Expand Down