Skip to content

Commit 4f920aa

Browse files
mairawgewarren
andauthored
remove tla_wpfxmlnsv1 token (#3501)
* remove tla_wpfxmlnsv1 token * Update xml/System.Windows.Markup/TypeExtension.xml Co-Authored-By: Genevieve Warren <[email protected]>
1 parent 7df423c commit 4f920aa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

includes/tlasharptla-wpfxmlnsv1-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/System.Windows.Markup/TypeExtension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
</ReturnValue>
295295
<Docs>
296296
<summary>Gets or sets the type name represented by this markup extension.</summary>
297-
<value>A string that identifies the type. This string uses the format *prefix*<c>:</c>*className*. (*prefix* is the mapping prefix for an XML namespace, and is only required to reference types that are not mapped to the default XML namespace for WPF ([!INCLUDE[TLA#tla_wpfxmlnsv1](~/includes/tlasharptla-wpfxmlnsv1-md.md)]).</value>
297+
<value>A string that identifies the type. This string uses the format *prefix*<c>:</c>*className*. (*prefix* is the mapping prefix for an XML namespace and is only required to reference types that are not mapped to the default XML namespace for WPF (<c>http://schemas.microsoft.com/winfx/2006/xaml/presentation</c>).</value>
298298
<remarks>To be added.</remarks>
299299
<exception cref="T:System.ArgumentNullException">Attempted to set to <see langword="null" />.</exception>
300300
</Docs>

xml/System.Windows.Markup/XmlnsDictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
<format type="text/markdown"><![CDATA[
366366
367367
## Remarks
368-
From a mapping perspective, the default XML namespace is the XML namespace that is mapped to empty string. In WPF XAML parsing for application purposes, the acting default namespace identifier is [!INCLUDE[TLA#tla_wpfxmlnsv1](~/includes/tlasharptla-wpfxmlnsv1-md.md)], but that value is not explicitly returned by this API.
368+
From a mapping perspective, the default XML namespace is the XML namespace that is mapped to empty string. In WPF XAML parsing for application purposes, the acting default namespace identifier is `http://schemas.microsoft.com/winfx/2006/xaml/presentation`, but that value is not explicitly returned by this API.
369369
370370
]]></format>
371371
</remarks>

0 commit comments

Comments
 (0)