Skip to content

Commit edc867f

Browse files
authored
Revert "Removed tlasharptla-winfx-md.md token, replaced token with token text (dotnet#66)"
This reverts commit a050037.
1 parent ceede11 commit edc867f

File tree

14 files changed

+47
-14
lines changed

14 files changed

+47
-14
lines changed

includes/tlasharptla-winfx-md.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Microsoft .NET Framework

xml/System.AddIn.Pipeline/FrameworkElementAdapters.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<format type="text/markdown"><![CDATA[
2020
2121
## Remarks
22-
Windows Presentation Foundation (WPF) extends the .NET Framework add-in model to allow WPF UIs to be passed between host applications and add-ins. WPF requires that the WPF UIs that are passed either directly or indirectly derive from <xref:System.Windows.FrameworkElement>. However, add-ins and host applications are typically run in separate application domains and are, consequently, separated by an isolation boundary. For this reason, the .NET Framework add-in model requires the types that are passed across the isolation boundary to be remotable. A remotable type conforms to one of the following:
22+
[!INCLUDE[TLA#tla_wpf](~/includes/tlasharptla-wpf-md.md)] extends the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] add-in model to allow [!INCLUDE[TLA2#tla_wpf](~/includes/tla2sharptla-wpf-md.md)] [!INCLUDE[TLA2#tla_ui#plural](~/includes/tla2sharptla-uisharpplural-md.md)] to be passed between host applications and add-ins. [!INCLUDE[TLA2#tla_wpf](~/includes/tla2sharptla-wpf-md.md)] requires that the [!INCLUDE[TLA2#tla_wpf](~/includes/tla2sharptla-wpf-md.md)] [!INCLUDE[TLA2#tla_ui#plural](~/includes/tla2sharptla-uisharpplural-md.md)] that are passed either directly or indirectly derive from <xref:System.Windows.FrameworkElement>. However, add-ins and host applications are typically run in separate application domains and are, consequently, separated by an isolation boundary. For this reason, the [!INCLUDE[TLA2#tla_winfx](~/includes/tla2sharptla-winfx-md.md)] add-in model requires the types that are passed across the isolation boundary to be remotable. A remotable type conforms to one of the following:
2323
2424
- Implements the <xref:System.Runtime.Serialization.ISerializable> interface.
2525
@@ -31,7 +31,7 @@ Windows Presentation Foundation (WPF) extends the .NET Framework add-in model to
3131
3232
Once the <xref:System.AddIn.Contract.INativeHandleContract> is passed across the isolation boundary, it must be converted to a type that can be displayed by the host application or the add-in. In this case, the static <xref:System.AddIn.Pipeline.FrameworkElementAdapters.ContractToViewAdapter%2A> method is called to convert an <xref:System.AddIn.Contract.INativeHandleContract> to a <xref:System.Windows.FrameworkElement>.
3333
34-
For more detailed exposition of WPF add-ins, see [WPF Add-Ins Overview](~/docs/framework/wpf/app-development/wpf-add-ins-overview.md).
34+
For more detailed exposition of [!INCLUDE[TLA2#tla_wpf](~/includes/tla2sharptla-wpf-md.md)] add-ins, see [WPF Add-Ins Overview](~/docs/framework/wpf/app-development/wpf-add-ins-overview.md).
3535
3636
]]></format>
3737
</remarks>

xml/System.Printing/PrintServer.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,18 @@
977977
<summary>Gets the major version of the operating system.</summary>
978978
<value>An <see cref="T:System.Int32" /> that identifies the major version of the operating system.</value>
979979
<remarks>
980+
<format type="text/markdown"><![CDATA[
981+
982+
## Remarks
983+
The versions of Windows on which [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] can be run have the following major (right of the decimal) and minor (left of the decimal) version numbers:
984+
985+
- [!INCLUDE[TLA#tla_winxp](~/includes/tlasharptla-winxp-md.md)]: 5.1
986+
987+
- [!INCLUDE[TLA#tla_winnetsvrfam](~/includes/tlasharptla-winnetsvrfam-md.md)]: 5.2
988+
989+
- [!INCLUDE[TLA#tla_winvista](~/includes/tlasharptla-winvista-md.md)]: 6.0
990+
991+
]]></format>
980992
</remarks>
981993
<altmember cref="P:System.Printing.PrintServer.MinorVersion" />
982994
</Docs>
@@ -999,6 +1011,18 @@
9991011
<summary>Gets the minor version within the major version of the operating system.</summary>
10001012
<value>An <see cref="T:System.Int32" /> that identifies the minor version of the operating system.</value>
10011013
<remarks>
1014+
<format type="text/markdown"><![CDATA[
1015+
1016+
## Remarks
1017+
The versions of Windows on which [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] can be run have the following major (right of the decimal) and minor (left of the decimal) version numbers:
1018+
1019+
- [!INCLUDE[TLA#tla_winxp](~/includes/tlasharptla-winxp-md.md)]: 5.1
1020+
1021+
- [!INCLUDE[TLA#tla_winnetsvrfam](~/includes/tlasharptla-winnetsvrfam-md.md)]: 5.2
1022+
1023+
- [!INCLUDE[TLA#tla_winvista](~/includes/tlasharptla-winvista-md.md)]: 6.0
1024+
1025+
]]></format>
10021026
</remarks>
10031027
<altmember cref="P:System.Printing.PrintServer.MajorVersion" />
10041028
</Docs>
@@ -1199,6 +1223,14 @@
11991223
## Remarks
12001224
In practice, the value of this property is always the same as the value of <xref:System.Printing.PrintServer.MajorVersion%2A> except that the latter is a type <xref:System.Int32>.
12011225
1226+
The versions of Windows on which [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] can be run have the following major (right of the decimal) and minor (left of the decimal) version numbers:
1227+
1228+
- [!INCLUDE[TLA#tla_winxp](~/includes/tlasharptla-winxp-md.md)]: 5.1
1229+
1230+
- [!INCLUDE[TLA#tla_winnetsvrfam](~/includes/tlasharptla-winnetsvrfam-md.md)]: 5.2
1231+
1232+
- [!INCLUDE[TLA#tla_winvista](~/includes/tlasharptla-winvista-md.md)]: 6.0
1233+
12021234
]]></format>
12031235
</remarks>
12041236
</Docs>

xml/System.Windows.Automation/AutomationElement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
## Remarks
565565
This identifier is used by UI Automation client applications. UI Automation providers should use the equivalent identifier in <xref:System.Windows.Automation.AutomationElementIdentifiers>.
566566
567-
Within the Windows Presentation Foundation (WPF) framework, the default value reported will always be `en-US` because the .NET Framework automatically defaults to English. For other user interface (UI) frameworks, this property must be explicitly set or it will not be exposed.
567+
Within the [!INCLUDE[TLA#tla_winclient](~/includes/tlasharptla-winclient-md.md)] framework, the default value reported will always be `en-US` because the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] framework automatically defaults to English. For other [!INCLUDE[TLA#tla_ui](~/includes/tlasharptla-ui-md.md)] frameworks this property must be explicitly set or it will not be exposed.
568568
569569
This property can exist on a per-control basis, but typically is only available on an application level.
570570

xml/System.Windows.Documents.DocumentStructures/FigureStructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</Parameters>
158158
<Docs>
159159
<param name="value">The child <see cref="T:System.Object" /> to add.</param>
160-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
160+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
161161
<remarks>
162162
<format type="text/markdown"><![CDATA[
163163

xml/System.Windows.Documents.DocumentStructures/ListStructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</Parameters>
151151
<Docs>
152152
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
153-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
153+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
154154
<remarks>
155155
<format type="text/markdown"><![CDATA[
156156

xml/System.Windows.Documents.DocumentStructures/ParagraphStructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</Parameters>
158158
<Docs>
159159
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
160-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
160+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
161161
<remarks>
162162
<format type="text/markdown"><![CDATA[
163163

xml/System.Windows.Documents.DocumentStructures/StoryFragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
</Parameters>
374374
<Docs>
375375
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
376-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
376+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
377377
<remarks>
378378
<format type="text/markdown"><![CDATA[
379379

xml/System.Windows.Documents.DocumentStructures/TableRowGroupStructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</Parameters>
150150
<Docs>
151151
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
152-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
152+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
153153
<remarks>
154154
<format type="text/markdown"><![CDATA[
155155

xml/System.Windows.Documents.DocumentStructures/TableRowStructure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</Parameters>
150150
<Docs>
151151
<param name="value">The child <see cref="T:System.Object" /> that is added.</param>
152-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
152+
<summary>This member supports the [!INCLUDE[TLA#tla_winfx](~/includes/tlasharptla-winfx-md.md)] infrastructure and is not intended to be used directly from your code.</summary>
153153
<remarks>
154154
<format type="text/markdown"><![CDATA[
155155

0 commit comments

Comments
 (0)