Skip to content

Commit 6dac9a9

Browse files
authored
Un-encode characters in xref links (System.P/System.S/System.T) (#12465)
1 parent 9cdf84f commit 6dac9a9

File tree

572 files changed

+9718
-9718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

572 files changed

+9718
-9718
lines changed

xml/System.Printing.IndexedProperties/PrintPropertyDictionary.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
## Remarks
180180
The <xref:System.Printing.IndexedProperties.PrintProperty.Name> property of `attributeValue` becomes the <xref:System.Collections.DictionaryEntry.Key> property of the new <xref:System.Collections.DictionaryEntry>. The <xref:System.Printing.IndexedProperties.PrintProperty> as a whole becomes the <xref:System.Collections.DictionaryEntry.Value> property of the new <xref:System.Collections.DictionaryEntry>.
181181
182-
For another way to add an entry to the dictionary, see <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.SetProperty%2A>.
182+
For another way to add an entry to the dictionary, see <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.SetProperty*>.
183183
184184
185185
@@ -243,7 +243,7 @@
243243
Call <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> when you are finished using the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary>. The <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> method leaves the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> in an unusable state. After calling <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose>, you must release all references to the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> so that the garbage collector can reclaim the memory that the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> was occupying. For more information, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose).
244244
245245
> [!NOTE]
246-
> Always call <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> before you release your last reference to the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary>. Otherwise, the resources that it is using will not be freed until the garbage collector calls the <xref:System.Object.Finalize%2A> method of the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> object.
246+
> Always call <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> before you release your last reference to the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary>. Otherwise, the resources that it is using will not be freed until the garbage collector calls the <xref:System.Object.Finalize*> method of the <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> object.
247247
248248
]]></format>
249249
</remarks>
@@ -291,7 +291,7 @@
291291
<format type="text/markdown"><![CDATA[
292292
293293
## Remarks
294-
This method is called by the public <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> method and the <xref:System.Object.Finalize> method, if it has been overridden. <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> invokes the protected <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose%28System.Boolean%29> method with the unnamed Boolean parameter set to `true`. `Finalize` invokes <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose%28System.Boolean%29> with the parameter set to `false`.
294+
This method is called by the public <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> method and the <xref:System.Object.Finalize> method, if it has been overridden. <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose> invokes the protected <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose(System.Boolean)> method with the unnamed Boolean parameter set to `true`. `Finalize` invokes <xref:System.Printing.IndexedProperties.PrintPropertyDictionary.Dispose(System.Boolean)> with the parameter set to `false`.
295295
296296
When the Boolean parameter is `true`, this method releases all the resources that are held by any managed objects that this <xref:System.Printing.IndexedProperties.PrintPropertyDictionary> references. This method invokes the `Dispose()` method of each referenced object.
297297

xml/System.Printing.Interop/BaseDevModeType.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<Docs>
3030
<summary>Specifies the type of default <see href="https://learn.microsoft.com/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structure to use as the base <see href="https://learn.microsoft.com/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> for conversions of managed <see cref="T:System.Printing.PrintTicket" /> objects to unmanaged <see href="https://learn.microsoft.com/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structures.</summary>
3131
<remarks>
32-
<format type="text/markdown"><![CDATA[
33-
34-
## Remarks
35-
Use a value of this enumeration primarily as a parameter in the <xref:System.Printing.Interop.PrintTicketConverter.ConvertPrintTicketToDevMode%2A> method.
36-
32+
<format type="text/markdown"><![CDATA[
33+
34+
## Remarks
35+
Use a value of this enumeration primarily as a parameter in the <xref:System.Printing.Interop.PrintTicketConverter.ConvertPrintTicketToDevMode*> method.
36+
3737
]]></format>
3838
</remarks>
3939
</Docs>

xml/System.Printing.Interop/PrintTicketConverter.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<format type="text/markdown"><![CDATA[
3838
3939
## Remarks
40-
None of the methods of this class will validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A>.
40+
None of the methods of this class will validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*>.
4141
4242
]]></format>
4343
</remarks>
@@ -140,7 +140,7 @@
140140
141141
The scope of the returned <xref:System.Printing.PrintTicket> is the entire print job.
142142
143-
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A>.
143+
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*>.
144144
145145
]]></format>
146146
</remarks>
@@ -186,7 +186,7 @@
186186
<format type="text/markdown"><![CDATA[
187187
188188
## Remarks
189-
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A>.
189+
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*>.
190190
191191
For more information on the DEVMODE structure, see [DEVMODE](/windows/win32/api/wingdi/ns-wingdi-devmodea).
192192
@@ -252,7 +252,7 @@
252252
## Remarks
253253
The scope of the <xref:System.Printing.PrintTicket> parameter must be the entire print job.
254254
255-
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A>.
255+
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*>.
256256
257257
For more information on the DEVMODE structure, see [DEVMODE](/windows/win32/api/wingdi/ns-wingdi-devmodea).
258258
@@ -303,7 +303,7 @@
303303
<format type="text/markdown"><![CDATA[
304304
305305
## Remarks
306-
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A>.
306+
This method does not validate the <xref:System.Printing.PrintTicket>. To validate it, use <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*>.
307307
308308
For more information on the DEVMODE structure, see [DEVMODE](/windows/win32/api/wingdi/ns-wingdi-devmodea).
309309

xml/System.Printing/Collation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
Use the values of this type primarily for the following purposes.
3434
35-
- As members of the <xref:System.Printing.PrintCapabilities.CollationCapability%2A> collection, which is a property of <xref:System.Printing.PrintCapabilities>, these values indicate the type of output that the printer supports. (Many printers support both types.)
35+
- As members of the <xref:System.Printing.PrintCapabilities.CollationCapability*> collection, which is a property of <xref:System.Printing.PrintCapabilities>, these values indicate the type of output that the printer supports. (Many printers support both types.)
3636
3737
- As the value of the <xref:System.Printing.PrintTicket.Collation> property of a <xref:System.Printing.PrintTicket>, the value instructs the printer whether to collate.
3838

xml/System.Printing/ConflictStatus.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<Docs>
3030
<summary>Specifies whether any changes were made to a merged <see cref="T:System.Printing.PrintTicket" /> to ensure a viable <see cref="T:System.Printing.PrintTicket" />.</summary>
3131
<remarks>
32-
<format type="text/markdown"><![CDATA[
33-
34-
## Remarks
35-
When the <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A> method merges two <xref:System.Printing.PrintTicket> objects, the initial print ticket may request printing functions that the printer does not support. In such cases, the printer driver changes the non-viable settings to ensure that the final print ticket is viable. The <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket%2A> method uses this enumeration to report whether it had to make changes to ensure a viable print ticket.
36-
32+
<format type="text/markdown"><![CDATA[
33+
34+
## Remarks
35+
When the <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*> method merges two <xref:System.Printing.PrintTicket> objects, the initial print ticket may request printing functions that the printer does not support. In such cases, the printer driver changes the non-viable settings to ensure that the final print ticket is viable. The <xref:System.Printing.PrintQueue.MergeAndValidatePrintTicket*> method uses this enumeration to report whether it had to make changes to ensure a viable print ticket.
36+
3737
]]></format>
3838
</remarks>
3939
</Docs>

xml/System.Printing/DeviceFontSubstitution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
The values of this type are used primarily for these purposes:
3232
33-
- As members of the <xref:System.Printing.PrintCapabilities.DeviceFontSubstitutionCapability%2A> collection, a property of <xref:System.Printing.PrintCapabilities>, they represent the printer capabilities.
33+
- As members of the <xref:System.Printing.PrintCapabilities.DeviceFontSubstitutionCapability*> collection, a property of <xref:System.Printing.PrintCapabilities>, they represent the printer capabilities.
3434
3535
- As the value of the <xref:System.Printing.PrintTicket.DeviceFontSubstitution> property of a <xref:System.Printing.PrintTicket>, they instruct the printer to enable or disable device font substitution for the print job.
3636

xml/System.Printing/Duplexing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
## Remarks
2929
Use the values of this type primarily for these purposes:
3030
31-
- As members of the <xref:System.Printing.PrintCapabilities.DuplexingCapability%2A> collection, which is a property of <xref:System.Printing.PrintCapabilities>, these values indicate the kinds of one-sided and two-sided printing that the printer supports.
31+
- As members of the <xref:System.Printing.PrintCapabilities.DuplexingCapability*> collection, which is a property of <xref:System.Printing.PrintCapabilities>, these values indicate the kinds of one-sided and two-sided printing that the printer supports.
3232
3333
- As the value of the <xref:System.Printing.PrintTicket.Duplexing> property of a <xref:System.Printing.PrintTicket>, they direct the printer to use one-sided printing or some kind of two-sided printing.
3434

xml/System.Printing/EnumeratedPrintQueueTypes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<format type="text/markdown"><![CDATA[
3434
3535
## Remarks
36-
Use these values with the <xref:System.Printing.PrintServer.GetPrintQueues%2A> method to list subsets of available print queues.
36+
Use these values with the <xref:System.Printing.PrintServer.GetPrintQueues*> method to list subsets of available print queues.
3737
3838
`PushedMachineConnection` and `PushedUserConnection` refer to policies that enable automated connection of machines and users to printers. See the section ["Deploying Printers to Users or Computers by Using Group Policy"](https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc753109(v=ws.10)#to-deploy-printers-to-users-or-computers-by-using-group-policy) in the [Step-by-Step Guide for Print Management](https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc753109(v=ws.10)).
3939

xml/System.Printing/InputBin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
## Remarks
2929
The values of this type are used primarily for these purposes:
3030
31-
- As members of the <xref:System.Printing.PrintCapabilities.InputBinCapability%2A> collection, a property of <xref:System.Printing.PrintCapabilities>, they indicate the types of input bins that the printer supports.
31+
- As members of the <xref:System.Printing.PrintCapabilities.InputBinCapability*> collection, a property of <xref:System.Printing.PrintCapabilities>, they indicate the types of input bins that the printer supports.
3232
3333
- As the value of the <xref:System.Printing.PrintTicket.InputBin> property of a <xref:System.Printing.PrintTicket>, they instruct the printer to use the specified bin.
3434

0 commit comments

Comments
 (0)