Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up paramrefs in System.Data, System.CodeDom, etc. #10790

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/Microsoft.SqlServer.Server/SqlMetaData.xml
Original file line number Diff line number Diff line change
@@ -2466,7 +2466,7 @@
<summary>Gets the name of the column or parameter.</summary>
<value>The name of the column or parameter as a <see cref="T:System.String" />.</value>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidOperationException">The <paramref name="name" /> specified in the constructor is longer than 128 characters.</exception>
<exception cref="T:System.InvalidOperationException">The name specified in the constructor is longer than 128 characters.</exception>
</Docs>
</Member>
<Member MemberName="Precision">
237 changes: 118 additions & 119 deletions xml/System.Activities.Presentation.Toolbox/ToolboxCategoryItems.xml

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions xml/System.Activities.Presentation.View/DesignerView.xml
Original file line number Diff line number Diff line change
@@ -29,11 +29,11 @@
<Docs>
<summary>Provides Windows Presentation Foundation (WPF) controls for the designer view that represents the workflow canvas.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
<format type="text/markdown"><![CDATA[

## Remarks
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.

]]></format>
</remarks>
</Docs>
@@ -175,11 +175,11 @@
<Docs>
<summary>Contains the dependency property that represents the <see cref="T:System.Activities.Presentation.View.CommandMenuMode" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Provides types to support the Windows Presentation Foundation (WPF) input system.
<format type="text/markdown"><![CDATA[

## Remarks
Provides types to support the Windows Presentation Foundation (WPF) input system.

]]></format>
</remarks>
</Docs>
@@ -229,11 +229,11 @@
<summary>Gets or sets a collection of services shared between all elements contained in the designer.</summary>
<value>The context.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
You can publish and request services through the context.
<format type="text/markdown"><![CDATA[

## Remarks
You can publish and request services through the context.

]]></format>
</remarks>
</Docs>
@@ -256,11 +256,11 @@
<Docs>
<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>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Provides types to support the Windows Presentation Foundation (WPF) input system.
<format type="text/markdown"><![CDATA[

## Remarks
Provides types to support the Windows Presentation Foundation (WPF) input system.

]]></format>
</remarks>
</Docs>
@@ -561,7 +561,7 @@
<ReturnType>System.Windows.Input.ICommand</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -714,7 +714,7 @@
<ReturnType>System.Windows.Input.ICommand</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -838,11 +838,11 @@
<value>
<see langword="true" /> if the <see cref="T:System.Activities.Presentation.View.DesignerView" /> element is in multiple selection mode; otherwise, <see langword="false" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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`.
<format type="text/markdown"><![CDATA[

## Remarks
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`.

]]></format>
</remarks>
</Docs>
@@ -1157,11 +1157,11 @@
<param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param>
<summary>Raises the PreviewMouseWheel event.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
<format type="text/markdown"><![CDATA[

## Remarks
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.

]]></format>
</remarks>
</Docs>
@@ -1191,11 +1191,11 @@
<see langword="true" /> if the assembly reference is added; <see langword="false" /> if the assembly reference is removed.</param>
<summary>Refreshes the list of imported namespaces based on whether the specified referenced assembly is added or removed.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
<format type="text/markdown"><![CDATA[

## Remarks
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.

]]></format>
</remarks>
</Docs>
@@ -1323,11 +1323,11 @@
<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>
<value>The root element.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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>.
<format type="text/markdown"><![CDATA[

## Remarks
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>.

]]></format>
</remarks>
</Docs>
@@ -1523,11 +1523,11 @@
<param name="target">The target.</param>
<summary>Attaches events and names to compiled content.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This interface is intended for use only by the markup compiler.
<format type="text/markdown"><![CDATA[

## Remarks
This interface is intended for use only by the markup compiler.

]]></format>
</remarks>
</Docs>
@@ -1573,11 +1573,11 @@
<param name="target">The target.</param>
<summary>Calls the StyleBamlReader to attach events on EventSetters and Templates in compiled content.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This class is intended for use only by the markup compiler.
<format type="text/markdown"><![CDATA[

## Remarks
This class is intended for use only by the markup compiler.

]]></format>
</remarks>
</Docs>
@@ -1598,24 +1598,24 @@
<ReturnType>System.Windows.Input.ICommand</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<remarks>
<format type="text/markdown"><![CDATA[
## Examples
The following code sample demonstrates how to bind this property to a button.
```xaml
<Button xmlns:sapv="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation" Command="sapv:DesignerView.ToggleArgumentDesignerCommand">Show/Hide Arguments</Button>
```
The following code sample demonstrates how invoke this property in C#.
```csharp
DesignerView dView = des.Context.Services.GetService<DesignerView>();
((RoutedCommand)DesignerView.ToggleArgumentDesignerCommand).Execute(null, dView);
```
<format type="text/markdown"><![CDATA[

## Examples
The following code sample demonstrates how to bind this property to a button.

```xaml
<Button xmlns:sapv="clr-namespace:System.Activities.Presentation.View;assembly=System.Activities.Presentation" Command="sapv:DesignerView.ToggleArgumentDesignerCommand">Show/Hide Arguments</Button>
```

The following code sample demonstrates how invoke this property in C#.

```csharp
DesignerView dView = des.Context.Services.GetService<DesignerView>();
((RoutedCommand)DesignerView.ToggleArgumentDesignerCommand).Execute(null, dView);
```

]]></format>
</remarks>
</Docs>
@@ -1696,7 +1696,7 @@ DesignerView dView = des.Context.Services.GetService<DesignerView>();
<ReturnType>System.Windows.Input.ICommand</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<remarks>To be added.</remarks>
</Docs>
</Member>
52 changes: 26 additions & 26 deletions xml/System.Activities.Presentation.View/ViewStateService.xml
Original file line number Diff line number Diff line change
@@ -16,11 +16,11 @@
<Docs>
<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>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
<format type="text/markdown"><![CDATA[

## Remarks
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.

]]></format>
</remarks>
</Docs>
@@ -96,14 +96,14 @@
</Parameters>
<Docs>
<param name="modelItem">The <see cref="T:System.Activities.Presentation.Model.ModelItem" /> that the view state applies to.</param>
<summary>Returns an aspect of the view state that was stored for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
<summary>Returns an aspect of the view state that was stored for the specified <paramref name="modelItem" />.</summary>
<returns>Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
<format type="text/markdown"><![CDATA[

## Remarks
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.

]]></format>
</remarks>
</Docs>
@@ -133,11 +133,11 @@
<summary>Retrieves an aspect of the view state for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
<returns>The aspect of the view state as an <see cref="T:System.Object" />,or <see langword="null" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.
<format type="text/markdown"><![CDATA[

## Remarks
Call <xref:System.Activities.Presentation.View.ViewStateService.StoreViewState%2A> to initially store view state information so that it can be retrieved.

]]></format>
</remarks>
</Docs>
@@ -168,11 +168,11 @@
<param name="value">An <see cref="T:System.Object" /> to be stored.</param>
<summary>Stores an aspect of the view state for the specified <paramref name="modelItem" />, matching the specified <paramref name="key" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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`.
<format type="text/markdown"><![CDATA[

## Remarks
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`.

]]></format>
</remarks>
</Docs>
@@ -203,11 +203,11 @@
<param name="value">An <see cref="T:System.Object" /> to be stored.</param>
<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>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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`.
<format type="text/markdown"><![CDATA[

## Remarks
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`.

]]></format>
</remarks>
</Docs>
Loading