Skip to content

Commit 4ce9339

Browse files
author
Ron Petrusha
authored
Replaced avalonwinfx token with token text, deleted token (#84)
1 parent 17d6088 commit 4ce9339

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

includes/tlasharptla-avalonwinfx-md.md

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

xml/Microsoft.Windows.Themes/ButtonChrome.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<format type="text/markdown"><![CDATA[
3131
3232
## Remarks
33-
The actual appearance of the <xref:System.Windows.Controls.Button> is dependent on which theme is active on the user's system. The properties of this class allow [!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)] to set the appearance based on the current theme.
33+
The actual appearance of the <xref:System.Windows.Controls.Button> is dependent on which theme is active on the user's system. The properties of this class allow the .NET Framework to set the appearance based on the current theme.
3434
3535
In XAML usage, a <xref:Microsoft.Windows.Themes.ButtonChrome> object element can also have child content, which can be a single <xref:System.Windows.UIElement> that sets the <xref:System.Windows.Controls.Decorator.Child%2A> property.
3636

xml/System.IO.Packaging/Package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
6060
Based on the <xref:System.IO.Packaging.Package> architecture, an <xref:System.Windows.Xps.Packaging.XpsDocument> is a package type designed for storing documents based on the open [XML Paper Specification (XPS)](http://go.microsoft.com/fwlink/?LinkID=65761).
6161
62-
[!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)] uses packages to store content, resources, and relationships for pages and documents using a standard ZIP file by default. As with any ZIP file, your application can use the <xref:System.IO.Packaging> classes to store and optionally protect any type or number of data files in a single efficient-to-access container.
62+
The .NET Framework uses packages to store content, resources, and relationships for pages and documents using a standard ZIP file by default. As with any ZIP file, your application can use the <xref:System.IO.Packaging> classes to store and optionally protect any type or number of data files in a single efficient-to-access container.
6363
6464
For more information, see the Open Packaging Conventions (OPC) specification available for download at [http://go.microsoft.com/fwlink/?LinkID=71255](http://go.microsoft.com/fwlink/?LinkID=71255).
6565

xml/System.Windows.Automation.Peers/GenericRootAutomationPeer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
![HwndSource&#45;&#62;Visual&#45;&#62;2 UIElement objects](~/add/media/apgenericroot.png "HwndSource->Visual->2 UIElement objects")
2424
25-
Because only <xref:System.Windows.UIElement> types have peers, and visuals are not <xref:System.Windows.UIElement> types, a common parent does not exist in the [!INCLUDE[TLA2#tla_uiautomation](~/includes/tla2sharptla-uiautomation-md.md)] tree for the <xref:System.Windows.UIElement> types. [!INCLUDE[TLA2#tla_uiautomation](~/includes/tla2sharptla-uiautomation-md.md)] expects a single root peer from the application; therefore, [!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)] creates a <xref:System.Windows.Automation.Peers.GenericRootAutomationPeer> for the <xref:System.Windows.Interop.HwndSource> in order to serve as a single root peer to parent peers for the two <xref:System.Windows.UIElement> types.
25+
Because only <xref:System.Windows.UIElement> types have peers, and visuals are not <xref:System.Windows.UIElement> types, a common parent does not exist in the UI automation tree for the <xref:System.Windows.UIElement> types. UI automation expects a single root peer from the application; therefore, the .NET Framework creates a <xref:System.Windows.Automation.Peers.GenericRootAutomationPeer> for the <xref:System.Windows.Interop.HwndSource> in order to serve as a single root peer to parent peers for the two <xref:System.Windows.UIElement> types.
2626
2727
Typically, the root peer is a <xref:System.Windows.Automation.Peers.WindowAutomationPeer>.
2828

xml/System.Windows.Documents.Serialization/SerializerDescriptor.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<ReturnType>System.Boolean</ReturnType>
294294
</ReturnValue>
295295
<Docs>
296-
<summary>Gets a value indicating whether the serializer can be loaded with the currently installed version of [!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)].</summary>
296+
<summary>Gets a value indicating whether the serializer can be loaded with the currently installed version of the .NET Framework.</summary>
297297
<value>
298298
<see langword="true" /> if the serializer assembly can be loaded; otherwise, <see langword="false" />. The default is <see langword="false" />.</value>
299299
<remarks>
@@ -377,8 +377,8 @@
377377
<ReturnType>System.Version</ReturnType>
378378
</ReturnValue>
379379
<Docs>
380-
<summary>Gets the version of [!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)] required by the serializer.</summary>
381-
<value>The version of [!INCLUDE[TLA#tla_avalonwinfx](~/includes/tlasharptla-avalonwinfx-md.md)] required by the plug-in serializer.</value>
380+
<summary>Gets the version of the .NET Framework required by the serializer.</summary>
381+
<value>The version of the .NET Framework required by the plug-in serializer.</value>
382382
<remarks>
383383
<format type="text/markdown"><![CDATA[
384384

0 commit comments

Comments
 (0)