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:
Pooja Poojari
2022-02-23 10:27:19 -08:00
committed by GitHub
co-authored by Andy De George
parent 22741516f0
commit caa62283b8
20 changed files with 107 additions and 70 deletions
@@ -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>.|