Skip to content

Commit c2ddab3

Browse files
authored
Fix up paramrefs in System.Data, System.CodeDom, etc. (#10790)
1 parent 03377c1 commit c2ddab3

File tree

48 files changed

+4151
-4174
lines changed

Some content is hidden

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

48 files changed

+4151
-4174
lines changed

xml/Microsoft.SqlServer.Server/SqlMetaData.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,7 @@
24662466
<summary>Gets the name of the column or parameter.</summary>
24672467
<value>The name of the column or parameter as a <see cref="T:System.String" />.</value>
24682468
<remarks>To be added.</remarks>
2469-
<exception cref="T:System.InvalidOperationException">The <paramref name="name" /> specified in the constructor is longer than 128 characters.</exception>
2469+
<exception cref="T:System.InvalidOperationException">The name specified in the constructor is longer than 128 characters.</exception>
24702470
</Docs>
24712471
</Member>
24722472
<Member MemberName="Precision">

xml/System.Activities.Presentation.Toolbox/ToolboxCategoryItems.xml

+118-119
Large diffs are not rendered by default.

xml/System.Activities.Presentation.View/DesignerView.xml

+70-70
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<Docs>
3030
<summary>Provides Windows Presentation Foundation (WPF) controls for the designer view that represents the workflow canvas.</summary>
3131
<remarks>
32-
<format type="text/markdown"><![CDATA[
33-
34-
## Remarks
35-
Implements the <xref:System.Windows.Markup.IComponentConnector> and <xref:System.Windows.Markup.IStyleConnector> interfaces to provide support for named XAML elements and for attaching event handlers to them.
36-
32+
<format type="text/markdown"><![CDATA[
33+
34+
## Remarks
35+
Implements the <xref:System.Windows.Markup.IComponentConnector> and <xref:System.Windows.Markup.IStyleConnector> interfaces to provide support for named XAML elements and for attaching event handlers to them.
36+
3737
]]></format>
3838
</remarks>
3939
</Docs>
@@ -175,11 +175,11 @@
175175
<Docs>
176176
<summary>Contains the dependency property that represents the <see cref="T:System.Activities.Presentation.View.CommandMenuMode" /> property.</summary>
177177
<remarks>
178-
<format type="text/markdown"><![CDATA[
179-
180-
## Remarks
181-
Provides types to support the Windows Presentation Foundation (WPF) input system.
182-
178+
<format type="text/markdown"><![CDATA[
179+
180+
## Remarks
181+
Provides types to support the Windows Presentation Foundation (WPF) input system.
182+
183183
]]></format>
184184
</remarks>
185185
</Docs>
@@ -229,11 +229,11 @@
229229
<summary>Gets or sets a collection of services shared between all elements contained in the designer.</summary>
230230
<value>The context.</value>
231231
<remarks>
232-
<format type="text/markdown"><![CDATA[
233-
234-
## Remarks
235-
You can publish and request services through the context.
236-
232+
<format type="text/markdown"><![CDATA[
233+
234+
## Remarks
235+
You can publish and request services through the context.
236+
237237
]]></format>
238238
</remarks>
239239
</Docs>
@@ -256,11 +256,11 @@
256256
<Docs>
257257
<summary>The <see cref="T:System.Windows.Input.RoutedCommand" /> used to copy the current workflow design surface as a screenshot and place it in the clipboard.</summary>
258258
<remarks>
259-
<format type="text/markdown"><![CDATA[
260-
261-
## Remarks
262-
Provides types to support the Windows Presentation Foundation (WPF) input system.
263-
259+
<format type="text/markdown"><![CDATA[
260+
261+
## Remarks
262+
Provides types to support the Windows Presentation Foundation (WPF) input system.
263+
264264
]]></format>
265265
</remarks>
266266
</Docs>
@@ -561,7 +561,7 @@
561561
<ReturnType>System.Windows.Input.ICommand</ReturnType>
562562
</ReturnValue>
563563
<Docs>
564-
<summary>The command used to navigate to the selected child of a composite activity and expand it to fill the full screen of the Windows Workflow Designer surface. The <paramref name="View full screen" /> context menu command initiates this action.</summary>
564+
<summary>The command used to navigate to the selected child of a composite activity and expand it to fill the full screen of the Windows Workflow Designer surface. The "View full screen" context menu command initiates this action.</summary>
565565
<remarks>To be added.</remarks>
566566
</Docs>
567567
</Member>
@@ -714,7 +714,7 @@
714714
<ReturnType>System.Windows.Input.ICommand</ReturnType>
715715
</ReturnValue>
716716
<Docs>
717-
<summary>The command used to navigate to the parent activity of the selected child activity and expand it to fill the full screen of the Windows Workflow Designer surface. The <paramref name="View parent" /> context menu command initiates this action.</summary>
717+
<summary>The command used to navigate to the parent activity of the selected child activity and expand it to fill the full screen of the Windows Workflow Designer surface. The "View parent" context menu command initiates this action.</summary>
718718
<remarks>To be added.</remarks>
719719
</Docs>
720720
</Member>
@@ -838,11 +838,11 @@
838838
<value>
839839
<see langword="true" /> if the <see cref="T:System.Activities.Presentation.View.DesignerView" /> element is in multiple selection mode; otherwise, <see langword="false" />.</value>
840840
<remarks>
841-
<format type="text/markdown"><![CDATA[
842-
843-
## Remarks
844-
If you hold down the CTRL or SHIFT key and select more than one element, this is `true`. If only one element is selected, this is `false`.
845-
841+
<format type="text/markdown"><![CDATA[
842+
843+
## Remarks
844+
If you hold down the CTRL or SHIFT key and select more than one element, this is `true`. If only one element is selected, this is `false`.
845+
846846
]]></format>
847847
</remarks>
848848
</Docs>
@@ -1157,11 +1157,11 @@
11571157
<param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param>
11581158
<summary>Raises the PreviewMouseWheel event.</summary>
11591159
<remarks>
1160-
<format type="text/markdown"><![CDATA[
1161-
1162-
## Remarks
1163-
This event is invoked when an unhandled <xref:System.Windows.Input.Mouse.PreviewMouseWheel> attached event reaches an element in its route that is derived from this class. Override this method to add class handling for this event. If the CTRL key is pressed when this event is processed, the view is zoomed in or out, based on the movement of the mouse wheel.
1164-
1160+
<format type="text/markdown"><![CDATA[
1161+
1162+
## Remarks
1163+
This event is invoked when an unhandled <xref:System.Windows.Input.Mouse.PreviewMouseWheel> attached event reaches an element in its route that is derived from this class. Override this method to add class handling for this event. If the CTRL key is pressed when this event is processed, the view is zoomed in or out, based on the movement of the mouse wheel.
1164+
11651165
]]></format>
11661166
</remarks>
11671167
</Docs>
@@ -1191,11 +1191,11 @@
11911191
<see langword="true" /> if the assembly reference is added; <see langword="false" /> if the assembly reference is removed.</param>
11921192
<summary>Refreshes the list of imported namespaces based on whether the specified referenced assembly is added or removed.</summary>
11931193
<remarks>
1194-
<format type="text/markdown"><![CDATA[
1195-
1196-
## Remarks
1197-
If the referenced assembly is added, the namespaces of the types found in the assembly are added to the list of imported namespaces. If the referenced assembly is removed, the namespaces of the types found in the assembly are removed from the list of imported namespaces.
1198-
1194+
<format type="text/markdown"><![CDATA[
1195+
1196+
## Remarks
1197+
If the referenced assembly is added, the namespaces of the types found in the assembly are added to the list of imported namespaces. If the referenced assembly is removed, the namespaces of the types found in the assembly are removed from the list of imported namespaces.
1198+
11991199
]]></format>
12001200
</remarks>
12011201
</Docs>
@@ -1323,11 +1323,11 @@
13231323
<summary>Gets or sets a <see cref="T:System.Windows.UIElement" /> that is the UI representation of the root of the current model tree.</summary>
13241324
<value>The root element.</value>
13251325
<remarks>
1326-
<format type="text/markdown"><![CDATA[
1327-
1328-
## Remarks
1329-
Call the <xref:System.Activities.Presentation.View.DesignerView.MakeRootDesigner%2A> method to set this property to a <xref:System.Activities.Presentation.WorkflowViewElement> representation of a <xref:System.Activities.Presentation.Model.ModelItem>.
1330-
1326+
<format type="text/markdown"><![CDATA[
1327+
1328+
## Remarks
1329+
Call the <xref:System.Activities.Presentation.View.DesignerView.MakeRootDesigner%2A> method to set this property to a <xref:System.Activities.Presentation.WorkflowViewElement> representation of a <xref:System.Activities.Presentation.Model.ModelItem>.
1330+
13311331
]]></format>
13321332
</remarks>
13331333
</Docs>
@@ -1523,11 +1523,11 @@
15231523
<param name="target">The target.</param>
15241524
<summary>Attaches events and names to compiled content.</summary>
15251525
<remarks>
1526-
<format type="text/markdown"><![CDATA[
1527-
1528-
## Remarks
1529-
This interface is intended for use only by the markup compiler.
1530-
1526+
<format type="text/markdown"><![CDATA[
1527+
1528+
## Remarks
1529+
This interface is intended for use only by the markup compiler.
1530+
15311531
]]></format>
15321532
</remarks>
15331533
</Docs>
@@ -1573,11 +1573,11 @@
15731573
<param name="target">The target.</param>
15741574
<summary>Calls the StyleBamlReader to attach events on EventSetters and Templates in compiled content.</summary>
15751575
<remarks>
1576-
<format type="text/markdown"><![CDATA[
1577-
1578-
## Remarks
1579-
This class is intended for use only by the markup compiler.
1580-
1576+
<format type="text/markdown"><![CDATA[
1577+
1578+
## Remarks
1579+
This class is intended for use only by the markup compiler.
1580+
15811581
]]></format>
15821582
</remarks>
15831583
</Docs>
@@ -1598,24 +1598,24 @@
15981598
<ReturnType>System.Windows.Input.ICommand</ReturnType>
15991599
</ReturnValue>
16001600
<Docs>
1601-
<summary>The command used to show or hide the argument designer. Clicking the <paramref name="Arguments" /> button on the Windows Workflow Designer surface initiates this action.</summary>
1601+
<summary>The command used to show or hide the argument designer. Clicking the "Arguments" button on the Windows Workflow Designer surface initiates this action.</summary>
16021602
<remarks>
1603-
<format type="text/markdown"><![CDATA[
1604-
1605-
## Examples
1606-
The following code sample demonstrates how to bind this property to a button.
1607-
1608-
```xaml
1609-
<Button xmlns:sapv="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation" Command="sapv:DesignerView.ToggleArgumentDesignerCommand">Show/Hide Arguments</Button>
1610-
```
1611-
1612-
The following code sample demonstrates how invoke this property in C#.
1613-
1614-
```csharp
1615-
DesignerView dView = des.Context.Services.GetService<DesignerView>();
1616-
((RoutedCommand)DesignerView.ToggleArgumentDesignerCommand).Execute(null, dView);
1617-
```
1618-
1603+
<format type="text/markdown"><![CDATA[
1604+
1605+
## Examples
1606+
The following code sample demonstrates how to bind this property to a button.
1607+
1608+
```xaml
1609+
<Button xmlns:sapv="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation" Command="sapv:DesignerView.ToggleArgumentDesignerCommand">Show/Hide Arguments</Button>
1610+
```
1611+
1612+
The following code sample demonstrates how invoke this property in C#.
1613+
1614+
```csharp
1615+
DesignerView dView = des.Context.Services.GetService<DesignerView>();
1616+
((RoutedCommand)DesignerView.ToggleArgumentDesignerCommand).Execute(null, dView);
1617+
```
1618+
16191619
]]></format>
16201620
</remarks>
16211621
</Docs>
@@ -1696,7 +1696,7 @@ DesignerView dView = des.Context.Services.GetService<DesignerView>();
16961696
<ReturnType>System.Windows.Input.ICommand</ReturnType>
16971697
</ReturnValue>
16981698
<Docs>
1699-
<summary>The command used to show or hide the variable designer. Clicking the <paramref name="Variables" /> button on the Windows Workflow Designer surface initiates this action.</summary>
1699+
<summary>The command used to show or hide the variable designer. Clicking the "Variables" button on the Windows Workflow Designer surface initiates this action.</summary>
17001700
<remarks>To be added.</remarks>
17011701
</Docs>
17021702
</Member>

xml/System.Activities.Presentation.View/ViewStateService.xml

+26-26
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<Docs>
1717
<summary>Enables the preservation and accessing of all data values associated with the user interaction components of a workflow application, at a particular point in time in the running of a workflow application. A <see cref="T:System.Activities.Presentation.View.ViewStateService" /> stores view states for model items.</summary>
1818
<remarks>
19-
<format type="text/markdown"><![CDATA[
20-
21-
## Remarks
22-
This is useful so that the state can keep being retrieved when control of the application goes and comes with postbacks. <xref:System.Activities.Presentation.View.ViewStateService> is an abstract class. Derived classes must store view states when <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> is called, and retrieve them when <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> is called.
23-
19+
<format type="text/markdown"><![CDATA[
20+
21+
## Remarks
22+
This is useful so that the state can keep being retrieved when control of the application goes and comes with postbacks. <xref:System.Activities.Presentation.View.ViewStateService> is an abstract class. Derived classes must store view states when <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> is called, and retrieve them when <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> is called.
23+
2424
]]></format>
2525
</remarks>
2626
</Docs>
@@ -96,14 +96,14 @@
9696
</Parameters>
9797
<Docs>
9898
<param name="modelItem">The <see cref="T:System.Activities.Presentation.Model.ModelItem" /> that the view state applies to.</param>
99-
<summary>Returns an aspect of the view state that was stored for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
99+
<summary>Returns an aspect of the view state that was stored for the specified <paramref name="modelItem" />.</summary>
100100
<returns>Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.</returns>
101101
<remarks>
102-
<format type="text/markdown"><![CDATA[
103-
104-
## Remarks
105-
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
106-
102+
<format type="text/markdown"><![CDATA[
103+
104+
## Remarks
105+
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
106+
107107
]]></format>
108108
</remarks>
109109
</Docs>
@@ -133,11 +133,11 @@
133133
<summary>Retrieves an aspect of the view state for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
134134
<returns>The aspect of the view state as an <see cref="T:System.Object" />,or <see langword="null" />.</returns>
135135
<remarks>
136-
<format type="text/markdown"><![CDATA[
137-
138-
## Remarks
139-
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
140-
136+
<format type="text/markdown"><![CDATA[
137+
138+
## Remarks
139+
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
140+
141141
]]></format>
142142
</remarks>
143143
</Docs>
@@ -168,11 +168,11 @@
168168
<param name="value">An <see cref="T:System.Object" /> to be stored.</param>
169169
<summary>Stores an aspect of the view state for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
170170
<remarks>
171-
<format type="text/markdown"><![CDATA[
172-
173-
## Remarks
174-
You can retrieve the stored object by calling <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> and passing the same values for `modelItem` and `key`.
175-
171+
<format type="text/markdown"><![CDATA[
172+
173+
## Remarks
174+
You can retrieve the stored object by calling <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> and passing the same values for `modelItem` and `key`.
175+
176176
]]></format>
177177
</remarks>
178178
</Docs>
@@ -203,11 +203,11 @@
203203
<param name="value">An <see cref="T:System.Object" /> to be stored.</param>
204204
<summary>When implemented in a derived class, records the current setting of the item represented by the specified key so that it is available for an undo operation. The item represented by the specified key is then stored in the view state of the specified model item.</summary>
205205
<remarks>
206-
<format type="text/markdown"><![CDATA[
207-
208-
## Remarks
209-
You can retrieve the stored object by calling <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> and passing the same values for `modelItem` and `key`.
210-
206+
<format type="text/markdown"><![CDATA[
207+
208+
## Remarks
209+
You can retrieve the stored object by calling <xref:System.Activities.Presentation.View.ViewStateService.RetrieveViewState%2A> and passing the same values for `modelItem` and `key`.
210+
211211
]]></format>
212212
</remarks>
213213
</Docs>

0 commit comments

Comments
 (0)