mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 07:56:07 +02:00
US-1889327: Suggestion/warning fixes for WPF. (#1314)
* Suggestion/warning fixes for US-1889327. * Updated H2s. * Minor content edit. * Review edits. * Minor edits. * Update dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
co-authored by
Andy De George
parent
22741516f0
commit
caa62283b8
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "PresentationOptions:Freeze Attribute"
|
||||
ms.date: "03/30/2017"
|
||||
ms.custom: devdivchpfy22
|
||||
description: Learn about the Freeze attribute.
|
||||
helpviewer_keywords:
|
||||
- "Freeze attribute [WPF]"
|
||||
- "Freezable elements [WPF]"
|
||||
@@ -23,8 +25,8 @@ Sets the <xref:System.Windows.Freezable.IsFrozen%2A> state to `true` on the cont
|
||||
|
||||
## XAML Values
|
||||
|
||||
|||
|
||||
|-|-|
|
||||
| Value| Description|
|
||||
|------|------------|
|
||||
|`PresentationOptions`|An XML namespace prefix, which can be any valid prefix string, per the XML 1.0 specification. The prefix `PresentationOptions` is used for identification purposes in this documentation.|
|
||||
|`freezableElement`|An element that instantiates any derived class of <xref:System.Windows.Freezable>.|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user