|
29 | 29 | <Docs>
|
30 | 30 | <summary>Provides Windows Presentation Foundation (WPF) controls for the designer view that represents the workflow canvas.</summary>
|
31 | 31 | <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 | +
|
37 | 37 | ]]></format>
|
38 | 38 | </remarks>
|
39 | 39 | </Docs>
|
|
175 | 175 | <Docs>
|
176 | 176 | <summary>Contains the dependency property that represents the <see cref="T:System.Activities.Presentation.View.CommandMenuMode" /> property.</summary>
|
177 | 177 | <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 | +
|
183 | 183 | ]]></format>
|
184 | 184 | </remarks>
|
185 | 185 | </Docs>
|
|
229 | 229 | <summary>Gets or sets a collection of services shared between all elements contained in the designer.</summary>
|
230 | 230 | <value>The context.</value>
|
231 | 231 | <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 | +
|
237 | 237 | ]]></format>
|
238 | 238 | </remarks>
|
239 | 239 | </Docs>
|
|
256 | 256 | <Docs>
|
257 | 257 | <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>
|
258 | 258 | <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 | +
|
264 | 264 | ]]></format>
|
265 | 265 | </remarks>
|
266 | 266 | </Docs>
|
|
561 | 561 | <ReturnType>System.Windows.Input.ICommand</ReturnType>
|
562 | 562 | </ReturnValue>
|
563 | 563 | <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> |
565 | 565 | <remarks>To be added.</remarks>
|
566 | 566 | </Docs>
|
567 | 567 | </Member>
|
|
714 | 714 | <ReturnType>System.Windows.Input.ICommand</ReturnType>
|
715 | 715 | </ReturnValue>
|
716 | 716 | <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> |
718 | 718 | <remarks>To be added.</remarks>
|
719 | 719 | </Docs>
|
720 | 720 | </Member>
|
|
838 | 838 | <value>
|
839 | 839 | <see langword="true" /> if the <see cref="T:System.Activities.Presentation.View.DesignerView" /> element is in multiple selection mode; otherwise, <see langword="false" />.</value>
|
840 | 840 | <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 | +
|
846 | 846 | ]]></format>
|
847 | 847 | </remarks>
|
848 | 848 | </Docs>
|
|
1157 | 1157 | <param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param>
|
1158 | 1158 | <summary>Raises the PreviewMouseWheel event.</summary>
|
1159 | 1159 | <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 | +
|
1165 | 1165 | ]]></format>
|
1166 | 1166 | </remarks>
|
1167 | 1167 | </Docs>
|
|
1191 | 1191 | <see langword="true" /> if the assembly reference is added; <see langword="false" /> if the assembly reference is removed.</param>
|
1192 | 1192 | <summary>Refreshes the list of imported namespaces based on whether the specified referenced assembly is added or removed.</summary>
|
1193 | 1193 | <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 | +
|
1199 | 1199 | ]]></format>
|
1200 | 1200 | </remarks>
|
1201 | 1201 | </Docs>
|
|
1323 | 1323 | <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>
|
1324 | 1324 | <value>The root element.</value>
|
1325 | 1325 | <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 | +
|
1331 | 1331 | ]]></format>
|
1332 | 1332 | </remarks>
|
1333 | 1333 | </Docs>
|
|
1523 | 1523 | <param name="target">The target.</param>
|
1524 | 1524 | <summary>Attaches events and names to compiled content.</summary>
|
1525 | 1525 | <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 | +
|
1531 | 1531 | ]]></format>
|
1532 | 1532 | </remarks>
|
1533 | 1533 | </Docs>
|
|
1573 | 1573 | <param name="target">The target.</param>
|
1574 | 1574 | <summary>Calls the StyleBamlReader to attach events on EventSetters and Templates in compiled content.</summary>
|
1575 | 1575 | <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 | +
|
1581 | 1581 | ]]></format>
|
1582 | 1582 | </remarks>
|
1583 | 1583 | </Docs>
|
|
1598 | 1598 | <ReturnType>System.Windows.Input.ICommand</ReturnType>
|
1599 | 1599 | </ReturnValue>
|
1600 | 1600 | <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> |
1602 | 1602 | <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 | +
|
1619 | 1619 | ]]></format>
|
1620 | 1620 | </remarks>
|
1621 | 1621 | </Docs>
|
@@ -1696,7 +1696,7 @@ DesignerView dView = des.Context.Services.GetService<DesignerView>();
|
1696 | 1696 | <ReturnType>System.Windows.Input.ICommand</ReturnType>
|
1697 | 1697 | </ReturnValue>
|
1698 | 1698 | <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> |
1700 | 1700 | <remarks>To be added.</remarks>
|
1701 | 1701 | </Docs>
|
1702 | 1702 | </Member>
|
|
0 commit comments