1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Workflow.ComponentModel</name>
5  </assembly>
6  <members>
7    <member name="E:System.Workflow.ComponentModel.Activity.Canceling">
8      <summary>Occurs when the activity execution is canceled. </summary>
9    </member>
10    <member name="E:System.Workflow.ComponentModel.Activity.Closed">
11      <summary>Occurs when an <see cref="T:System.Workflow.ComponentModel.Activity" /> has completed execution.</summary>
12    </member>
13    <member name="E:System.Workflow.ComponentModel.Activity.Compensating">
14      <summary>Occurs when running a compensation method on the <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
15    </member>
16    <member name="E:System.Workflow.ComponentModel.Activity.Executing">
17      <summary>Occurs when the <see cref="T:System.Workflow.ComponentModel.Activity" /> is run.</summary>
18    </member>
19    <member name="E:System.Workflow.ComponentModel.Activity.Faulting">
20      <summary>Occurs when an exception is raised during the running of the instance.</summary>
21    </member>
22    <member name="E:System.Workflow.ComponentModel.Activity.StatusChanged">
23      <summary>Occurs when the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of a running <see cref="T:System.Workflow.ComponentModel.Activity" /> changes.</summary>
24    </member>
25    <member name="E:System.Workflow.ComponentModel.ActivityCollection.ListChanged">
26      <summary>Raised whenever a change is made to the contents of this <see cref="T:System.Collections.ICollection" />.</summary>
27    </member>
28    <member name="E:System.Workflow.ComponentModel.Compiler.ITypeProvider.TypeLoadErrorsChanged">
29      <summary>Occurs when the collection <see cref="P:System.Workflow.ComponentModel.Compiler.TypeProvider.TypeLoadErrors" /> is modified.</summary>
30    </member>
31    <member name="E:System.Workflow.ComponentModel.Compiler.ITypeProvider.TypesChanged">
32      <summary>Occurs when the types in the type provider that implements this interface change. This can happen when an assembly or <see cref="T:System.CodeDom.CodeCompileUnit" /> is added or removed from the type provider.</summary>
33    </member>
34    <member name="E:System.Workflow.ComponentModel.Compiler.TypeProvider.TypeLoadErrorsChanged">
35      <summary>Occurs when the collection <see cref="P:System.Workflow.ComponentModel.Compiler.TypeProvider.TypeLoadErrors" /> is modified.</summary>
36    </member>
37    <member name="E:System.Workflow.ComponentModel.Compiler.TypeProvider.TypesChanged">
38      <summary>Occurs when the collection of defined types is modified.</summary>
39    </member>
40    <member name="E:System.Workflow.ComponentModel.DependencyObject.System#ComponentModel#IComponent#Disposed">
41      <summary>Represents the method that handles the <see langword="Disposed" /> event of a component.</summary>
42    </member>
43    <member name="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorAdded">
44      <summary>Occurs when a <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> is added to the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </summary>
45    </member>
46    <member name="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorChanged">
47      <summary>Occurs when a user changes the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> locations associated with a <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> displayed by the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </summary>
48    </member>
49    <member name="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorRemoved">
50      <summary>Occurs when a user removes a connector from the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </summary>
51    </member>
52    <member name="E:System.Workflow.ComponentModel.Design.WorkflowOutline.Expanding">
53      <summary>Event raised when the TreeView for the document outline is expanding.</summary>
54    </member>
55    <member name="E:System.Workflow.ComponentModel.Design.WorkflowTheme.ThemeChanged">
56      <summary>Occurs when a theme changes.</summary>
57    </member>
58    <member name="E:System.Workflow.ComponentModel.Design.WorkflowView.Idle">
59      <summary>Occurs when the <see langword="WorkflowView" /> finishes processing and is about to enter the idle state.</summary>
60    </member>
61    <member name="E:System.Workflow.ComponentModel.Design.WorkflowView.RootDesignerChanged">
62      <summary>Raised when the root designer is changed.</summary>
63    </member>
64    <member name="E:System.Workflow.ComponentModel.Design.WorkflowView.ZoomChanged">
65      <summary>Occurs when the zoom setting for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> changes.</summary>
66    </member>
67    <member name="E:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.ResolveName">
68      <summary>Occurs when <see cref="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetName(System.Object)" /> cannot locate the specified name in the serialization manager name table.</summary>
69    </member>
70    <member name="E:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.SerializationComplete">
71      <summary>Occurs when serialization is complete.</summary>
72    </member>
73    <member name="E:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#ResolveName">
74      <summary>Occurs when <see cref="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetName(System.Object)" /> cannot locate the specified name in the serialization manager's name table. </summary>
75    </member>
76    <member name="E:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#SerializationComplete">
77      <summary>Occurs when serialization is complete.</summary>
78    </member>
79    <member name="F:System.Workflow.ComponentModel.Activity.ActivityContextGuidProperty">
80      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that represents the <see cref="T:System.Guid" /> of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> that is associated with the <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
81    </member>
82    <member name="F:System.Workflow.ComponentModel.Activity.CancelingEvent">
83      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="E:System.Workflow.ComponentModel.Activity.Canceling" /> event.</summary>
84    </member>
85    <member name="F:System.Workflow.ComponentModel.Activity.ClosedEvent">
86      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="E:System.Workflow.ComponentModel.Activity.Closed" /> event.</summary>
87    </member>
88    <member name="F:System.Workflow.ComponentModel.Activity.CompensatingEvent">
89      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="E:System.Workflow.ComponentModel.Activity.Compensating" /> event.</summary>
90    </member>
91    <member name="F:System.Workflow.ComponentModel.Activity.ExecutingEvent">
92      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="E:System.Workflow.ComponentModel.Activity.Executing" /> event, which occurs when the activity is executed.</summary>
93    </member>
94    <member name="F:System.Workflow.ComponentModel.Activity.FaultingEvent">
95      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that represents the <see cref="E:System.Workflow.ComponentModel.Activity.Faulting" /> event.</summary>
96    </member>
97    <member name="F:System.Workflow.ComponentModel.Activity.StatusChangedEvent">
98      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="E:System.Workflow.ComponentModel.Activity.StatusChanged" /> event.</summary>
99    </member>
100    <member name="F:System.Workflow.ComponentModel.ActivityExecutionContext.CurrentExceptionProperty">
101      <summary>Represents an exception that has occurred during the execution of the workflow instance. This property has a value only when an activity is in the faulting state.</summary>
102    </member>
103    <member name="F:System.Workflow.ComponentModel.CompensateActivity.TargetActivityNameProperty">
104      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="P:System.Workflow.ComponentModel.CompensateActivity.TargetActivityName" /> property.</summary>
105    </member>
106    <member name="F:System.Workflow.ComponentModel.Design.DesignerGlyph.HighestPriority">
107      <summary>Represents the highest priority possible for a <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" />. This value is a constant.</summary>
108    </member>
109    <member name="F:System.Workflow.ComponentModel.Design.DesignerGlyph.LowestPriority">
110      <summary>Represents the lowest priority possible for a <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" />. This value is a constant.</summary>
111    </member>
112    <member name="F:System.Workflow.ComponentModel.Design.DesignerGlyph.NormalPriority">
113      <summary>Represents the normal priority for a <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" />. This value is a constant.</summary>
114    </member>
115    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.BreakpointActionMenu">
116      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the breakpoint action menu. This field is read-only.</summary>
117    </member>
118    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.BreakpointConditionMenu">
119      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the breakpoint condition menu. This field is read-only.</summary>
120    </member>
121    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.BreakpointConstraintsMenu">
122      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the breakpoint constraints menu. This field is read-only.</summary>
123    </member>
124    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.BreakpointHitCountMenu">
125      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the breakpoint hit count menu. This field is read-only.</summary>
126    </member>
127    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.BreakpointLocationMenu">
128      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the breakpoint location menu. This field is read-only.</summary>
129    </member>
130    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ChangeTheme">
131      <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the change theme menu. This field is read-only.</summary>
132    </member>
133    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ClearBreakpointsMenu">
134      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the clear breakpoints menu. This field is read-only.</summary>
135    </member>
136    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Collapse">
137      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the collapse menu. This field is read-only.</summary>
138    </member>
139    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.CopyToClipboard">
140      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the copy menu. This field is read-only.</summary>
141    </member>
142    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.CreateTheme">
143      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the create theme menu. This field is read-only.</summary>
144    </member>
145    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DebugCommandSetId">
146      <summary>Provides a unique identifier for the debug command set. This field is read-only.</summary>
147    </member>
148    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DebugStepBranchMenu">
149      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the debug step branch menu. This field is read-only.</summary>
150    </member>
151    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DebugStepInstanceMenu">
152      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the debug step instance menu. This field is read-only.</summary>
153    </member>
154    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DebugWorkflowGroupId">
155      <summary>Provides a unique identifier for the debug workflow group of menus. This field is read-only.</summary>
156    </member>
157    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DefaultFilter">
158      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the default filter menu. This field is read-only.</summary>
159    </member>
160    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DefaultPage">
161      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the default page menu. This field is read-only.</summary>
162    </member>
163    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DesignerActionsMenu">
164      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the designer actions menu. This field is read-only.</summary>
165    </member>
166    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.DesignerProperties">
167      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the designer properties menu. This field is read-only.</summary>
168    </member>
169    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Disable">
170      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the disable menu. This field is read-only.</summary>
171    </member>
172    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Enable">
173      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the enable menu. This field is read-only.</summary>
174    </member>
175    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.EnableBreakpointMenu">
176      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the enable breakpoint menu. This field is read-only.</summary>
177    </member>
178    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ExecutionStateMenu">
179      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the execution state menu. This field is read-only.</summary>
180    </member>
181    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Expand">
182      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the expand menu. This field is read-only.</summary>
183    </member>
184    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.FirstZoomCommand">
185      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom first menu. This field is read-only.</summary>
186    </member>
187    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.GotoDisassemblyMenu">
188      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the goto disassembly menu. This field is read-only.</summary>
189    </member>
190    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.InsertBreakpointMenu">
191      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the insert breakpoint menu. This field is read-only.</summary>
192    </member>
193    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.InsertTracePointMenu">
194      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the insert tracepoint menu. This field is read-only.</summary>
195    </member>
196    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.LastZoomCommand">
197      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom last menu. This field is read-only.</summary>
198    </member>
199    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.MenuGuid">
200      <summary>Provides a unique identifier for the menu. This field is read-only.</summary>
201    </member>
202    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.NewDataBreakpointMenu">
203      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the new data breakpoint menu. This field is read-only.</summary>
204    </member>
205    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.NewFileTracePointMenu">
206      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the new file tracepoint menu. This field is read-only.</summary>
207    </member>
208    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PageDown">
209      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the PageDown menu. This field is read-only.</summary>
210    </member>
211    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PageLayoutMenu">
212      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the page layout menu. This field is read-only.</summary>
213    </member>
214    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PageSetup">
215      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the page setup menu. This field is read-only.</summary>
216    </member>
217    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PageUp">
218      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the PageUp menu. This field is read-only.</summary>
219    </member>
220    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Pan">
221      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the pan menu. This field is read-only.</summary>
222    </member>
223    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PanMenu">
224      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the pan menu. This field is read-only.</summary>
225    </member>
226    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Print">
227      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the print menu. This field is read-only.</summary>
228    </member>
229    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PrintPreview">
230      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the print preview menu. This field is read-only.</summary>
231    </member>
232    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.PrintPreviewPage">
233      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the print preview page menu. This field is read-only.</summary>
234    </member>
235    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.RunToCursorMenu">
236      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the run to cursor menu. This field is read-only.</summary>
237    </member>
238    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.SaveAsImage">
239      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the save as image menu. This field is read-only.</summary>
240    </member>
241    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.SelectionMenu">
242      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the selection menu. This field is read-only.</summary>
243    </member>
244    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.SetNextStatementMenu">
245      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the set next statement menu. This field is read-only.</summary>
246    </member>
247    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ShowAll">
248      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the show all menu. This field is read-only.</summary>
249    </member>
250    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ShowNextStatementMenu">
251      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the show next statement menu. This field is read-only.</summary>
252    </member>
253    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ToggleBreakpointMenu">
254      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the toggle breakpoint menu. This field is read-only.</summary>
255    </member>
256    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupActions">
257      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the verb group actions menu. This field is read-only.</summary>
258    </member>
259    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupDesignerActions">
260      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the verb group designer actions menu. This field is read-only.</summary>
261    </member>
262    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupEdit">
263      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the edit verb group menu. This field is read-only.</summary>
264    </member>
265    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupGeneral">
266      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the general verb group menu. This field is read-only.</summary>
267    </member>
268    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupMisc">
269      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the miscellaneous verb group menu. This field is read-only.</summary>
270    </member>
271    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupOptions">
272      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the options verb group menu. This field is read-only.</summary>
273    </member>
274    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.VerbGroupView">
275      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the view verb group menu. This field is read-only.</summary>
276    </member>
277    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.WorkflowCommandSetId">
278      <summary>Provides a unique identifier for the workflow command set. This field is read-only.</summary>
279    </member>
280    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.WorkflowToolBar">
281      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the workflow toolbar menu. This field is read-only.</summary>
282    </member>
283    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom100Mode">
284      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 100% menu. This field is read-only.</summary>
285    </member>
286    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom150Mode">
287      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 150% menu. This field is read-only.</summary>
288    </member>
289    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom200Mode">
290      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 200% menu. This field is read-only.</summary>
291    </member>
292    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom300Mode">
293      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 300% menu. This field is read-only.</summary>
294    </member>
295    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom400Mode">
296      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 400% menu. This field is read-only.</summary>
297    </member>
298    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom50Mode">
299      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 50% menu. This field is read-only.</summary>
300    </member>
301    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.Zoom75Mode">
302      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom 75% menu. This field is read-only.</summary>
303    </member>
304    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ZoomIn">
305      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom in menu. This field is read-only.</summary>
306    </member>
307    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ZoomLevelCombo">
308      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom level combo menu. This field is read-only.</summary>
309    </member>
310    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ZoomLevelListHandler">
311      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom level list handler menu. This field is read-only.</summary>
312    </member>
313    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ZoomMenu">
314      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom menu. This field is read-only.</summary>
315    </member>
316    <member name="F:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.ZoomOut">
317      <summary>A <see cref="T:System.ComponentModel.Design.CommandID" /> that can be used to access the zoom out menu. This field is read-only.</summary>
318    </member>
319    <member name="F:System.Workflow.ComponentModel.FaultHandlerActivity.FaultTypeProperty">
320      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="P:System.Workflow.ComponentModel.FaultHandlerActivity.FaultType" /> property.</summary>
321    </member>
322    <member name="F:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer.MarkupFileNameProperty">
323      <summary>The name of the markup file to write to. </summary>
324    </member>
325    <member name="F:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.EndColumnProperty">
326      <summary>The index of the last character in the activity definition.</summary>
327    </member>
328    <member name="F:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.EndLineProperty">
329      <summary>The index of the last line in the activity definition.</summary>
330    </member>
331    <member name="F:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.StartColumnProperty">
332      <summary>The index of the first character in the activity definition.</summary>
333    </member>
334    <member name="F:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.StartLineProperty">
335      <summary>The index of the first line in the activity definition.</summary>
336    </member>
337    <member name="F:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.ClrNamespacesProperty">
338      <summary>Represents an attached <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that is used to define which assemblies to reference for custom activities.</summary>
339    </member>
340    <member name="F:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.EventsProperty">
341      <summary>Represents an attached <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that defines the names for event handler properties.</summary>
342    </member>
343    <member name="F:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.XClassProperty">
344      <summary>Represents an attached <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that defines the type name, which will be created during compilation. </summary>
345    </member>
346    <member name="F:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.XCodeProperty">
347      <summary>Represents a code example, embedded into XAML <see langword="x:Code" /> element.</summary>
348    </member>
349    <member name="F:System.Workflow.ComponentModel.SuspendActivity.ErrorProperty">
350      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="P:System.Workflow.ComponentModel.SuspendActivity.Error" /> property.</summary>
351    </member>
352    <member name="F:System.Workflow.ComponentModel.TerminateActivity.ErrorProperty">
353      <summary>Represents the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="P:System.Workflow.ComponentModel.TerminateActivity.Error" /> property. </summary>
354    </member>
355    <member name="F:System.Workflow.ComponentModel.ThrowActivity.FaultProperty">
356      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing the <see cref="P:System.Workflow.ComponentModel.ThrowActivity.Fault" /> property for this instance.</summary>
357    </member>
358    <member name="F:System.Workflow.ComponentModel.ThrowActivity.FaultTypeProperty">
359      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing the <see cref="P:System.Workflow.ComponentModel.ThrowActivity.FaultType" /> property for this instance.</summary>
360    </member>
361    <member name="F:System.Workflow.ComponentModel.WorkflowChanges.ConditionProperty">
362      <summary>Specifies the condition that must be satisfied to apply the <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" />.</summary>
363    </member>
364    <member name="F:System.Workflow.ComponentModel.WorkflowParameterBinding.ParameterNameProperty">
365      <summary>The dependency property which targets <see cref="P:System.Workflow.ComponentModel.WorkflowParameterBinding.ParameterName" />.</summary>
366    </member>
367    <member name="F:System.Workflow.ComponentModel.WorkflowParameterBinding.ValueProperty">
368      <summary>The dependency property which targets <see cref="P:System.Workflow.ComponentModel.WorkflowParameterBinding.Value" />.</summary>
369    </member>
370    <member name="F:System.Workflow.ComponentModel.WorkflowTransactionOptions.IsolationLevelProperty">
371      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing <see cref="P:System.Workflow.ComponentModel.WorkflowTransactionOptions.IsolationLevel" />.</summary>
372    </member>
373    <member name="F:System.Workflow.ComponentModel.WorkflowTransactionOptions.TimeoutDurationProperty">
374      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> representing <see cref="P:System.Workflow.ComponentModel.WorkflowTransactionOptions.TimeoutDuration" />.</summary>
375    </member>
376    <member name="M:System.Workflow.ComponentModel.Activity.#ctor">
377      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> class.  </summary>
378    </member>
379    <member name="M:System.Workflow.ComponentModel.Activity.#ctor(System.String)">
380      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> class, while initializing the <see cref="P:System.Workflow.ComponentModel.Activity.Name" />. </summary>
381      <param name="name">The name to associate with this instance. The name must conform to the variable naming conventions for the programming language that is being used in the Workflow project, and must be unique in the workflow.</param>
382      <exception cref="T:System.ArgumentNullException">
383              <paramref name="name" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
384    </member>
385    <member name="M:System.Workflow.ComponentModel.Activity.Cancel(System.Workflow.ComponentModel.ActivityExecutionContext)">
386      <summary>Called by the workflow runtime to cancel execution of an activity that is currently executing.</summary>
387      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> that contains the instance to cancel.</param>
388      <returns>The status at the end of the operation that determines whether the activity remains in the canceling state or transitions to the closed state.</returns>
389    </member>
390    <member name="M:System.Workflow.ComponentModel.Activity.Clone">
391      <summary>Creates a deep copy of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
392      <returns>A deep copy of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
393    </member>
394    <member name="M:System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext)">
395      <summary>Called by the workflow runtime to execute an activity. </summary>
396      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> to associate with this <see cref="T:System.Workflow.ComponentModel.Activity" /> and execution.</param>
397      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of the run task, which determines whether the activity remains in the executing state, or transitions to the closed state.</returns>
398    </member>
399    <member name="M:System.Workflow.ComponentModel.Activity.GetActivityByName(System.String)">
400      <summary>Returns the instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> whose name is requested from the set of all activities running under the root activity of this instance, which is within the workflow.</summary>
401      <param name="activityQualifiedName">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to search for.</param>
402      <returns>The instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> whose name is requested from the set of all activities running under the root activity of this instance.</returns>
403      <exception cref="T:System.ArgumentNullException">
404              <paramref name="activityQualifiedID" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
405    </member>
406    <member name="M:System.Workflow.ComponentModel.Activity.GetActivityByName(System.String,System.Boolean)">
407      <summary>Returns the instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> whose name is requested from the set of all activities under the root the <see cref="T:System.Workflow.ComponentModel.Activity" /> of this instance if the second parameter is <see langword="false" /> and under the current <see cref="T:System.Workflow.ComponentModel.Activity" /> if the second parameter is <see langword="true" />.</summary>
408      <param name="activityQualifiedName">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to search for.</param>
409      <param name="withinThisActivityOnly">The value that indicates whether to limit the search to activities contained within this instance.</param>
410      <returns>The instance of the <see cref="T:System.Workflow.ComponentModel.Activity" /> whose name is requested from the set of all activities under the root the <see cref="T:System.Workflow.ComponentModel.Activity" /> of this instance if the second parameter is <see langword="false" /> and under the current <see cref="T:System.Workflow.ComponentModel.Activity" /> if the second parameter is <see langword="true" />.</returns>
411      <exception cref="T:System.ArgumentNullException">
412              <paramref name="activityQualifiedID" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
413    </member>
414    <member name="M:System.Workflow.ComponentModel.Activity.HandleFault(System.Workflow.ComponentModel.ActivityExecutionContext,System.Exception)">
415      <summary>Called when an exception is raised within the context of the execution of this instance.</summary>
416      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for this instance.</param>
417      <param name="exception">The <see cref="T:System.Exception" /> that caused this fault.</param>
418      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> that results from an attempt to cancel this instance.</returns>
419      <exception cref="T:System.ArgumentNullException">
420              <paramref name="executionContext" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
421      <exception cref="T:System.ArgumentNullException">
422              <paramref name="exception" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
423    </member>
424    <member name="M:System.Workflow.ComponentModel.Activity.Initialize(System.IServiceProvider)">
425      <summary>Called by the workflow runtime to initialize an activity during the construction of a new workflow instance. This method is called during the construction of a dynamic <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</summary>
426      <param name="provider">The <see cref="T:System.IServiceProvider" /> that provides the initialization service.</param>
427      <exception cref="T:System.ArgumentNullException">
428              <paramref name="provider" /> is a null reference (<see langword="Nothing " />in Visual Basic).</exception>
429    </member>
430    <member name="M:System.Workflow.ComponentModel.Activity.Invoke``1(System.EventHandler{``0},``0)">
431      <summary>Subscribes an <see cref="T:System.EventHandler" /> and invokes that delegate.</summary>
432      <param name="handler">The <see cref="T:System.EventHandler" /> to be invoked.</param>
433      <param name="e">The <see cref="T:System.EventArgs" /> to associate with this event</param>
434      <typeparam name="T">The specified type.</typeparam>
435    </member>
436    <member name="M:System.Workflow.ComponentModel.Activity.Invoke``1(System.Workflow.ComponentModel.IActivityEventListener{``0},``0)">
437      <summary>Subscribes an <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> and invokes that delegate.</summary>
438      <param name="eventListener">The <see cref="T:System.Workflow.ComponentModel.IActivityEventListener`1" /> to be invoked.</param>
439      <param name="e">The <see cref="T:System.EventArgs" /> to associate with this event</param>
440      <typeparam name="T">The specified type.</typeparam>
441    </member>
442    <member name="M:System.Workflow.ComponentModel.Activity.Load(System.IO.Stream,System.Workflow.ComponentModel.Activity)">
443      <summary>Loads an instance of an <see cref="T:System.Workflow.ComponentModel.Activity" /> from a <see cref="T:System.IO.Stream" />.</summary>
444      <param name="stream">The <see cref="T:System.IO.Stream" /> from which to load.</param>
445      <param name="outerActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the context for the deserialized <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
446      <returns>An instance of an <see cref="T:System.Workflow.ComponentModel.Activity" /> from a <see cref="T:System.IO.Stream" />.</returns>
447      <exception cref="T:System.ArgumentNullException">
448              <paramref name="stream" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
449    </member>
450    <member name="M:System.Workflow.ComponentModel.Activity.Load(System.IO.Stream,System.Workflow.ComponentModel.Activity,System.Runtime.Serialization.IFormatter)">
451      <summary>Loads an instance of an <see cref="T:System.Workflow.ComponentModel.Activity" /> from a <see cref="T:System.IO.Stream" /> using the custom <see cref="T:System.Runtime.Serialization.IFormatter" /> for deserialization.</summary>
452      <param name="stream">The target <see cref="T:System.IO.Stream" /> of the load operation.</param>
453      <param name="outerActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns the context for the deserialized <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
454      <param name="formatter">The <see cref="T:System.Runtime.Serialization.IFormatter" /> used to read from the <see cref="T:System.IO.Stream" />.</param>
455      <returns>An instance of an <see cref="T:System.Workflow.ComponentModel.Activity" /> from a <see cref="T:System.IO.Stream" />.</returns>
456      <exception cref="T:System.ArgumentNullException">
457              <paramref name="stream" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
458      <exception cref="T:System.ArgumentNullException">
459              <paramref name="formatter" /> is a null reference (<see langword="Nothing" />).</exception>
460    </member>
461    <member name="M:System.Workflow.ComponentModel.Activity.OnActivityExecutionContextLoad(System.IServiceProvider)">
462      <summary>Called by the workflow runtime whenever an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> is loaded. For example, this method is called during the creation of an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> as well as every time the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> is reincarnated when a workflow instance is loaded from persistent storage.</summary>
463      <param name="provider">The <see cref="T:System.IServiceProvider" /> that provides the service.</param>
464    </member>
465    <member name="M:System.Workflow.ComponentModel.Activity.OnActivityExecutionContextUnload(System.IServiceProvider)">
466      <summary>Called by the workflow runtime whenever an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> is unloaded. For example, this method is called during completion of an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> as well as every time the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> is unloaded when a workflow instance is persisted.</summary>
467      <param name="provider">The <see cref="T:System.IServiceProvider" /> that provides the service.</param>
468    </member>
469    <member name="M:System.Workflow.ComponentModel.Activity.OnClosed(System.IServiceProvider)">
470      <summary>Called by the workflow runtime as part of the activity's transition to the closed state.</summary>
471      <param name="provider">The <see cref="T:System.IServiceProvider" /> that provides the service.</param>
472    </member>
473    <member name="M:System.Workflow.ComponentModel.Activity.RaiseEvent(System.Workflow.ComponentModel.DependencyProperty,System.Object,System.EventArgs)">
474      <summary>Raises an <see cref="F:System.Reflection.MemberTypes.Event" /> associated with the specified dependency property.</summary>
475      <param name="dependencyEvent">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated with this <see cref="F:System.Reflection.MemberTypes.Event" />.</param>
476      <param name="sender">The <see cref="T:System.Object" /> source of the <see cref="F:System.Reflection.MemberTypes.Event" />.</param>
477      <param name="e">The <see cref="T:System.EventArgs" /> associated with the <see cref="F:System.Reflection.MemberTypes.Event" />.</param>
478    </member>
479    <member name="M:System.Workflow.ComponentModel.Activity.RaiseGenericEvent``1(System.Workflow.ComponentModel.DependencyProperty,System.Object,``0)">
480      <summary>Raises the event associated with the referenced <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
481      <param name="dependencyEvent">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated with this <see cref="F:System.Reflection.MemberTypes.Event" />.</param>
482      <param name="sender">The <see cref="T:System.Object" /> source of the event.</param>
483      <param name="e">The <see cref="T:System.EventArgs" /> associated with the <see cref="F:System.Reflection.MemberTypes.Event" />.</param>
484      <typeparam name="T">The specified type.</typeparam>
485    </member>
486    <member name="M:System.Workflow.ComponentModel.Activity.RegisterForStatusChange(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs})">
487      <summary>Registers the specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> for the status change event.</summary>
488      <param name="dependencyProp">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to register.</param>
489      <param name="activityStatusChangeListener">The object that implements the Event Listener interface for this registration.</param>
490      <exception cref="T:System.ArgumentException">
491              <paramref name="dependencyProp" /> is not one of the following:
492                  <see cref="F:System.Workflow.ComponentModel.Activity.ExecutingEvent" />
493
494                  <see cref="F:System.Workflow.ComponentModel.Activity.CancelingEvent" />
495
496                  <see cref="F:System.Workflow.ComponentModel.Activity.ClosedEvent" />
497
498                  <see cref="F:System.Workflow.ComponentModel.Activity.CompensatingEvent" />
499
500                  <see cref="F:System.Workflow.ComponentModel.Activity.FaultingEvent" />
501
502                  <see cref="F:System.Workflow.ComponentModel.Activity.StatusChangedEvent" />
503                </exception>
504    </member>
505    <member name="M:System.Workflow.ComponentModel.Activity.Save(System.IO.Stream)">
506      <summary>Writes the <see cref="T:System.Workflow.ComponentModel.Activity" /> to a <see cref="T:System.IO.Stream" /> for persistence.</summary>
507      <param name="stream">The <see cref="T:System.IO.Stream" /> to which to save the <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
508      <exception cref="T:System.ArgumentNullException">
509              <paramref name="stream" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
510    </member>
511    <member name="M:System.Workflow.ComponentModel.Activity.Save(System.IO.Stream,System.Runtime.Serialization.IFormatter)">
512      <summary>Writes the <see cref="T:System.Workflow.ComponentModel.Activity" /> to a <see cref="T:System.IO.Stream" /> for persistence using the custom <see cref="T:System.Runtime.Serialization.IFormatter" /> provided for serialization.</summary>
513      <param name="stream">The target <see cref="T:System.IO.Stream" /> of the save operation.</param>
514      <param name="formatter">The binary or custom <see cref="T:System.Runtime.Serialization.IFormatter" /> for the serialization.</param>
515      <exception cref="T:System.ArgumentNullException">
516              <paramref name="stream" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
517      <exception cref="T:System.ArgumentNullException">
518              <paramref name="formatter" /> is a null reference (<see langword="Nothing" />).</exception>
519      <exception cref="T:System.InvalidOperationException">This instance is in design mode.</exception>
520    </member>
521    <member name="M:System.Workflow.ComponentModel.Activity.ToString">
522      <summary>Provides a string that represents this instance.</summary>
523      <returns>This instance.</returns>
524    </member>
525    <member name="M:System.Workflow.ComponentModel.Activity.TrackData(System.Object)">
526      <summary>Informs the run-time tracking infrastructure of pending tracking information.</summary>
527      <param name="userData">
528            <see cref="T:System.Object" /> that contains the tracking information.</param>
529      <exception cref="T:System.ArgumentNullException">
530              <paramref name="userData" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
531    </member>
532    <member name="M:System.Workflow.ComponentModel.Activity.TrackData(System.String,System.Object)">
533      <summary>Informs the run-time tracking infrastructure of pending tracking information.</summary>
534      <param name="userDataKey">The key to the user data that has changed.</param>
535      <param name="userData">
536            <see cref="T:System.Object" /> that contains the tracking information.</param>
537      <exception cref="T:System.ArgumentNullException">
538              <paramref name="userData" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
539    </member>
540    <member name="M:System.Workflow.ComponentModel.Activity.Uninitialize(System.IServiceProvider)">
541      <summary>When overridden in a derived class, provides un-initialization by a service provider for the activity. </summary>
542      <param name="provider">The <see cref="T:System.IServiceProvider" /> that provides the service.</param>
543    </member>
544    <member name="M:System.Workflow.ComponentModel.Activity.UnregisterForStatusChange(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.IActivityEventListener{System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs})">
545      <summary>Un-registers the specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> for the status change event.</summary>
546      <param name="dependencyProp">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to un-register.</param>
547      <param name="activityStatusChangeListener">The object that implements the Event Listener interface for this registration.</param>
548      <exception cref="T:System.ArgumentException">
549              <paramref name="dependencyProp" /> is not one of the following:
550                  <see cref="F:System.Workflow.ComponentModel.Activity.ExecutingEvent" />
551
552                  <see cref="F:System.Workflow.ComponentModel.Activity.CancelingEvent" />
553
554                  <see cref="F:System.Workflow.ComponentModel.Activity.ClosedEvent" />
555
556                  <see cref="F:System.Workflow.ComponentModel.Activity.CompensatingEvent" />
557
558                  <see cref="F:System.Workflow.ComponentModel.Activity.FaultingEvent" />
559
560                  <see cref="F:System.Workflow.ComponentModel.Activity.StatusChangedEvent" />
561                </exception>
562    </member>
563    <member name="M:System.Workflow.ComponentModel.ActivityBind.#ctor">
564      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> class.  </summary>
565    </member>
566    <member name="M:System.Workflow.ComponentModel.ActivityBind.#ctor(System.String)">
567      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> class with the <paramref name="name" /> parameter.</summary>
568      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
569    </member>
570    <member name="M:System.Workflow.ComponentModel.ActivityBind.#ctor(System.String,System.String)">
571      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> class with <paramref name="name" /> and <paramref name="path" /> parameters.</summary>
572      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
573      <param name="path">The path of the new <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</param>
574    </member>
575    <member name="M:System.Workflow.ComponentModel.ActivityBind.GetRuntimeValue(System.Workflow.ComponentModel.Activity)">
576      <summary>Gets the <see cref="T:System.Object" /> representing the run-time value of this <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</summary>
577      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns this bind.</param>
578      <returns>The <see cref="T:System.Object" /> representing the run-time value of this <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</returns>
579      <exception cref="T:System.ArgumentNullException">
580              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
581    </member>
582    <member name="M:System.Workflow.ComponentModel.ActivityBind.GetRuntimeValue(System.Workflow.ComponentModel.Activity,System.Type)">
583      <summary>Gets the <see cref="T:System.Object" /> representing the run-time value of this <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</summary>
584      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that owns this bind.</param>
585      <param name="targetType">The <see cref="T:System.Type" /> of the object if a <see cref="T:System.Delegate" />; otherwise a null reference (<see langword="Nothing" /> in Visual Basic). <paramref name="activity" /> is null.</param>
586      <returns>The <see cref="T:System.Object" /> representing the run-time value of this <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</returns>
587      <exception cref="T:System.ArgumentNullException">
588              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
589    </member>
590    <member name="M:System.Workflow.ComponentModel.ActivityBind.ProvideValue(System.IServiceProvider)">
591      <summary>Returns the current instance of this class. </summary>
592      <param name="provider">An <see cref="T:System.IServiceProvider" />.</param>
593      <returns>The current instance of this class. </returns>
594    </member>
595    <member name="M:System.Workflow.ComponentModel.ActivityBind.SetRuntimeValue(System.Workflow.ComponentModel.Activity,System.Object)">
596      <summary>Sets the run-time value.</summary>
597      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> owning this bind.</param>
598      <param name="value">The <see cref="T:System.Object" /> to set the run-time value to.</param>
599      <exception cref="T:System.ArgumentNullException">
600              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
601    </member>
602    <member name="M:System.Workflow.ComponentModel.ActivityBind.ToString">
603      <summary>Calculates and returns a combination of the <see cref="P:System.Workflow.ComponentModel.ActivityBind.Name" /> and <see cref="P:System.Workflow.ComponentModel.ActivityBind.Path" /> property strings.</summary>
604      <returns>A combination of the <see cref="P:System.Workflow.ComponentModel.ActivityBind.Name" /> and <see cref="P:System.Workflow.ComponentModel.ActivityBind.Path" /> property strings.</returns>
605    </member>
606    <member name="M:System.Workflow.ComponentModel.ActivityChangeAction.#ctor">
607      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityChangeAction" /> class.  </summary>
608    </member>
609    <member name="M:System.Workflow.ComponentModel.ActivityChangeAction.#ctor(System.Workflow.ComponentModel.CompositeActivity)">
610      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityChangeAction" /> class, initializing the associated <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</summary>
611      <param name="compositeActivity">The <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> associated with the change.</param>
612      <exception cref="T:System.ArgumentNullException">
613              <paramref name="compositeActivity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
614    </member>
615    <member name="M:System.Workflow.ComponentModel.ActivityChangeAction.ValidateChanges(System.Workflow.ComponentModel.Activity)">
616      <summary>Validates the changes pending on the target activity.</summary>
617      <param name="contextActivity">The activity to have its changes validated.</param>
618      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains any <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> resulting from running each <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> defined for the target activity.</returns>
619      <exception cref="T:System.ArgumentNullException">
620              <paramref name="contextActivity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
621    </member>
622    <member name="M:System.Workflow.ComponentModel.ActivityCollection.#ctor(System.Workflow.ComponentModel.Activity)">
623      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityCollection" /> class, initializing an owner <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
624      <param name="owner">The <see cref="T:System.Workflow.ComponentModel.Activity" /> designated as owning this instance.</param>
625      <exception cref="T:System.ArgumentNullException">
626              <paramref name="owner" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
627      <exception cref="T:System.ArgumentException">
628              <paramref name="owner" /> is not a descendent of <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
629    </member>
630    <member name="M:System.Workflow.ComponentModel.ActivityCollection.Add(System.Workflow.ComponentModel.Activity)">
631      <summary>Adds the <see cref="T:System.Workflow.ComponentModel.Activity" /> to the <see cref="T:System.Collections.ICollection" />.</summary>
632      <param name="item">The <see cref="T:System.Workflow.ComponentModel.Activity" /> to be added to the <see cref="T:System.Collections.ICollection" />.</param>
633    </member>
634    <member name="M:System.Workflow.ComponentModel.ActivityCollection.Clear">
635      <summary>Removes every <see cref="T:System.Workflow.ComponentModel.Activity" /> from the <see cref="T:System.Collections.ICollection" />.</summary>
636    </member>
637    <member name="M:System.Workflow.ComponentModel.ActivityCollection.Contains(System.Workflow.ComponentModel.Activity)">
638      <summary>Provides a test for membership of the <see cref="T:System.Workflow.ComponentModel.Activity" /> in the <see cref="T:System.Collections.ICollection" />.</summary>
639      <param name="item">The <see cref="T:System.Workflow.ComponentModel.Activity" /> being tested for membership.</param>
640      <returns>
641          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Activity" /> belongs to the <see cref="T:System.Collections.ICollection" />; otherwise, <see langword="false" />.</returns>
642    </member>
643    <member name="M:System.Workflow.ComponentModel.ActivityCollection.GetEnumerator">
644      <summary>Implements an enumeration interface to the <see cref="T:System.Collections.ICollection" />.  </summary>
645      <returns>Returns an enumerator that can iterate through the <see cref="T:System.Collections.ReadOnlyCollectionBase" /> instance. </returns>
646    </member>
647    <member name="M:System.Workflow.ComponentModel.ActivityCollection.IndexOf(System.Workflow.ComponentModel.Activity)">
648      <summary>Gets the index of the <see cref="T:System.Workflow.ComponentModel.Activity" /> in the <see cref="T:System.Collections.ICollection" />.</summary>
649      <param name="item">The activity for which to acquire the index. </param>
650      <returns>The index of the <see cref="T:System.Workflow.ComponentModel.Activity" /> in the <see cref="T:System.Collections.ICollection" />. Otherwise -1 (if <see cref="T:System.Workflow.ComponentModel.Activity" /> is not in the <see cref="T:System.Collections.ICollection" />).</returns>
651    </member>
652    <member name="M:System.Workflow.ComponentModel.ActivityCollection.Insert(System.Int32,System.Workflow.ComponentModel.Activity)">
653      <summary>Inserts the item at the index in the <see cref="T:System.Collections.ICollection" />. </summary>
654      <param name="index">Zero-based index of the collection at which to insert the item.</param>
655      <param name="item">The <see cref="T:System.Workflow.ComponentModel.Activity" /> to be inserted into the collection.</param>
656    </member>
657    <member name="M:System.Workflow.ComponentModel.ActivityCollection.Remove(System.Workflow.ComponentModel.Activity)">
658      <summary>Removes the activity specified in the call from the <see cref="T:System.Collections.ICollection" />.</summary>
659      <param name="item">The activity to remove from the <see cref="T:System.Collections.ICollection" />.</param>
660      <returns>
661          <see langword="true" /> if the operation succeeded; otherwise, <see langword="false" />.</returns>
662    </member>
663    <member name="M:System.Workflow.ComponentModel.ActivityCollection.RemoveAt(System.Int32)">
664      <summary>Removes the <see cref="T:System.Workflow.ComponentModel.Activity" /> in the <see cref="T:System.Collections.ICollection" /> at the specified <paramref name="index" />.</summary>
665      <param name="index">Position in a zero-based index to remove the activity from the collection.</param>
666    </member>
667    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#Add(System.Workflow.ComponentModel.Activity)">
668      <summary>Adds an object to the <see cref="T:System.Collections.IList" /> at the end of the <see cref="T:System.Collections.IList" />.</summary>
669      <param name="item">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param>
670    </member>
671    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#Clear">
672      <summary>Clears all activities from the <see cref="T:System.Collections.IList" />.</summary>
673    </member>
674    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#Contains(System.Workflow.ComponentModel.Activity)">
675      <summary>Gets a value that indicates whether the <see cref="T:System.Object" /> is a member of the collection.</summary>
676      <param name="item">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />. </param>
677      <returns>
678          <see langword="true" /> if value is in the collection; otherwise, <see langword="false" />.</returns>
679    </member>
680    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#CopyTo(System.Workflow.ComponentModel.Activity[],System.Int32)">
681      <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
682      <param name="array">The <see cref="T:System.Array" /> which is the target of the copy operation.</param>
683      <param name="arrayIndex">The zero-based index within the <see cref="T:System.Collections.ICollection" /> where the copy starts.</param>
684      <exception cref="T:System.ArgumentNullException">
685              <paramref name="array" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
686      <exception cref="T:System.ArgumentOutOfRangeException">
687              <paramref name="index" /> is less than zero.</exception>
688      <exception cref="T:System.ArgumentException">
689              <paramref name="array" /> is multidimensional.
690              <paramref name="index" /> is equal to or greater than the length of <paramref name="array" />.The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination array.</exception>
691      <exception cref="T:System.InvalidCastException">The type <see cref="T:System.Workflow.ComponentModel.Activity" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
692    </member>
693    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#Remove(System.Workflow.ComponentModel.Activity)">
694      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />. </summary>
695      <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />. </param>
696      <returns>
697          <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />. </returns>
698      <exception cref="T:System.NotSupportedException">The <see langword="ICollection" /> is read-only.</exception>
699    </member>
700    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#IEnumerable{System#Workflow#ComponentModel#Activity}#GetEnumerator">
701      <summary>Returns an enumerator that iterates through the collection. </summary>
702      <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns>
703    </member>
704    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#IList{System#Workflow#ComponentModel#Activity}#IndexOf(System.Workflow.ComponentModel.Activity)">
705      <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary>
706      <param name="item">The object to locate in the <see cref="T:System.Collections.IList" />.</param>
707      <returns>The index of <paramref name="item" /> if found in the list; otherwise, -1. </returns>
708    </member>
709    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#IList{System#Workflow#ComponentModel#Activity}#Insert(System.Int32,System.Workflow.ComponentModel.Activity)">
710      <summary>Inserts an <see cref="T:System.Object" /> into the <see cref="T:System.Collections.IList" /> at the zero-based index specified.</summary>
711      <param name="index">The zero-based position of the insertion.</param>
712      <param name="item">The object to insert. It must be of type <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
713    </member>
714    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#IList{System#Workflow#ComponentModel#Activity}#RemoveAt(System.Int32)">
715      <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary>
716      <param name="index">The zero-based index of the item to remove.</param>
717      <exception cref="T:System.ArgumentOutOfRangeException">
718              <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
719      <exception cref="T:System.NotSupportedException">The <see langword="ICollection" /> is read-only.</exception>
720    </member>
721    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
722      <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
723      <param name="array">The <see cref="T:System.Array" /> which is the target of the copy operation.</param>
724      <param name="index">The zero-based index within the <see cref="T:System.Collections.ICollection" /> where the copy starts.</param>
725    </member>
726    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IEnumerable#GetEnumerator">
727      <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> that iterates through the underlying <see cref="T:System.Collections.IList" />.</summary>
728      <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
729    </member>
730    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Add(System.Object)">
731      <summary>Adds an object to the <see cref="T:System.Collections.IList" /> at the end of the <see cref="T:System.Collections.IList" />.</summary>
732      <param name="value">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param>
733      <returns>Returns <see cref="T:System.Int32" />.The zero-based index of the <see cref="T:System.Object" /> that was just added.</returns>
734    </member>
735    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Clear">
736      <summary>Removes all <see cref="T:System.Workflow.ComponentModel.Activity" /> from the <see cref="T:System.Collections.ICollection" />.</summary>
737    </member>
738    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Contains(System.Object)">
739      <summary>Gets a value that indicates whether the <see cref="T:System.Object" /> is a member of the collection.</summary>
740      <param name="value">The <see cref="T:System.Object" /> to locate in the <see cref="T:System.Collections.IList" />. </param>
741      <returns>Returns <see cref="T:System.Boolean" /><see langword="true" /> if <paramref name="value" /> is in the collection; otherwise, <see langword="false" />.</returns>
742    </member>
743    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#IndexOf(System.Object)">
744      <summary>Gets the zero-based index of the <see cref="T:System.Object" /> in the underlying activities collection.</summary>
745      <param name="value">The <see cref="T:System.Object" /> to be indexed.</param>
746      <returns>The zero-based index of the <paramref name="value" /> in the underlying activities collection or -1 if not found in the collection.</returns>
747      <exception cref="T:System.ArgumentException">The <paramref name="value" /> is not of type <see cref="T:System.Workflow.ComponentModel.Activity" /> and the exception object contains "Error_InvalidListItem" error message.</exception>
748    </member>
749    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
750      <summary>Inserts an <see cref="T:System.Object" /> into the <see cref="T:System.Collections.IList" /> at the zero-based index specified.</summary>
751      <param name="index">The zero-based position of the insertion.</param>
752      <param name="value">The object to insert. It must be of type <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
753    </member>
754    <member name="M:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Remove(System.Object)">
755      <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
756      <param name="value">The <see cref="T:System.Object" /> to remove from the <see cref="T:System.Collections.IList" />.</param>
757      <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.IList" /> is read-only.
758              <see cref="T:System.Collections.IList" /> has a fixed size.</exception>
759    </member>
760    <member name="M:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.#ctor(System.Int32,System.Collections.Generic.ICollection{System.Workflow.ComponentModel.Activity},System.Collections.Generic.ICollection{System.Workflow.ComponentModel.Activity},System.Object,System.Workflow.ComponentModel.ActivityCollectionChangeAction)">
761      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> class.  </summary>
762      <param name="index">The index of the change within the subject <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />.</param>
763      <param name="removedItems">A strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each removed <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
764      <param name="addedItems">A strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each added <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
765      <param name="owner">The <see cref="T:System.Object" /> which originated the event.</param>
766      <param name="action">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeAction" /> corresponding to the event.</param>
767    </member>
768    <member name="M:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.#ctor(System.Int32,System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.Activity,System.Object,System.Workflow.ComponentModel.ActivityCollectionChangeAction)">
769      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> class.  </summary>
770      <param name="index">The index of the change within the subject <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />.</param>
771      <param name="removedActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> which was removed from the collection.</param>
772      <param name="addedActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> which was added to the collection.</param>
773      <param name="owner">The <see cref="T:System.Object" /> which originated the event.</param>
774      <param name="action">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeAction" /> corresponding to the event.</param>
775    </member>
776    <member name="M:System.Workflow.ComponentModel.ActivityCondition.#ctor">
777      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ActivityCondition" /> class.  </summary>
778    </member>
779    <member name="M:System.Workflow.ComponentModel.ActivityCondition.Evaluate(System.Workflow.ComponentModel.Activity,System.IServiceProvider)">
780      <summary>Evaluates the underlying condition. </summary>
781      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with this condition.</param>
782      <param name="provider">The <see cref="T:System.IServiceProvider" /> for this condition evaluation.</param>
783      <returns>The <see langword="Boolean" /> resulting from evaluating the underlying expression.</returns>
784    </member>
785    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.CancelActivity(System.Workflow.ComponentModel.Activity)">
786      <summary>Called by a composite activity to schedule the cancellation of a child activity. The workflow runtime disallows cancellation of a child activity that is not in the <see cref="E:System.Workflow.ComponentModel.Activity.Executing" /> state.</summary>
787      <param name="activity">The canceled <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
788      <exception cref="T:System.ArgumentNullException">
789              <paramref name="activity" /> is <see langword="null" />.</exception>
790      <exception cref="T:System.ArgumentException">
791              <paramref name="activity" /> is not a valid child of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />. This means that either the argument is equal to the associated <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" /> or that the argument is not in the commented state and is a child of the <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" /> associated with this <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</exception>
792      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> has been disposed.</exception>
793      <exception cref="T:System.InvalidOperationException">
794              <paramref name="activity" /> is not in the <see cref="E:System.Workflow.ComponentModel.Activity.Executing" /> state.</exception>
795    </member>
796    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.CloseActivity">
797      <summary>Indicates to the workflow runtime that the currently executing activity should transition to the <see cref="E:System.Workflow.ComponentModel.Activity.Closed" /> state.</summary>
798      <exception cref="T:System.InvalidOperationException">The status of the associated <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" /> is not equal to <see cref="E:System.Workflow.ComponentModel.Activity.Executing" /> or <see cref="E:System.Workflow.ComponentModel.Activity.Canceling" /> or <see cref="E:System.Workflow.ComponentModel.Activity.Compensating" /> or <see cref="E:System.Workflow.ComponentModel.Activity.Closed" />.</exception>
799      <exception cref="T:System.ObjectDisposedException">The disposed <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</exception>
800    </member>
801    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.ExecuteActivity(System.Workflow.ComponentModel.Activity)">
802      <summary>Called by a composite activity to schedule the execution of a child activity. The workflow runtime disallows execution of a child activity that is not in the initialized state.</summary>
803      <param name="activity">The executed <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
804      <exception cref="T:System.ArgumentNullException">
805              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
806      <exception cref="T:System.ArgumentException">
807              <paramref name="activity" /> is not a valid child of the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />. This means that either the argument is equal to the associated <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" /> or that the argument is not in the commented state and is a child of the <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" /> associated with this <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</exception>
808      <exception cref="T:System.InvalidOperationException">The status is neither initialized nor <see cref="E:System.Workflow.ComponentModel.Activity.Closed" />.</exception>
809      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> has been disposed.</exception>
810    </member>
811    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.GetService(System.Type)">
812      <summary>Returns a service of the specified type.</summary>
813      <param name="serviceType">The <see cref="T:System.Type" /> of the service.</param>
814      <returns>A service <see cref="T:System.Object" /> of the specified <see cref="T:System.Type" />.</returns>
815      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> has been disposed.</exception>
816    </member>
817    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.GetService``1">
818      <summary>Returns a service provider of the specified <see cref="T:System.Type" />.</summary>
819      <typeparam name="T">The specified type for which the provider is to be returned.</typeparam>
820      <returns>A service provider <see cref="T:System.Object" /> of the specified <see cref="T:System.Type" />.</returns>
821      <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> has been disposed.</exception>
822    </member>
823    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.System#IDisposable#Dispose">
824      <summary>Releases all resources used by the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />. </summary>
825    </member>
826    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.TrackData(System.Object)">
827      <summary>Invokes the track method for the associated <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" />.</summary>
828      <param name="userData">An object that specifies the data to track.</param>
829      <exception cref="T:System.ArgumentNullException">If <paramref name="userData" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
830      <exception cref="T:System.ObjectDisposedException">If the <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with this instance is a null reference (<see langword="Nothing" />).</exception>
831    </member>
832    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContext.TrackData(System.String,System.Object)">
833      <summary>Invokes the track method for the associated <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity" />.</summary>
834      <param name="userDataKey">The member of <paramref name="userData" /> to track.</param>
835      <param name="userData">The data to track.</param>
836      <exception cref="T:System.ArgumentNullException">If <paramref name="userData" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
837      <exception cref="T:System.ObjectDisposedException">If the <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with this instance is a null reference (<see langword="Nothing" />).</exception>
838    </member>
839    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContextManager.CompleteExecutionContext(System.Workflow.ComponentModel.ActivityExecutionContext)">
840      <summary>Marks an execution context as completed.</summary>
841      <param name="childContext">The designated <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</param>
842      <exception cref="T:System.ArgumentNullException">
843              <paramref name="childContext" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
844      <exception cref="T:System.ArgumentException">
845              <paramref name="childContext" /> is not contained in this instance's <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContextManager.ExecutionContexts" />.</exception>
846    </member>
847    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContextManager.CompleteExecutionContext(System.Workflow.ComponentModel.ActivityExecutionContext,System.Boolean)">
848      <summary>Marks an execution context as completed.</summary>
849      <param name="childContext">The designated <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</param>
850      <param name="forcePersist">
851            <see langword="Boolean" /> that indicates whether the completed context will be persisted.</param>
852      <exception cref="T:System.ArgumentNullException">
853              <paramref name="childContext" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
854      <exception cref="T:System.ArgumentException">
855              <paramref name="childContext" /> is not contained in this instance's <see cref="P:System.Workflow.ComponentModel.ActivityExecutionContextManager.ExecutionContexts" />.</exception>
856    </member>
857    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContextManager.CreateExecutionContext(System.Workflow.ComponentModel.Activity)">
858      <summary>Creates an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for the designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
859      <param name="activity">The designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
860      <returns>The created <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for the designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
861      <exception cref="T:System.ArgumentNullException">
862              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
863      <exception cref="T:System.ArgumentException">
864              <paramref name="activity" /> is not a valid child activity of owner of this context.</exception>
865    </member>
866    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContextManager.GetExecutionContext(System.Workflow.ComponentModel.Activity)">
867      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> associated with the designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
868      <param name="activity">The designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
869      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> associated with the designated <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
870      <exception cref="T:System.ArgumentNullException">
871              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual basic).</exception>
872    </member>
873    <member name="M:System.Workflow.ComponentModel.ActivityExecutionContextManager.GetPersistedExecutionContext(System.Guid)">
874      <summary>Retrieves the persisted <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> corresponding to the designated <see cref="T:System.Guid" />.</summary>
875      <param name="contextGuid">The designated <see cref="T:System.Guid" />.</param>
876      <returns>The persisted <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> corresponding to the designated <see cref="T:System.Guid" />.</returns>
877    </member>
878    <member name="M:System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs.ToString">
879      <summary>Provides a <see cref="T:System.String" /> representing the current instance.</summary>
880      <returns>A <see cref="T:System.String" /> representing the current instance.</returns>
881    </member>
882    <member name="M:System.Workflow.ComponentModel.AddedActivityAction.#ctor">
883      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.AddedActivityAction" /> class. </summary>
884    </member>
885    <member name="M:System.Workflow.ComponentModel.AddedActivityAction.#ctor(System.Workflow.ComponentModel.CompositeActivity,System.Workflow.ComponentModel.Activity)">
886      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.AddedActivityAction" /> class by using a specified activity and composite activity.</summary>
887      <param name="compositeActivity">The <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that the <see cref="T:System.Workflow.ComponentModel.AddedActivityAction" /> is based on.</param>
888      <param name="activityAdded">The <see cref="T:System.Workflow.ComponentModel.Activity" /> added to the workflow.</param>
889      <exception cref="T:System.ArgumentNullException">
890              <paramref name="compositeActivity" /> or <paramref name="activityAdded" /> are a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
891    </member>
892    <member name="M:System.Workflow.ComponentModel.AlternateFlowActivityAttribute.#ctor">
893      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.AlternateFlowActivityAttribute" /> class. </summary>
894    </member>
895    <member name="M:System.Workflow.ComponentModel.CancellationHandlerActivity.#ctor">
896      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CancellationHandlerActivity" /> class.  </summary>
897    </member>
898    <member name="M:System.Workflow.ComponentModel.CancellationHandlerActivity.#ctor(System.String)">
899      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CancellationHandlerActivity" /> class using the name of the activity. </summary>
900      <param name="name">The user-defined name of the activity.</param>
901    </member>
902    <member name="M:System.Workflow.ComponentModel.CancellationHandlerActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
903      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
904      <param name="sender">The object that raised the event.</param>
905      <param name="e">The previously typed event arguments.</param>
906    </member>
907    <member name="M:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity.#ctor">
908      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity" /> class. </summary>
909    </member>
910    <member name="M:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity.#ctor(System.String)">
911      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity" /> class using the name of the activity.</summary>
912      <param name="name">The user-defined name of the activity.</param>
913    </member>
914    <member name="M:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
915      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
916      <param name="sender">The object that raised the event.</param>
917      <param name="e">The previously typed event arguments.</param>
918    </member>
919    <member name="M:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity.System#Workflow#ComponentModel#ICompensatableActivity#Compensate(System.Workflow.ComponentModel.ActivityExecutionContext)">
920      <summary>Called by the workflow runtime to compensate an activity that is in the <see cref="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Closed" /> state. The activity must have a value of <see cref="F:System.Workflow.ComponentModel.ActivityExecutionResult.Succeeded" /> for its <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionResult" /> property in order to be compensatable. </summary>
921      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for the operation.</param>
922      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> after operation has been tried. </returns>
923    </member>
924    <member name="M:System.Workflow.ComponentModel.CompensateActivity.#ctor">
925      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensateActivity" /> class.</summary>
926    </member>
927    <member name="M:System.Workflow.ComponentModel.CompensateActivity.#ctor(System.String)">
928      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensateActivity" /> class using the name of the activity.</summary>
929      <param name="name">The user-defined name of the activity.</param>
930    </member>
931    <member name="M:System.Workflow.ComponentModel.CompensateActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
932      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
933      <param name="sender">The object that raised the event.</param>
934      <param name="e">The previously typed event arguments.</param>
935    </member>
936    <member name="M:System.Workflow.ComponentModel.CompensationHandlerActivity.#ctor">
937      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensationHandlerActivity" /> class.  </summary>
938    </member>
939    <member name="M:System.Workflow.ComponentModel.CompensationHandlerActivity.#ctor(System.String)">
940      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompensationHandlerActivity" /> class using the name of the activity.</summary>
941      <param name="name">A string that contains the name of this instance.</param>
942      <exception cref="T:System.ArgumentNullException">
943              <paramref name="activityName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
944    </member>
945    <member name="M:System.Workflow.ComponentModel.CompensationHandlerActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
946      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
947      <param name="sender">The object that raised the event.</param>
948      <param name="e">The previously typed event arguments.</param>
949    </member>
950    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator.#ctor">
951      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator" /> class.  </summary>
952    </member>
953    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator.GenerateCode(System.Workflow.ComponentModel.Compiler.CodeGenerationManager,System.Object)">
954      <summary>Generates code for the specified <see cref="T:System.Object" /> using the specific <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" />.</summary>
955      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" /> to use in the code generation.</param>
956      <param name="obj">The <see cref="T:System.Object" /> to generate the code for.</param>
957      <exception cref="T:System.ArgumentNullException">
958              <paramref name="manager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
959      <exception cref="T:System.ArgumentNullException">
960              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
961      <exception cref="T:System.ArgumentException">
962              <paramref name="obj" /> cannot be cast to type <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
963    </member>
964    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator.GetCodeTypeDeclaration(System.Workflow.ComponentModel.Compiler.CodeGenerationManager,System.String)">
965      <summary>Returns the code type declaration for the workflow that is currently being compiled. </summary>
966      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" /> to use in the code generation.</param>
967      <param name="fullClassName">The fully qualified class name of the workflow that is currently being compiled.</param>
968      <returns>The <see cref="T:System.CodeDom.CodeTypeDeclaration" /> for the workflow that is currently being compiled.</returns>
969    </member>
970    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute.#ctor(System.String)">
971      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute" /> class, also initializing the <see cref="P:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute.CodeGeneratorTypeName" />. </summary>
972      <param name="codeGeneratorTypeName">The specified value for <see cref="P:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute.CodeGeneratorTypeName" />.</param>
973      <exception cref="T:System.ArgumentNullException">
974              <paramref name="codeGeneratorTypeName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
975    </member>
976    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute.#ctor(System.Type)">
977      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute" /> class from a code generator <see cref="T:System.Type" />.</summary>
978      <param name="codeGeneratorType">The <see cref="T:System.Type" /> to initialize the instance from.</param>
979      <exception cref="T:System.ArgumentNullException">
980              <paramref name="codeGeneratorType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
981      <exception cref="T:System.ArgumentException">
982              <paramref name="codeGeneratorType" /> is not assignable to the type of a code generator.</exception>
983      <exception cref="T:System.ArgumentException">
984              <paramref name="codeGeneratorType" /> has no default constructor.</exception>
985    </member>
986    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityValidator.#ctor">
987      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityValidator" /> class. </summary>
988    </member>
989    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
990      <summary>Verifies that the given activity is valid. </summary>
991      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> associated with validation.</param>
992      <param name="obj">The <see cref="T:System.Workflow.ComponentModel.Activity" /> to be validated. </param>
993      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> object that contains any errors or warnings that occurred during validation.</returns>
994    </member>
995    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute.#ctor(System.String)">
996      <summary>Initializes an instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute" /> class by using the type of the validator.</summary>
997      <param name="validatorTypeName">Type of the <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" />.</param>
998    </member>
999    <member name="M:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute.#ctor(System.Type)">
1000      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute" /> class by using the specified validator type name.</summary>
1001      <param name="validatorType">The name of the <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> type.</param>
1002    </member>
1003    <member name="M:System.Workflow.ComponentModel.Compiler.AttributeInfo.CreateAttribute">
1004      <summary>Creates an attribute of type Creates an attribute of type <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" />.</summary>
1005      <returns>An attribute of type <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" />.</returns>
1006      <exception cref="T:System.ArgumentException">
1007              <see cref="P:System.Workflow.ComponentModel.Compiler.AttributeInfo.Creatable" /> is <see langword="false" />. </exception>
1008    </member>
1009    <member name="M:System.Workflow.ComponentModel.Compiler.AttributeInfo.GetArgumentValueAs(System.IServiceProvider,System.Int32,System.Type)">
1010      <summary>Gets the argument for this instance, based on type and index.</summary>
1011      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> helping this operation.</param>
1012      <param name="argumentIndex">The <see langword="integer" /> index of the requested argument in the collection of arguments.</param>
1013      <param name="requestedType">The <see cref="T:System.Type" /> of the argument.</param>
1014      <returns>An <see cref="T:System.Object" /> cast to the requested type.</returns>
1015      <exception cref="T:System.ArgumentException">
1016              <paramref name="argumentIndex" /> is out of range of the argument collection.</exception>
1017      <exception cref="T:System.ArgumentNullException">
1018              <paramref name="requestedType" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1019    </member>
1020    <member name="M:System.Workflow.ComponentModel.Compiler.AuthorizedType.#ctor">
1021      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.AuthorizedType" /> class. </summary>
1022    </member>
1023    <member name="M:System.Workflow.ComponentModel.Compiler.BindValidationContext.#ctor(System.Type)">
1024      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.BindValidationContext" /> class, while initializing the <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</summary>
1025      <param name="targetType">The <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" />. </param>
1026    </member>
1027    <member name="M:System.Workflow.ComponentModel.Compiler.BindValidationContext.#ctor(System.Type,System.Workflow.ComponentModel.Compiler.AccessTypes)">
1028      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.BindValidationContext" /> class, initializing the <see cref="T:System.Type" /> and the <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> of the target of the bind represented by this instance.</summary>
1029      <param name="targetType">The <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</param>
1030      <param name="access">The <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</param>
1031      <exception cref="T:System.ArgumentNullException"> Is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1032    </member>
1033    <member name="M:System.Workflow.ComponentModel.Compiler.CodeGenerationManager.#ctor(System.IServiceProvider)">
1034      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" /> class by using an existing <see cref="T:System.IServiceProvider" /> type. </summary>
1035      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> to use in this instance.</param>
1036    </member>
1037    <member name="M:System.Workflow.ComponentModel.Compiler.CodeGenerationManager.GetCodeGenerators(System.Type)">
1038      <summary>Gets an array that contains each <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator" /> associated with the specified <see cref="T:System.Type" />.</summary>
1039      <param name="type">The <see cref="T:System.Type" /> required.</param>
1040      <returns>An array that contains each <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator" /> associated with the specified <see cref="T:System.Type" />.</returns>
1041    </member>
1042    <member name="M:System.Workflow.ComponentModel.Compiler.CodeGenerationManager.GetService(System.Type)">
1043      <summary>Provides access to the service object of the specified type.</summary>
1044      <param name="serviceType">The desired <see cref="T:System.Type" />.</param>
1045      <returns>The service object of the specified type.</returns>
1046    </member>
1047    <member name="M:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask.#ctor">
1048      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask" /> class.</summary>
1049    </member>
1050    <member name="M:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask.Execute">
1051      <summary>Erases the contents of the files specified in the <see cref="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask.TemporaryFiles" /> property, without deleting the files.</summary>
1052      <returns>
1053          <see langword="true" /> if the task successfully executed; otherwise, <see langword="false" />.</returns>
1054    </member>
1055    <member name="M:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.#ctor">
1056      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask" /> class. </summary>
1057    </member>
1058    <member name="M:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.Execute">
1059      <summary>Runs the compilation of the workflow task.</summary>
1060      <returns>
1061          <see langword="true" /> if the operation was successful; otherwise, <see langword="false" />.</returns>
1062    </member>
1063    <member name="M:System.Workflow.ComponentModel.Compiler.CompositeActivityCodeGenerator.#ctor">
1064      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.CompositeActivityCodeGenerator" /> class.  </summary>
1065    </member>
1066    <member name="M:System.Workflow.ComponentModel.Compiler.CompositeActivityCodeGenerator.GenerateCode(System.Workflow.ComponentModel.Compiler.CodeGenerationManager,System.Object)">
1067      <summary>Generates code for the specified <see cref="T:System.Object" /> using the specific <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" />. </summary>
1068      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager" /> to use in code generation.</param>
1069      <param name="obj">The <see cref="T:System.Object" /> to generate code for.</param>
1070      <exception cref="T:System.ArgumentNullException">
1071              <paramref name="manager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1072      <exception cref="T:System.ArgumentNullException">
1073              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
1074      <exception cref="T:System.ArgumentException">
1075              <paramref name="obj" /> cannot be cast to type <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</exception>
1076    </member>
1077    <member name="M:System.Workflow.ComponentModel.Compiler.CompositeActivityValidator.#ctor">
1078      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.CompositeActivityValidator" /> class. </summary>
1079    </member>
1080    <member name="M:System.Workflow.ComponentModel.Compiler.CompositeActivityValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
1081      <summary>Validates the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> configuration.</summary>
1082      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> linked to the validation.</param>
1083      <param name="obj">Activity to be validated.</param>
1084      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> of errors found during validation.</returns>
1085      <exception cref="T:System.ArgumentException">
1086              <paramref name="obj" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1087    </member>
1088    <member name="M:System.Workflow.ComponentModel.Compiler.CompositeActivityValidator.ValidateActivityChange(System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.ActivityChangeAction)">
1089      <summary>Validates the change based on the affected <see cref="T:System.Workflow.ComponentModel.Activity" /> and provides the error.</summary>
1090      <param name="activity">The affected <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1091      <param name="action">The <see cref="T:System.Workflow.ComponentModel.ActivityChangeAction" /> that defines the change.</param>
1092      <returns>The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> by the validation.</returns>
1093      <exception cref="T:System.ArgumentNullException">
1094              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1095      <exception cref="T:System.ArgumentNullException">
1096              <paramref name="action" /> is a null reference (<see langword="Nothing" />).</exception>
1097    </member>
1098    <member name="M:System.Workflow.ComponentModel.Compiler.ConditionValidator.#ctor">
1099      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ConditionValidator" /> class.  </summary>
1100    </member>
1101    <member name="M:System.Workflow.ComponentModel.Compiler.ConditionValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
1102      <summary>Validates the specified object using the specified <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" />. </summary>
1103      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> to use for this validation.</param>
1104      <param name="obj">The <see cref="T:System.Object" /> to validate.</param>
1105      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the errors from this operation.</returns>
1106      <exception cref="T:System.ArgumentNullException">
1107              <paramref name="manager" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1108      <exception cref="T:System.ArgumentNullException">
1109              <paramref name="obj" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1110      <exception cref="T:System.ArgumentException">
1111              <paramref name="obj" /> cannot be cast to type <see cref="T:System.Workflow.ComponentModel.ActivityCondition" />.</exception>
1112    </member>
1113    <member name="M:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator.#ctor">
1114      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator" /> class.  </summary>
1115    </member>
1116    <member name="M:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
1117      <summary>Validates each settable <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> of the specified <see cref="T:System.Object" /> using the specified <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" />. </summary>
1118      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> to use in the validation.</param>
1119      <param name="obj">The <see cref="T:System.Object" /> to be validated.</param>
1120      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the errors from this operation.</returns>
1121      <exception cref="T:System.ArgumentNullException">
1122              <paramref name="manager" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1123      <exception cref="T:System.ArgumentNullException">
1124              <paramref name="obj" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1125      <exception cref="T:System.ArgumentException">
1126              <paramref name="obj" /> cannot be cast to type <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</exception>
1127    </member>
1128    <member name="M:System.Workflow.ComponentModel.Compiler.ITypeProvider.GetType(System.String)">
1129      <summary>Gets the <see cref="T:System.Type" /> of the named entity.</summary>
1130      <param name="name">A string that contains the name of the entity.</param>
1131      <returns>The <see cref="T:System.Type" /> of the named entity. </returns>
1132    </member>
1133    <member name="M:System.Workflow.ComponentModel.Compiler.ITypeProvider.GetType(System.String,System.Boolean)">
1134      <summary>Gets the <see cref="T:System.Type" /> of the named entity.</summary>
1135      <param name="name">A string that contains the name of the entity.</param>
1136      <param name="throwOnError">A value that indicates whether to throw an exception if <paramref name="name" /> is not resolvable.</param>
1137      <returns>The <see cref="T:System.Type" /> of the named entity.</returns>
1138    </member>
1139    <member name="M:System.Workflow.ComponentModel.Compiler.ITypeProvider.GetTypes">
1140      <summary>Creates and returns an array which contains each <see cref="T:System.Type" /> known to this instance.</summary>
1141      <returns>An array which contains each <see cref="T:System.Type" /> known to this instance.</returns>
1142    </member>
1143    <member name="M:System.Workflow.ComponentModel.Compiler.PropertyValidationContext.#ctor(System.Object,System.Reflection.PropertyInfo,System.String)">
1144      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.PropertyValidationContext" /> class. </summary>
1145      <param name="propertyOwner">The <see cref="T:System.Object" /> that owns the property</param>
1146      <param name="propertyInfo">The associated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1147      <param name="propertyName">The name of the property.</param>
1148      <exception cref="T:System.ArgumentNullException">
1149              <paramref name="propertyOwner" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1150      <exception cref="T:System.ArgumentNullException">
1151              <paramref name="propertyName" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1152    </member>
1153    <member name="M:System.Workflow.ComponentModel.Compiler.PropertyValidationContext.#ctor(System.Object,System.Workflow.ComponentModel.DependencyProperty)">
1154      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.PropertyValidationContext" /> class.  </summary>
1155      <param name="propertyOwner">The <see cref="T:System.Object" /> that owns the property.</param>
1156      <param name="dependencyProperty">The associated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1157      <exception cref="T:System.ArgumentNullException">
1158              <paramref name="propertyOwner" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1159    </member>
1160    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.#ctor(System.IServiceProvider)">
1161      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.TypeProvider" /> class.  </summary>
1162      <param name="serviceProvider">The encapsulated <see cref="T:System.IServiceProvider" /> for this instance.</param>
1163    </member>
1164    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssembly(System.Reflection.Assembly)">
1165      <summary>Adds an already-loaded assembly. It is the caller's responsibility to load the assembly, and <see cref="T:System.Workflow.ComponentModel.Compiler.TypeProvider" /> includes the types from this assembly for dispensing when <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetType" /> is called.</summary>
1166      <param name="assembly">The <see cref="P:System.Type.Assembly" /> to add a reference for.</param>
1167      <exception cref="T:System.ArgumentNullException">
1168              <paramref name="assembly" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1169    </member>
1170    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssemblyReference(System.String)">
1171      <summary>Adds a reference to the <see cref="P:System.Type.Assembly" /> to the internal list. This assembly is used for the <see cref="T:System.Type" /> lookup in the <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetType(System.String)" /> method.</summary>
1172      <param name="path">The path of the <see cref="P:System.Type.Assembly" /> to add.</param>
1173      <exception cref="T:System.ArgumentNullException">
1174              <paramref name="path" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1175    </member>
1176    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddCodeCompileUnit(System.CodeDom.CodeCompileUnit)">
1177      <summary>Adds a reference to the <see cref="T:System.CodeDom.CodeCompileUnit" /> to the internal list. This <see cref="T:System.CodeDom.CodeCompileUnit" /> is used for the <see cref="T:System.Type" /> lookup in the <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetType(System.String)" /> method.</summary>
1178      <param name="codeCompileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to add.</param>
1179      <exception cref="T:System.ArgumentNullException">
1180              <paramref name="codeCompileUnit" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1181      <exception cref="T:System.ArgumentException">
1182              <paramref name="codeCompileUnit" /> is already referenced in this instance.</exception>
1183    </member>
1184    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.Dispose">
1185      <summary>Releases all resources used by the <see cref="T:System.Workflow.ComponentModel.Compiler.TypeProvider" />. </summary>
1186    </member>
1187    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetAssemblyName(System.Type)">
1188      <summary>Returns the assembly display name of the assembly in which the specified type is declared.</summary>
1189      <param name="type">The type whose assembly name to get.</param>
1190      <returns>The assembly display name of the assembly in which the specified type is declared.</returns>
1191    </member>
1192    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetEnumNames(System.Type)">
1193      <summary>Provides a string array that contains the names for the specified <see cref="T:System.Enum" /> in indexed order.</summary>
1194      <param name="enumType">The type to obtain the names from.</param>
1195      <returns>The names for the specified <see cref="T:System.Enum" /> in indexed order.</returns>
1196      <exception cref="T:System.ArgumentNullException">
1197              <paramref name="enumType" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1198      <exception cref="T:System.ArgumentException">
1199              <paramref name="enumType" /> Is not an <see cref="T:System.Enum" />.</exception>
1200    </member>
1201    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetEventHandlerType(System.Reflection.EventInfo)">
1202      <summary>Gets the <see cref="T:System.Type" /> of an <see cref="T:System.EventHandler" />, given a reference to an <see cref="T:System.Reflection.EventInfo" />.</summary>
1203      <param name="eventInfo">The <see cref="T:System.Reflection.EventInfo" /> to obtain the <see cref="T:System.EventHandler" /> type of.</param>
1204      <returns>The <see cref="T:System.Type" /> of an <see cref="T:System.EventHandler" />, given a reference to an <see cref="T:System.Reflection.EventInfo" />.</returns>
1205      <exception cref="T:System.ArgumentNullException">
1206              <paramref name="eventInfo" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1207    </member>
1208    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetService(System.Type)">
1209      <summary>Gets the <see cref="T:System.Object" /> that provides the designated service <see cref="T:System.Type" />.</summary>
1210      <param name="serviceType">The service <see cref="T:System.Type" /> that the <see cref="T:System.Object" /> is to provide.</param>
1211      <returns>The <see cref="T:System.Object" /> that provides the designated service <see cref="T:System.Type" />.</returns>
1212    </member>
1213    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetType(System.String)">
1214      <summary>Gets the type from the set of assemblies added to the <see langword="TypeProvider" /> using <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssembly(System.Reflection.Assembly)" />, <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssemblyReference(System.String)" />, or <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddCodeCompileUnit(System.CodeDom.CodeCompileUnit)" />. </summary>
1215      <param name="name">The type name.</param>
1216      <returns>The requested <see cref="T:System.Type" />.</returns>
1217      <exception cref="T:System.ArgumentNullException">
1218              <paramref name="name" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1219    </member>
1220    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetType(System.String,System.Boolean)">
1221      <summary>Gets the type from the set of assemblies added to the <see langword="TypeProvider" /> using <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssembly(System.Reflection.Assembly)" />, <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddAssemblyReference(System.String)" />, or <see cref="M:System.Workflow.ComponentModel.Compiler.TypeProvider.AddCodeCompileUnit(System.CodeDom.CodeCompileUnit)" />.</summary>
1222      <param name="name">The type name.</param>
1223      <param name="throwOnError">A value that indicates whether to throw an exception if <paramref name="name" /> is not resolvable.</param>
1224      <returns>The requested <see cref="T:System.Type" />.</returns>
1225      <exception cref="T:System.ArgumentNullException">
1226              <paramref name="name" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1227      <exception cref="T:System.Exception">
1228              <paramref name="name" /> is not resolvable and <paramref name="throwOnError" /> is <see langword="true" />.</exception>
1229    </member>
1230    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.GetTypes">
1231      <summary>Creates an array that contains each <see cref="T:System.Type" /> known to this instance.</summary>
1232      <returns>An array that contains each <see cref="T:System.Type" /> known to this instance.</returns>
1233      <exception cref="T:System.Reflection.ReflectionTypeLoadException">Any <see cref="T:System.Type" /> fails to load.</exception>
1234    </member>
1235    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.IsAssignable(System.Type,System.Type)">
1236      <summary>Indicates whether one type can be safely assigned to another type.</summary>
1237      <param name="toType">The target <see cref="T:System.Type" /> of the assignment.</param>
1238      <param name="fromType">The source <see cref="T:System.Type" /> of the assignment.</param>
1239      <returns>
1240          <see langword="true" /> if the assignment can be safely made; otherwise <see langword="false" />.</returns>
1241    </member>
1242    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.IsEnum(System.Type)">
1243      <summary>Indicates whether a <see cref="T:System.Type" /> is of type <see cref="T:System.Enum" /> .</summary>
1244      <param name="type">The <see cref="T:System.Type" /> to be tested.</param>
1245      <returns>
1246          <see langword="true" /> if the <see cref="T:System.Type" /> is an <see cref="T:System.Enum" /> ; otherwise <see langword="false" />.</returns>
1247      <exception cref="T:System.ArgumentNullException">
1248              <paramref name="type" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1249    </member>
1250    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.IsSubclassOf(System.Type,System.Type)">
1251      <summary>Indicates whether a <see cref="T:System.Type" /> is a derived class of another <see cref="T:System.Type" /> .</summary>
1252      <param name="subclass">The <see cref="T:System.Type" /> being tested as a derived class. </param>
1253      <param name="superClass">The <see cref="T:System.Type" /> being tested as the class. </param>
1254      <returns>
1255          <see langword="true" /> if the tested relationship is true; otherwise <see langword="false" />.</returns>
1256    </member>
1257    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.IsSupportedProperty(System.Reflection.PropertyInfo,System.Object)">
1258      <summary>Returns a value that determines whether the specified property is supported in the target .NET Framework.</summary>
1259      <param name="property">The property to resolve.</param>
1260      <param name="declaringInstance">The instance in which the specified property is declared.</param>
1261      <returns>
1262          <see langword="true" /> if the specified property is supported in the target .NET Framework; otherwise, <see langword="false" />.</returns>
1263    </member>
1264    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.RefreshCodeCompileUnit(System.CodeDom.CodeCompileUnit,System.EventHandler)">
1265      <summary>Updates the <see cref="T:System.CodeDom.CodeCompileUnit" /> reference associated with this instance.</summary>
1266      <param name="codeCompileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to refresh with.</param>
1267      <param name="refresher">The <see cref="T:System.EventHandler" /> to delegate this event to.</param>
1268      <exception cref="T:System.ArgumentNullException">
1269              <paramref name="codeCompileUnit" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1270      <exception cref="T:System.ArgumentException">This instance already references the subject <see cref="T:System.CodeDom.CodeCompileUnit" />.</exception>
1271    </member>
1272    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.RemoveAssembly(System.Reflection.Assembly)">
1273      <summary>Removes all references to the subject <see cref="T:System.Reflection.Assembly" /> from this instance.</summary>
1274      <param name="assembly">The <see cref="T:System.Reflection.Assembly" /> to remove from this instance.</param>
1275      <exception cref="T:System.ArgumentNullException">
1276              <paramref name="assembly" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1277    </member>
1278    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.RemoveAssemblyReference(System.String)">
1279      <summary>Removes a path-based <see cref="T:System.Reflection.Assembly" /> reference from this instance.</summary>
1280      <param name="path">The path of the <see cref="T:System.Reflection.Assembly" /> to be removed.</param>
1281      <exception cref="T:System.ArgumentNullException">
1282              <paramref name="path" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1283    </member>
1284    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.RemoveCodeCompileUnit(System.CodeDom.CodeCompileUnit)">
1285      <summary>Removes all references to the subject <see cref="T:System.CodeDom.CodeCompileUnit" /> from this instance.</summary>
1286      <param name="codeCompileUnit">The <see cref="T:System.CodeDom.CodeCompileUnit" /> to be removed.</param>
1287      <exception cref="T:System.ArgumentNullException">
1288              <paramref name="codeCompileUnit" /> is a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
1289    </member>
1290    <member name="M:System.Workflow.ComponentModel.Compiler.TypeProvider.SetLocalAssembly(System.Reflection.Assembly)">
1291      <summary>Sets the value of the local <see cref="T:System.Reflection.Assembly" /> to the referenced <see cref="T:System.Reflection.Assembly" /> .</summary>
1292      <param name="assembly">The <see cref="T:System.Reflection.Assembly" /> used to set this value</param>
1293    </member>
1294    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationError.#ctor(System.String,System.Int32)">
1295      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> class; initializes the error text and error numbers for this instance. </summary>
1296      <param name="errorText">The associated error text for this instance.</param>
1297      <param name="errorNumber">The error number for this error.</param>
1298    </member>
1299    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationError.#ctor(System.String,System.Int32,System.Boolean)">
1300      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> class, initializes the error text, error number and error type for this instance.</summary>
1301      <param name="errorText">The associated error text for this instance.</param>
1302      <param name="errorNumber">The error number for this error.</param>
1303      <param name="isWarning">A Boolean which is <see langword="true" /> if the error is considered a warning and <see langword="false" /> otherwise.</param>
1304    </member>
1305    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationError.#ctor(System.String,System.Int32,System.Boolean,System.String)">
1306      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> class, initializing the error text, the error number, the error type and the property name associated with the error.</summary>
1307      <param name="errorText">The associated error text for this instance.</param>
1308      <param name="errorNumber">The error number for this error.</param>
1309      <param name="isWarning">A Boolean which is <see langword="true" /> if the error is considered a warning and <see langword="false" /> otherwise.</param>
1310      <param name="propertyName">The name of the property associated with this error.</param>
1311    </member>
1312    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationError.GetNotSetValidationError(System.String)">
1313      <summary>Creates a new validation error defined for the error type of a property not being set.</summary>
1314      <param name="propertyName">The property associated with this error.</param>
1315      <returns>A new validation error defined for the error type of a property not being set.</returns>
1316    </member>
1317    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationError.ToString">
1318      <summary>Provides a string representation of this instance incorporating the error type (error or warning) the error number and the error text.</summary>
1319      <returns>A string representation of this instance incorporating the error type (error or warning) the error number and the error text.</returns>
1320    </member>
1321    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.#ctor">
1322      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> class.  </summary>
1323    </member>
1324    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.Compiler.ValidationError})">
1325      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> class from an <see cref="T:System.Collections.IEnumerable" /> collection of type <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /></summary>
1326      <param name="value">The <see cref="T:System.Collections.IEnumerable" /> collection of type <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /></param>
1327      <exception cref="T:System.ArgumentNullException">
1328              <paramref name="value" /> is <see langword="null" />.</exception>
1329    </member>
1330    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.#ctor(System.Workflow.ComponentModel.Compiler.ValidationErrorCollection)">
1331      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> class by using a <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" />.</summary>
1332      <param name="value">A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains validation errors.</param>
1333    </member>
1334    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.AddRange(System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.Compiler.ValidationError})">
1335      <summary>Copies the collection of enumerable elements to the end of the collection.</summary>
1336      <param name="value">A collection of <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> elements to add to the end of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> collection.</param>
1337      <exception cref="T:System.ArgumentNullException">
1338              <paramref name="value" /> is <see langword="null" />.</exception>
1339    </member>
1340    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.ToArray">
1341      <summary>Returns a new instance of an array that contains all <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> objects that are contained in this collection.</summary>
1342      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> array of <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> classes.</returns>
1343    </member>
1344    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationManager.#ctor(System.IServiceProvider)">
1345      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> class using the identified service provider.</summary>
1346      <param name="serviceProvider">An <see cref="T:System.IServiceProvider" /> that locates a GUID identified service. </param>
1347    </member>
1348    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationManager.#ctor(System.IServiceProvider,System.Boolean)">
1349      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> class using the identified service provider and indicates whether child <see cref="T:System.Workflow.ComponentModel.Activity" /> classes should be validated.</summary>
1350      <param name="serviceProvider">An <see cref="T:System.IServiceProvider" /> that locates a GUID identified service.</param>
1351      <param name="validateChildActivities">
1352            <see langword="true" /> to validate the child <see cref="T:System.Workflow.ComponentModel.Activity" /> classes of the current <see cref="T:System.Workflow.ComponentModel.Activity" />; otherwise, <see langword="false" />.</param>
1353    </member>
1354    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationManager.GetService(System.Type)">
1355      <summary>Gets the service object of the specified <see cref="T:System.Type" />.</summary>
1356      <param name="serviceType">An object that specifies the <see cref="T:System.Type" /> of service object to retrieve.</param>
1357      <returns>A service object of type <paramref name="serviceType" />, or a null reference (<see langword="Nothing" /> in Visual Basic) if there is no service object of type <paramref name="serviceType" />.</returns>
1358    </member>
1359    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationManager.GetValidators(System.Type)">
1360      <summary>Returns an array of validators that are associated with a type by looking up the validator attribute applied on the type.</summary>
1361      <param name="type">The <see cref="T:System.Type" /> of <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> class to find.</param>
1362      <returns>An array of <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> classes.</returns>
1363    </member>
1364    <member name="M:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute.#ctor(System.Workflow.ComponentModel.Compiler.ValidationOption)">
1365      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" /> class, with a value for <see cref="P:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute.ValidationOption" />.</summary>
1366      <param name="validationOption">The required <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOption" /> enumeration value for this instance.</param>
1367    </member>
1368    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.#ctor">
1369      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> class.  </summary>
1370    </member>
1371    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.GetFullPropertyName(System.Workflow.ComponentModel.Compiler.ValidationManager)">
1372      <summary>Helper method to extract the full property name. </summary>
1373      <param name="manager">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> linked to the validation.</param>
1374      <returns>The full property name.</returns>
1375      <exception cref="T:System.ArgumentNullException">
1376              <paramref name="manager" /> is <see langword="null" />.</exception>
1377    </member>
1378    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.Validate(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
1379      <summary>Validates the specified object and returns a collection of validation errors.</summary>
1380      <param name="manager">The validation manager linked to the validation.</param>
1381      <param name="obj">The <see cref="T:System.Object" /> to be validated.</param>
1382      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the validation errors resulting from this operation.</returns>
1383      <exception cref="T:System.ArgumentNullException">
1384              <paramref name="manager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1385      <exception cref="T:System.ArgumentNullException">
1386              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
1387    </member>
1388    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.ValidateActivityChange(System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.ActivityChangeAction)">
1389      <summary>When overridden in a derived class, validates a change based on a specified <see cref="T:System.Workflow.ComponentModel.Activity" /> being added or removed. This function is called during the application of changes that are made to the workflow during dynamic updates.</summary>
1390      <param name="activity">The specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1391      <param name="action">The specified <see cref="T:System.Workflow.ComponentModel.ActivityChangeAction" />.</param>
1392      <returns>The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> generated by the operation.</returns>
1393      <exception cref="T:System.ArgumentNullException">
1394              <paramref name="activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1395      <exception cref="T:System.ArgumentNullException">
1396              <paramref name="action" /> is a null reference (<see langword="Nothing" />).</exception>
1397    </member>
1398    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.ValidateProperties(System.Workflow.ComponentModel.Compiler.ValidationManager,System.Object)">
1399      <summary>Helper method to automatically validate the specific objects properties.</summary>
1400      <param name="manager">The validation manager linked to the validation.</param>
1401      <param name="obj">The <see cref="T:System.Workflow.ComponentModel.Activity" /> to be validated.</param>
1402      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the validation errors resulting from this operation.</returns>
1403      <exception cref="T:System.ArgumentNullException">
1404              <paramref name="manager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1405      <exception cref="T:System.ArgumentNullException">
1406              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
1407    </member>
1408    <member name="M:System.Workflow.ComponentModel.Compiler.Validator.ValidateProperty(System.Reflection.PropertyInfo,System.Object,System.Object,System.Workflow.ComponentModel.Compiler.ValidationManager)">
1409      <summary>Performs validation on a property and returns a <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the results of that validation.</summary>
1410      <param name="propertyInfo">The <see cref="T:System.Reflection.PropertyInfo" /> on the subject property.</param>
1411      <param name="propertyOwner">The owner of the property.</param>
1412      <param name="propertyValue">The value of the property.</param>
1413      <param name="manager">A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationManager" /> for this operation.</param>
1414      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains the results of that validation.</returns>
1415    </member>
1416    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.CreateScope(System.IServiceProvider)">
1417      <summary>Initializes a <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext" /> class at the current scope.</summary>
1418      <param name="serviceProvider">The workflow compiler options for the current scope.</param>
1419      <returns>A reference to the scope.</returns>
1420    </member>
1421    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.GetAuthorizedTypes">
1422      <summary>Returns a list of types that the compiler allows in compiled workflows.</summary>
1423      <returns>A list of types that the compiler allows in compiled workflows.</returns>
1424    </member>
1425    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompiler.#ctor">
1426      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompiler" /> class.  </summary>
1427    </member>
1428    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompiler.Compile(System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters,System.String[])">
1429      <summary>Compiles a list of workflows contained in the files that are passed as parameters based on the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" />.</summary>
1430      <param name="parameters">The <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" />.</param>
1431      <param name="files">A string array that contains the paths to the files to compile. These files can be either code files (such as .vb or .cs) or workflow markup files. Workflow markup files must have an .xoml extension to be recognized by the compiler.</param>
1432      <returns>The <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerResults" /> representing the results of the operation.</returns>
1433      <exception cref="T:System.ArgumentNullException">
1434              <paramref name="parameters" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1435      <exception cref="T:System.ArgumentNullException">
1436              <paramref name="files" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
1437    </member>
1438    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.#ctor">
1439      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError" /> class.  </summary>
1440    </member>
1441    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)">
1442      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError" /> class.  Includes initialization for several properties which define the error.</summary>
1443      <param name="fileName">A string containing the name of the source file that has the error.</param>
1444      <param name="line">An integer representing the line number of the error.</param>
1445      <param name="column">An integer representing the column position of the start of the error.</param>
1446      <param name="errorNumber">A string that contains the error number.</param>
1447      <param name="errorText">A string that contains text which describes the error.</param>
1448    </member>
1449    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.#ctor(System.String,System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException)">
1450      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError" /> class.  Initializes the instance to define the source file name and <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" />.</summary>
1451      <param name="fileName">A string that contains the name of the source file that has the error.</param>
1452      <param name="exception">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> to associate with this instance.</param>
1453      <exception cref="T:System.ArgumentNullException">
1454              <paramref name="exception" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1455    </member>
1456    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.ToString">
1457      <summary>Provides a string which represents this instance.</summary>
1458      <returns>A string which represents this instance/</returns>
1459    </member>
1460    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService.#ctor">
1461      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService" /> class.</summary>
1462    </member>
1463    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.#ctor">
1464      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" /> class.  </summary>
1465    </member>
1466    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.#ctor(System.String[])">
1467      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" /> class, with the names of the assemblies used in compilation.</summary>
1468      <param name="assemblyNames">The names of the assemblies used in compilation. </param>
1469    </member>
1470    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.#ctor(System.String[],System.String)">
1471      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" /> class, with the names of the assemblies used in compilation, and the name to apply to the output file.</summary>
1472      <param name="assemblyNames">The names of the assemblies used in compilation.</param>
1473      <param name="outputName">The name to apply to the output file.</param>
1474    </member>
1475    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.#ctor(System.String[],System.String,System.Boolean)">
1476      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" /> class, with the names of the assemblies used in compilation, and the name to apply to the output file, and the designator for inclusion of debug information.</summary>
1477      <param name="assemblyNames">The names of the assemblies used in compilation.</param>
1478      <param name="outputName">The name to apply to the output file.</param>
1479      <param name="includeDebugInformation">Indicates whether a PDB file should be generated for debugging.</param>
1480    </member>
1481    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.#ctor(System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters)">
1482      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters" /> class from an existing instance.</summary>
1483      <param name="parameters">The instance of <see cref="System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters)" /> used to initialize the new instance.</param>
1484    </member>
1485    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.#ctor(System.String,System.String)">
1486      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute" /> class, initializing the values of <see cref="P:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.FileName" /> and <see cref="P:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.MD5Digest" />.</summary>
1487      <param name="fileName">A string that contains the file name of the mark up file.</param>
1488      <param name="md5Digest">A string representing the <see cref="P:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.MD5Digest" />for the file.</param>
1489    </member>
1490    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.#ctor">
1491      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException" /> class.  </summary>
1492    </member>
1493    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.#ctor(System.String)">
1494      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException" /> class.  The exception message is passed as a parameter.</summary>
1495      <param name="message">The exception message.</param>
1496    </member>
1497    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.#ctor(System.String,System.Exception)">
1498      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException" /> class.  The exception message and the inner exception are passed as parameters. </summary>
1499      <param name="message">The exception message.</param>
1500      <param name="innerException">The <see cref="P:System.Exception.InnerException" /> associated with this exception.</param>
1501    </member>
1502    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.#ctor(System.String,System.Workflow.ComponentModel.Compiler.ValidationErrorCollection)">
1503      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException" /> class.  The exception message and the errors collection are passed as parameters.</summary>
1504      <param name="message">The exception message.</param>
1505      <param name="errors">The <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> associated with this exception.</param>
1506    </member>
1507    <member name="M:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1508      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException" />. </summary>
1509      <param name="info">Reference to the object that holds the data needed to serialize and deserialize the exception.</param>
1510      <param name="context">Provides the means to serialize the exception data.</param>
1511    </member>
1512    <member name="M:System.Workflow.ComponentModel.CompositeActivity.#ctor">
1513      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> class.  </summary>
1514    </member>
1515    <member name="M:System.Workflow.ComponentModel.CompositeActivity.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.Activity})">
1516      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> class from an <see cref="T:System.Object" /> which implements the <see cref="T:System.Collections.IEnumerable" /> interface with type <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
1517      <param name="children">The <see cref="T:System.Object" /> implementing the <see cref="T:System.Collections.IEnumerable" /> interface with type <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1518    </member>
1519    <member name="M:System.Workflow.ComponentModel.CompositeActivity.#ctor(System.String)">
1520      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> class, along with the name for that activity.</summary>
1521      <param name="name">The name for the instance.</param>
1522      <exception cref="T:System.ArgumentNullException">
1523              <paramref name="name" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1524    </member>
1525    <member name="M:System.Workflow.ComponentModel.CompositeActivity.ApplyWorkflowChanges(System.Workflow.ComponentModel.WorkflowChanges)">
1526      <summary>Applies the <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" /> manifest in the parameter to this instance.</summary>
1527      <param name="workflowChanges">The <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" /> to apply.</param>
1528      <exception cref="T:System.ArgumentNullException">
1529              <paramref name="workflowChanges" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1530    </member>
1531    <member name="M:System.Workflow.ComponentModel.CompositeActivity.Dispose(System.Boolean)">
1532      <summary>Calls <see cref="M:System.Workflow.ComponentModel.DependencyObject.Dispose(System.Boolean)" /> on this instance, and optionally calls <see cref="M:System.Workflow.ComponentModel.DependencyObject.Dispose" /> on all child activities of this instance.</summary>
1533      <param name="disposing">
1534            <see langword="true" /> to release both managed and unmanaged resources used by this instance and all child activities of this instance; <see langword="false" /> to release only the unmanaged resources of this instance.</param>
1535    </member>
1536    <member name="M:System.Workflow.ComponentModel.CompositeActivity.GetDynamicActivities(System.Workflow.ComponentModel.Activity)">
1537      <summary>Returns an array that contains all of the currently executing instances of the specified activity.</summary>
1538      <param name="activity">The specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1539      <returns>An array of activity instances that are currently executing.</returns>
1540    </member>
1541    <member name="M:System.Workflow.ComponentModel.CompositeActivity.HandleFault(System.Workflow.ComponentModel.ActivityExecutionContext,System.Exception)">
1542      <summary>Called when an exception is raised within the context of the execution of this instance.</summary>
1543      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for this instance.</param>
1544      <param name="exception">The <see cref="T:System.Exception" /> that caused this fault.</param>
1545      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> that results from an attempt to cancel this instance.</returns>
1546      <exception cref="T:System.ArgumentNullException">
1547              <paramref name="executionContext" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1548      <exception cref="T:System.ArgumentNullException">
1549              <paramref name="exception" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1550    </member>
1551    <member name="M:System.Workflow.ComponentModel.CompositeActivity.Initialize(System.IServiceProvider)">
1552      <summary>Initializes all appropriate child activities of this instance and the specified <see cref="T:System.IServiceProvider" />.</summary>
1553      <param name="provider">The specified <see cref="T:System.IServiceProvider" />.</param>
1554      <exception cref="T:System.ArgumentNullException">
1555              <paramref name="provider" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1556    </member>
1557    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnActivityChangeAdd(System.Workflow.ComponentModel.ActivityExecutionContext,System.Workflow.ComponentModel.Activity)">
1558      <summary>Calls when an activity is added.</summary>
1559      <param name="executionContext">The specified <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</param>
1560      <param name="addedActivity">The specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1561      <exception cref="T:System.ArgumentNullException">
1562              <paramref name="executionContext" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1563      <exception cref="T:System.ArgumentNullException">
1564              <paramref name="addedActivity" /> is a null reference (<see langword="Nothing" />).</exception>
1565    </member>
1566    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnActivityChangeRemove(System.Workflow.ComponentModel.ActivityExecutionContext,System.Workflow.ComponentModel.Activity)">
1567      <summary>Called when an activity is removed.</summary>
1568      <param name="executionContext">The specified <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</param>
1569      <param name="removedActivity">The specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
1570    </member>
1571    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnActivityExecutionContextLoad(System.IServiceProvider)">
1572      <summary>Called by the workflow runtime engine every time the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for this activity is loaded.</summary>
1573      <param name="provider">An <see cref="T:System.Object" /> that implements <see cref="T:System.IServiceProvider" /> and provides services to this instance.</param>
1574    </member>
1575    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnActivityExecutionContextUnload(System.IServiceProvider)">
1576      <summary>Called by the workflow runtime engine every time the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for this activity is unloaded.</summary>
1577      <param name="provider">An <see cref="T:System.Object" /> that implements <see cref="T:System.IServiceProvider" /> and provides services to this instance.</param>
1578    </member>
1579    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnListChanged(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
1580      <summary>Performs additional processing when the <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> property changes.</summary>
1581      <param name="e">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> broadcast by the event.</param>
1582    </member>
1583    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnListChanging(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
1584      <summary>Event that occurs before a change being made to the underlying <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" />.</summary>
1585      <param name="e">
1586            <see cref="T:System.EventArgs" /> relating to the event.</param>
1587    </member>
1588    <member name="M:System.Workflow.ComponentModel.CompositeActivity.OnWorkflowChangesCompleted(System.Workflow.ComponentModel.ActivityExecutionContext)">
1589      <summary>Called after changes have been made to the collection <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> of this instance.</summary>
1590      <param name="rootContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> associated with this instance.</param>
1591    </member>
1592    <member name="M:System.Workflow.ComponentModel.CompositeActivity.Uninitialize(System.IServiceProvider)">
1593      <summary>Called by the workflow runtime engine when an activity transitions into the <see cref="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Closed" /> state from the <see cref="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Initialized" /> state.</summary>
1594      <param name="provider">An <see cref="T:System.Object" /> that implements <see cref="T:System.IServiceProvider" /> and provides services to this instance.</param>
1595    </member>
1596    <member name="M:System.Workflow.ComponentModel.DependencyObject.#ctor">
1597      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> class.  </summary>
1598    </member>
1599    <member name="M:System.Workflow.ComponentModel.DependencyObject.AddHandler(System.Workflow.ComponentModel.DependencyProperty,System.Object)">
1600      <summary>Adds a handler for an event of a <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
1601      <param name="dependencyEvent">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />. </param>
1602      <param name="value">The <see cref="T:System.Object" /> that represents the value of this property. In this case, a <see cref="T:System.Delegate" /> type.</param>
1603      <exception cref="T:System.ArgumentNullException">Either of the arguments is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1604      <exception cref="T:System.ArgumentException">Value is of incorrect <see cref="T:System.Type" />.</exception>
1605      <exception cref="T:System.ArgumentException">The <paramref name="dependencyEvent" /> represents a non-event <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</exception>
1606    </member>
1607    <member name="M:System.Workflow.ComponentModel.DependencyObject.Dispose">
1608      <summary>Releases all the resources used by the <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
1609    </member>
1610    <member name="M:System.Workflow.ComponentModel.DependencyObject.Dispose(System.Boolean)">
1611      <summary>Releases the unmanaged resources and optionally releases the managed resources used by <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
1612      <param name="disposing">
1613            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1614    </member>
1615    <member name="M:System.Workflow.ComponentModel.DependencyObject.Finalize">
1616      <summary>Provided as an override to <see cref="M:System.Object.Finalize" /> to clean up any unmanaged resources deterministically.</summary>
1617    </member>
1618    <member name="M:System.Workflow.ComponentModel.DependencyObject.GetBinding(System.Workflow.ComponentModel.DependencyProperty)">
1619      <summary>Provides access to the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> associated with the specific <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
1620      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1621      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> associated with the specific <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
1622    </member>
1623    <member name="M:System.Workflow.ComponentModel.DependencyObject.GetBoundValue(System.Workflow.ComponentModel.ActivityBind,System.Type)">
1624      <summary>Retrieves the <see cref="T:System.Object" /> that is the subject of an <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</summary>
1625      <param name="bind">The <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</param>
1626      <param name="targetType">The <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</param>
1627      <returns>The <see cref="T:System.Object" /> that is the subject of an <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</returns>
1628      <exception cref="T:System.ArgumentNullException">
1629              <paramref name="bind" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1630      <exception cref="T:System.ArgumentNullException">
1631              <paramref name="targetType" /> is a null reference (<see langword="Nothing" />).</exception>
1632    </member>
1633    <member name="M:System.Workflow.ComponentModel.DependencyObject.GetInvocationList``1(System.Workflow.ComponentModel.DependencyProperty)">
1634      <summary>Gets an array that contains the delegates for the specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
1635      <param name="dependencyEvent">The specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1636      <typeparam name="T">The type of the returned delegates.</typeparam>
1637      <returns>An array that contains the delegates for the specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
1638      <exception cref="T:System.ArgumentNullException">
1639              <paramref name="dependencyEvent" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1640      <exception cref="T:System.ArgumentException">
1641              <paramref name="dependencyEvent" /> does not correspond to an event.</exception>
1642    </member>
1643    <member name="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)">
1644      <summary>Provides access to the value of the designated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
1645      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1646      <returns>The object that represents the value of the designated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
1647    </member>
1648    <member name="M:System.Workflow.ComponentModel.DependencyObject.GetValueBase(System.Workflow.ComponentModel.DependencyProperty)">
1649      <summary>Provides access to the bound object of a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> and bypasses the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> override.</summary>
1650      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to get the value of.</param>
1651      <returns>The bound object of a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />. This bypasses the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> override.</returns>
1652      <exception cref="T:System.ArgumentNullException">
1653              <paramref name="dependencyProperty" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1654    </member>
1655    <member name="M:System.Workflow.ComponentModel.DependencyObject.InitializeProperties">
1656      <summary>Performs initialization on dependency properties when overridden in a derived class.</summary>
1657    </member>
1658    <member name="M:System.Workflow.ComponentModel.DependencyObject.IsBindingSet(System.Workflow.ComponentModel.DependencyProperty)">
1659      <summary>Indicates whether the value of a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is set as a binding. See <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetBinding(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.ActivityBind)" />.</summary>
1660      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to test.</param>
1661      <returns>
1662          <see langword="true" /> if set as a binding; otherwise, <see langword="false" />.</returns>
1663      <exception cref="T:System.ArgumentNullException">
1664              <paramref name="dependencyProperty" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1665    </member>
1666    <member name="M:System.Workflow.ComponentModel.DependencyObject.MetaEquals(System.Workflow.ComponentModel.DependencyObject)">
1667      <summary>Determines whether the <see langword="metaproperties" /> of this <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> equals the <see langword="metaproperties" /> of the parameterized <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
1668      <param name="dependencyObject">The <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> to compare with for equality.</param>
1669      <returns>
1670          <see langword="true" /> if the <see langword="metaproperties" /> are equal; otherwise, <see langword="false" />.</returns>
1671    </member>
1672    <member name="M:System.Workflow.ComponentModel.DependencyObject.RemoveHandler(System.Workflow.ComponentModel.DependencyProperty,System.Object)">
1673      <summary>Removes an <see cref="T:System.EventHandler" /> from an associated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
1674      <param name="dependencyEvent">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1675      <param name="value">The <see cref="T:System.Object" /> that represents the value of this property. In this case, a <see cref="T:System.Delegate" /> type.</param>
1676      <exception cref="T:System.ArgumentNullException">Either of the arguments is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1677      <exception cref="T:System.ArgumentException">The <paramref name="dependencyEvent" /> is a <see langword="metaproperty" />.</exception>
1678      <exception cref="T:System.ArgumentException">The <paramref name="dependencyEvent" /> is not an event.</exception>
1679      <exception cref="T:System.Data.ReadOnlyException">The <paramref name="value" /> is a <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> and this instance is not in <see cref="P:System.Workflow.ComponentModel.DependencyObject.DesignMode" />.</exception>
1680    </member>
1681    <member name="M:System.Workflow.ComponentModel.DependencyObject.RemoveProperty(System.Workflow.ComponentModel.DependencyProperty)">
1682      <summary>Removes a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> from the <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
1683      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to be removed.</param>
1684      <returns>
1685          <see langword="true" /> if operation was successful; otherwise, <see langword="false" />.</returns>
1686      <exception cref="T:System.ArgumentNullException">The argument is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1687    </member>
1688    <member name="M:System.Workflow.ComponentModel.DependencyObject.SetBinding(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.ActivityBind)">
1689      <summary>Sets the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> for the specified <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />. </summary>
1690      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1691      <param name="bind">The <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> to set to.</param>
1692      <exception cref="T:System.ArgumentNullException">Either of the arguments is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1693      <exception cref="T:System.ArgumentException">The <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> associated with the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is read-only.</exception>
1694      <exception cref="T:System.ArgumentException">The <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> associated with the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is metadata.</exception>
1695      <exception cref="T:System.ArgumentException">The <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> associated with the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is not bindable.</exception>
1696      <exception cref="T:System.InvalidOperationException">This instance is not in <see cref="P:System.Workflow.ComponentModel.DependencyObject.DesignMode" />.</exception>
1697    </member>
1698    <member name="M:System.Workflow.ComponentModel.DependencyObject.SetBoundValue(System.Workflow.ComponentModel.ActivityBind,System.Object)">
1699      <summary>Sets the value of the target <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</summary>
1700      <param name="bind">The <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</param>
1701      <param name="value">The <see cref="T:System.Object" /> to set the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</param>
1702      <exception cref="T:System.ArgumentNullException">
1703              <paramref name="bind" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1704    </member>
1705    <member name="M:System.Workflow.ComponentModel.DependencyObject.SetReadOnlyPropertyValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)">
1706      <summary>Sets the value of a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />, which is read-only.</summary>
1707      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1708      <param name="value">The <see cref="T:System.Object" /> that represents the value.</param>
1709      <exception cref="T:System.ArgumentNullException">The <paramref name="dependencyProperty" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1710    </member>
1711    <member name="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)">
1712      <summary>Sets the value of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to the object.</summary>
1713      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to be set.</param>
1714      <param name="value">The <see cref="T:System.Object" /> to set the value to.</param>
1715    </member>
1716    <member name="M:System.Workflow.ComponentModel.DependencyObject.SetValueBase(System.Workflow.ComponentModel.DependencyProperty,System.Object)">
1717      <summary>Sets the value of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to the specified <see cref="T:System.Object" />, bypassing the <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)" />.</summary>
1718      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to be set to the <see cref="T:System.Object" />.</param>
1719      <param name="value">The <see cref="T:System.Object" /> that becomes the value of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1720      <exception cref="T:System.ArgumentNullException">
1721              <paramref name="dependencyProperty" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1722    </member>
1723    <member name="M:System.Workflow.ComponentModel.DependencyProperty.FromName(System.String,System.Type)">
1724      <summary>Gets the registered <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> based on the <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> and <see cref="P:System.Workflow.ComponentModel.DependencyProperty.OwnerType" />.</summary>
1725      <param name="propertyName">The <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1726      <param name="ownerType">The required value of <see cref="P:System.Workflow.ComponentModel.DependencyProperty.OwnerType" />.</param>
1727      <returns>The registered <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> based on the <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> and <see cref="P:System.Workflow.ComponentModel.DependencyProperty.OwnerType" />.</returns>
1728    </member>
1729    <member name="M:System.Workflow.ComponentModel.DependencyProperty.FromType(System.Type)">
1730      <summary>Creates an <see cref="T:System.Collections.IList" /> of type <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that belong to a specific <see cref="T:System.Type" />.</summary>
1731      <param name="ownerType">The <see cref="T:System.Type" />.</param>
1732      <returns>
1733          <see cref="T:System.Collections.IList" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that belong to a specific <see cref="T:System.Type" />.</returns>
1734    </member>
1735    <member name="M:System.Workflow.ComponentModel.DependencyProperty.GetHashCode">
1736      <summary>Returns the hash code for this instance.</summary>
1737      <returns>A hash code for this instance.</returns>
1738    </member>
1739    <member name="M:System.Workflow.ComponentModel.DependencyProperty.Register(System.String,System.Type,System.Type)">
1740      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</summary>
1741      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1742      <param name="propertyType">
1743            <see cref="T:System.Type" /> of the value that the property can contain.</param>
1744      <param name="ownerType">Owner <see cref="T:System.Type" /> of the dependency property.</param>
1745      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</returns>
1746    </member>
1747    <member name="M:System.Workflow.ComponentModel.DependencyProperty.Register(System.String,System.Type,System.Type,System.Workflow.ComponentModel.PropertyMetadata)">
1748      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</summary>
1749      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1750      <param name="propertyType">
1751            <see cref="T:System.Type" /> of the value the property can contain.</param>
1752      <param name="ownerType">Owner <see cref="T:System.Type" /> of the dependency property.</param>
1753      <param name="defaultMetadata">Additional property options.</param>
1754      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</returns>
1755    </member>
1756    <member name="M:System.Workflow.ComponentModel.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type)">
1757      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters. This instance is intended to declare properties that are used on objects other than the objects of owning type.</summary>
1758      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1759      <param name="propertyType">
1760            <see cref="T:System.Type" /> of the value the property can contain.</param>
1761      <param name="ownerType">Owner <see cref="T:System.Type" /> of the dependency property.</param>
1762      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</returns>
1763    </member>
1764    <member name="M:System.Workflow.ComponentModel.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type,System.Workflow.ComponentModel.PropertyMetadata)">
1765      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</summary>
1766      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1767      <param name="propertyType">
1768            <see cref="T:System.Type" /> of the value the property can contain.</param>
1769      <param name="ownerType">Owner <see cref="T:System.Type" /> of the dependency property.</param>
1770      <param name="defaultMetadata">Additional property options.</param>
1771      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</returns>
1772    </member>
1773    <member name="M:System.Workflow.ComponentModel.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type,System.Workflow.ComponentModel.PropertyMetadata,System.Type)">
1774      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</summary>
1775      <param name="name">The name of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</param>
1776      <param name="propertyType">
1777            <see cref="T:System.Type" /> of the value the property can contain.</param>
1778      <param name="ownerType">Owner <see cref="T:System.Type" /> of the dependency property.</param>
1779      <param name="defaultMetadata">Additional property options.</param>
1780      <param name="validatorType">
1781            <see cref="T:System.Type" /> of object that implements validation logic for the attached property.</param>
1782      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> class that has the properties parameterized according to the input parameters.</returns>
1783    </member>
1784    <member name="M:System.Workflow.ComponentModel.DependencyProperty.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1785      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data required to serialize the target object.</summary>
1786      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> associated with the data.</param>
1787      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains the data.</param>
1788    </member>
1789    <member name="M:System.Workflow.ComponentModel.DependencyProperty.ToString">
1790      <summary>Overrides the <see cref="T:System.Object" /> method to return the <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> property value.</summary>
1791      <returns>The <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> property value.</returns>
1792    </member>
1793    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.#ctor">
1794      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter" /> class.  </summary>
1795    </member>
1796    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
1797      <summary>Returns a value indicating whether this converter can convert an object of the given source type to an <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> using the specified context.</summary>
1798      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1799      <param name="sourceType">A <see cref="T:System.Type" /> that represents the type to convert. </param>
1800      <returns>
1801          <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
1802    </member>
1803    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
1804      <summary>Returns a value indicating whether this converter can convert an <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> to the destination type using the specified context.</summary>
1805      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1806      <param name="destinationType">A <see cref="T:System.Type" /> that represents the type to convert the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> to. </param>
1807      <returns>
1808          <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
1809    </member>
1810    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
1811      <summary>Converts the specified object to an <see cref="T:System.Workflow.ComponentModel.ActivityBind" />, using the specified context and culture information.</summary>
1812      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1813      <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
1814      <param name="valueToConvert">The <see cref="T:System.Object" /> to convert.</param>
1815      <returns>The <see cref="T:System.Object" /> that represents the converted value.</returns>
1816      <exception cref="T:System.InvalidOperationException">An error occurred while converting <paramref name="valueToConvert" /> to an <see cref="T:System.Workflow.ComponentModel.ActivityBind" />.</exception>
1817    </member>
1818    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
1819      <summary>Converts the specified <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> object to the specified type using the specified context and culture.</summary>
1820      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1821      <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> into which the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> will be converted.</param>
1822      <param name="value">The <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> to convert.</param>
1823      <param name="destinationType">The <see cref="T:System.Type" /> to convert the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> to.</param>
1824      <returns>The converted object.</returns>
1825    </member>
1826    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
1827      <summary>Returns a collection of properties for the type of array specified by the <paramref name="value" /> parameter using the specified context and attributes.</summary>
1828      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1829      <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
1830      <param name="attributes">An <see cref="T:System.Attribute" /> array that is used as a filter.</param>
1831      <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or a null reference (<see langword="Nothing" /> in Visual Basic) if there are no properties.</returns>
1832    </member>
1833    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
1834      <summary>Returns a value indicating whether the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> supports properties using the specified context.</summary>
1835      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1836      <returns>
1837          <see langword="true" /> if <see cref="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
1838    </member>
1839    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
1840      <summary>Returns a collection of standard values for the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> data type using the specified context.</summary>
1841      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1842      <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values or a null reference (<see langword="Nothing" /> in Visual Basic) if the data type does not support a standard set of values.</returns>
1843    </member>
1844    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
1845      <summary>Returns whether the collection of standard values returned from <see cref="Overload:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValues" /> is an exclusive list of possible values, using the specified context.</summary>
1846      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1847      <returns>
1848          <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="Overload:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValues" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible.</returns>
1849    </member>
1850    <member name="M:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
1851      <summary>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</summary>
1852      <param name="context">The <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
1853      <returns>
1854          <see langword="true" /> if <see cref="Overload:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter.GetStandardValues" /> should be called to find a common set of values the object supports; otherwise, <see langword="false" />.</returns>
1855    </member>
1856    <member name="M:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs.#ctor(System.Workflow.ComponentModel.Activity,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
1857      <summary>Initializes an instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs" />.</summary>
1858      <param name="activity">The Activity associated with the designer that has changed.</param>
1859      <param name="member">The member of the Activity that has changed.</param>
1860      <param name="oldValue">The value of the member before the change.</param>
1861      <param name="newValue">The value of the member after the change.</param>
1862    </member>
1863    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.#ctor">
1864      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> class.</summary>
1865    </member>
1866    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.CanBeParentedTo(System.Workflow.ComponentModel.Design.CompositeActivityDesigner)">
1867      <summary>Returns a value that indicates if a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> can be set as the parent of the activity associated with the designer.</summary>
1868      <param name="parentActivityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> which can potentially be set as parent.</param>
1869      <returns>
1870          <see langword="true" /> if a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> can be set as the parent of the activity associated with the designer; otherwise, <see langword="false" />.</returns>
1871    </member>
1872    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.CanConnect(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
1873      <summary>Returns a value that indicates whether a connection can be created between the specified connection point on the current activity designer and the specified connection point on a target activity designer.</summary>
1874      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> to check on the current activity designer.</param>
1875      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> to check on the target activity designer.</param>
1876      <returns>
1877          <see langword="true" /> to indicate that a connection can be created between source and target; otherwise, <see langword="false" />.</returns>
1878    </member>
1879    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.CreateView(System.ComponentModel.Design.ViewTechnology)">
1880      <summary>Creates a workflow view for the current activity designer using the specified ViewTechnology.</summary>
1881      <param name="viewTechnology">The ViewTechnology to use to create the workflow view.</param>
1882      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> that contains the current activity designer.</returns>
1883    </member>
1884    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Dispose">
1885      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> and optionally releases the managed resources.</summary>
1886    </member>
1887    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Dispose(System.Boolean)">
1888      <summary>Releases the resources used by the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> class.</summary>
1889      <param name="disposing">
1890            <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> is being disposed; <see langword="false" /> if the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> is being finalized.</param>
1891    </member>
1892    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.DoDefaultAction">
1893      <summary>Performs the default UI action associated with the designer.</summary>
1894    </member>
1895    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.EnsureVisible">
1896      <summary>Shifts the visible area of the screen to guarantee that the specified designer is visible.</summary>
1897    </member>
1898    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Finalize">
1899      <summary>When overridden in a derived class, allows an object to clean up any resources deterministically.</summary>
1900    </member>
1901    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.GetConnectionPoints(System.Workflow.ComponentModel.Design.DesignerEdges)">
1902      <summary>Returns a read-only collection of connection points for the activity designer along the specified <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" />.</summary>
1903      <param name="edges">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> along which to gather the connection points.</param>
1904      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> generic read-only collection that is used as the points at which the activity designer can connect to other activity designers.</returns>
1905    </member>
1906    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.GetConnections(System.Workflow.ComponentModel.Design.DesignerEdges)">
1907      <summary>Returns a read-only collection of points that the designer uses for connections.</summary>
1908      <param name="edges">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> on which to query for points.</param>
1909      <returns>A point read-only collection that contains the connections to use for the activity designer.</returns>
1910    </member>
1911    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.GetPreviewImage(System.Drawing.Graphics)">
1912      <summary>Gets the image of the activity designer on the specified <see cref="T:System.Drawing.Graphics" />.</summary>
1913      <param name="compatibleGraphics">The <see cref="T:System.Drawing.Graphics" /> object used to draw the image.</param>
1914      <returns>An <see cref="T:System.Drawing.Image" /> object that contains a bitmap used as a preview image in the drag-and-drop operations and in the <see cref="T:System.Workflow.Activities.ConditionedActivityGroup" /> preview pane.</returns>
1915    </member>
1916    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.GetRootDesigner(System.IServiceProvider)">
1917      <summary>Returns the designer associated with the design surface of the workflow.</summary>
1918      <param name="serviceProvider">An object that implements the <see cref="T:System.IServiceProvider" />.</param>
1919      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> that is the <see cref="P:System.ComponentModel.Design.IDesignerHost.RootComponent" /> of the designer host.</returns>
1920    </member>
1921    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.GetService(System.Type)">
1922      <summary>Tries to retrieve the specified type of service from the design mode site for the activity associated with the designer.</summary>
1923      <param name="serviceType">The type of service to request.</param>
1924      <returns>An object implementing the requested service or a null reference (<see langword="Nothing" /> in Visual Basic) if the service cannot be resolved.</returns>
1925    </member>
1926    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.HitTest(System.Drawing.Point)">
1927      <summary>Gets information about the ActivityDesigner at a specified point on the screen.</summary>
1928      <param name="point">A <see cref="T:System.Drawing.Point" /> that represents a single x and y coordinate.</param>
1929      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains information about the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> at a specified point.</returns>
1930    </member>
1931    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
1932      <summary>Initializes the designer with the associated <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
1933      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> with which the designer should be initialized.</param>
1934    </member>
1935    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Invalidate">
1936      <summary>Invalidates the designer.</summary>
1937    </member>
1938    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.Invalidate(System.Drawing.Rectangle)">
1939      <summary>Invalidates the specified rectangle on the designer.</summary>
1940      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> that specifies the area on the workflow to invalidate.</param>
1941    </member>
1942    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.IsCommentedActivity(System.Workflow.ComponentModel.Activity)">
1943      <summary>Returns a value that indicates whether the current designer's activity is commented or is inside a commented activity.</summary>
1944      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> in the current activity designer.</param>
1945      <returns>
1946          <see langword="true" /> if the activity is commented or is inside a commented activity; otherwise, <see langword="false" />.</returns>
1947    </member>
1948    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.IsSupportedActivityType(System.Type)">
1949      <summary>Returns a value that indicates whether the specified activity type is supported if the activity designer is a root designer.</summary>
1950      <param name="activityType">The type of the activity that was supported.</param>
1951      <returns>
1952          <see langword="true" /> if the <paramref name="activityType" /> is supported; otherwise, <see langword="false" />.</returns>
1953    </member>
1954    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.LoadViewState(System.IO.BinaryReader)">
1955      <summary>Loads the view state of the designer from a binary stream.</summary>
1956      <param name="reader">A <see cref="T:System.IO.BinaryReader" /> used to restore the designer state.</param>
1957    </member>
1958    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnActivityChanged(System.Workflow.ComponentModel.Design.ActivityChangedEventArgs)">
1959      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when the activity it is associated with changes.</summary>
1960      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs" /> that contains the event data.</param>
1961    </member>
1962    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnBeginResizing(System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs)">
1963      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a user starts to visually resize the activity designer when the designer is in a <see cref="T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner" />.</summary>
1964      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs" /> that contains the event data.</param>
1965    </member>
1966    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnConnected(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
1967      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a connection is established between two connection points.</summary>
1968      <param name="source">The source ConnectionPoint on the current activity designer.</param>
1969      <param name="target">The target ConnectionPoint on the activity designer to connect to.</param>
1970    </member>
1971    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragDrop(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
1972      <summary>Occurs when the drag-drop operation is completed inside designer bounds.</summary>
1973      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that contains the event data.</param>
1974    </member>
1975    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragEnter(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
1976      <summary>Occurs when the drag-drop operation is in progress and the pointer enters the designer bounds.</summary>
1977      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that contains the event data.</param>
1978    </member>
1979    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragLeave">
1980      <summary>Occurs when the drag-drop operation is in progress and the pointer leaves the designer bounds.</summary>
1981    </member>
1982    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragOver(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
1983      <summary>Occurs when the drag-drop operation is in progress and the pointer is within the designer bounds.</summary>
1984      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that contains the event data.</param>
1985    </member>
1986    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnEndResizing">
1987      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a user is finished visually resizing the activity designer when the designer is in a <see cref="T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner" />.</summary>
1988    </member>
1989    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnExecuteDesignerAction(System.Workflow.ComponentModel.Design.DesignerAction)">
1990      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when the user clicks on the configuration errors associated with the designer.</summary>
1991      <param name="designerAction">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> associated with the configuration error.</param>
1992      <exception cref="T:System.ArgumentNullException">
1993              <paramref name="designerAction" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
1994    </member>
1995    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
1996      <summary>Updates the visual cues for feedback supplied to the user when performing a drag operation.</summary>
1997      <param name="e">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that contains the event data.</param>
1998    </member>
1999    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
2000      <summary>Occurs when a key is pressed when the designer has the keyboard focus.</summary>
2001      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
2002    </member>
2003    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
2004      <summary>Occurs when a key is released when the designer has keyboard focus.</summary>
2005      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
2006    </member>
2007    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2008      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a user repositions its visual cues or child activity designers.</summary>
2009      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2010      <exception cref="T:System.ArgumentNullException">
2011              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2012    </member>
2013    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2014      <summary>Returns the size of the visual cues or child activity designers on the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2015      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2016      <returns>The new size settings for the visual cues or child activity designers.</returns>
2017      <exception cref="T:System.ArgumentNullException">
2018              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2019    </member>
2020    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseCaptureChanged">
2021      <summary>Occurs when the mouse capture changes.</summary>
2022    </member>
2023    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
2024      <summary>Occurs when the mouse button is clicked multiple times on the designer.</summary>
2025      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2026    </member>
2027    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
2028      <summary>Occurs when the mouse button is pressed when the pointer is in designer bounds.</summary>
2029      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2030    </member>
2031    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseDragBegin(System.Drawing.Point,System.Windows.Forms.MouseEventArgs)">
2032      <summary>Occurs when the user starts to drag the mouse on the designer.</summary>
2033      <param name="initialDragPoint">A <see cref="T:System.Drawing.Point" /> that represents a single x and y coordinate.</param>
2034      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2035    </member>
2036    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseDragEnd">
2037      <summary>Occurs when the user stops dragging the mouse on the designer.</summary>
2038    </member>
2039    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseDragMove(System.Windows.Forms.MouseEventArgs)">
2040      <summary>Occurs on each movement of the mouse as the user drags the pointer over the designer.</summary>
2041      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2042    </member>
2043    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseEnter(System.Windows.Forms.MouseEventArgs)">
2044      <summary>Occurs when the mouse first enters the designer bounds.</summary>
2045      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2046    </member>
2047    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseHover(System.Windows.Forms.MouseEventArgs)">
2048      <summary>Occurs when the pointer is in designer bounds.</summary>
2049      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2050    </member>
2051    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseLeave">
2052      <summary>Occurs when the pointer leaves designer bounds.</summary>
2053    </member>
2054    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
2055      <summary>Occurs when the pointer is moving in designer bounds.</summary>
2056      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2057    </member>
2058    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
2059      <summary>Occurs when the mouse button is released when the pointer is in designer bounds.</summary>
2060      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2061    </member>
2062    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
2063      <summary>Draws the visual representation of the activity at design time.</summary>
2064      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the event data.</param>
2065      <exception cref="T:System.ArgumentNullException">
2066              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2067    </member>
2068    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnProcessMessage(System.Windows.Forms.Message)">
2069      <summary>Allows the designer to process raw Win32 messages.</summary>
2070      <param name="message">A Win32 <see cref="T:System.Windows.Forms.Message" /> that contains the event data.</param>
2071    </member>
2072    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
2073      <summary>Controls whether the drag operation should continue.</summary>
2074      <param name="e">A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains the event data.</param>
2075    </member>
2076    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnResizing(System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs)">
2077      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a user is visually resizing it at design time. The method is only called if the activity designer is a child of a <see cref="T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner" />.</summary>
2078      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs" /> that contains the event data.</param>
2079    </member>
2080    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnScroll(System.Windows.Forms.ScrollBar,System.Int32)">
2081      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> when a user changes the scroll position.</summary>
2082      <param name="sender">The <see cref="T:System.Windows.Forms.ScrollBar" /> on which the user changed position.</param>
2083      <param name="value">The new scroll position value.</param>
2084    </member>
2085    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnShowSmartTagVerbs(System.Drawing.Point)">
2086      <summary>Displays the designer verbs associated with a smart tag at the specified point.</summary>
2087      <param name="smartTagPoint">A <see cref="T:System.Drawing.Point" /> that designates the location to show the smart tag.</param>
2088    </member>
2089    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnSmartTagVisibilityChanged(System.Boolean)">
2090      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> whether a smart tag should be displayed or hidden.</summary>
2091      <param name="visible">
2092            <see langword="true" /> to indicate that the smart tag should be displayed; <see langword="false" /> to indicate that the smart tag should be hidden.</param>
2093    </member>
2094    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnThemeChange(System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
2095      <summary>Notifies the designer that the associated theme has changed.</summary>
2096      <param name="newTheme">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that contains the event data.</param>
2097    </member>
2098    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PerformLayout">
2099      <summary>Updates the layout of the designer.</summary>
2100    </member>
2101    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PointToLogical(System.Drawing.Point)">
2102      <summary>Transforms a point from screen coordinate system to the activity designer coordinate system.</summary>
2103      <param name="point">A <see cref="T:System.Drawing.Point" /> that contains the coordinates to transform.</param>
2104      <returns>A <see cref="T:System.Drawing.Point" /> that contains the transformed x and y coordinates.</returns>
2105    </member>
2106    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PointToScreen(System.Drawing.Point)">
2107      <summary>Transforms a point from the activity designer coordinate system to the screen coordinate system.</summary>
2108      <param name="point">A <see cref="T:System.Drawing.Point" /> that contains the coordinates to transform.</param>
2109      <returns>A <see cref="T:System.Drawing.Point" /> that contains the transformed x and y coordinates.</returns>
2110    </member>
2111    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PostFilterAttributes(System.Collections.IDictionary)">
2112      <summary>When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.</summary>
2113      <param name="attributes">The <see cref="T:System.Collections.IDictionary" /> that contains the TypeID values of the attributes.</param>
2114    </member>
2115    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PostFilterEvents(System.Collections.IDictionary)">
2116      <summary>When overridden in a derived class, allows the designer to change or remove items from the set of events that it exposes through a TypeDescriptor.</summary>
2117      <param name="events">The <see cref="T:System.Collections.IDictionary" /> that contains the event names of the class.</param>
2118    </member>
2119    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PostFilterProperties(System.Collections.IDictionary)">
2120      <summary>When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.</summary>
2121      <param name="properties">The <see cref="T:System.Collections.IDictionary" /> that contains the property names of the class.</param>
2122    </member>
2123    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PreFilterAttributes(System.Collections.IDictionary)">
2124      <summary>When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor.</summary>
2125      <param name="attributes">The <see cref="T:System.Collections.IDictionary" /> that contains the TypeID values of the attributes.</param>
2126    </member>
2127    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PreFilterEvents(System.Collections.IDictionary)">
2128      <summary>When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor.</summary>
2129      <param name="events">The <see cref="T:System.Collections.IDictionary" /> that contains the event names of the class.</param>
2130    </member>
2131    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.PreFilterProperties(System.Collections.IDictionary)">
2132      <summary>When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor.</summary>
2133      <param name="properties">The <see cref="T:System.Collections.IDictionary" /> that contains the property names of the class.</param>
2134    </member>
2135    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.RectangleToLogical(System.Drawing.Rectangle)">
2136      <summary>Transforms a rectangle from the screen coordinate system to the activity designer coordinate system.</summary>
2137      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> that describes the coordinates to transform.</param>
2138      <returns>A <see cref="T:System.Drawing.Rectangle" /> that describes the transformed coordinates.</returns>
2139    </member>
2140    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.RectangleToScreen(System.Drawing.Rectangle)">
2141      <summary>Transforms a rectangle from the activity designer coordinate system to the screen coordinate system.</summary>
2142      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> that describes the coordinates to transform.</param>
2143      <returns>A <see cref="T:System.Drawing.Rectangle" /> that describes the transformed coordinates.</returns>
2144    </member>
2145    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.RefreshDesignerActions">
2146      <summary>Refreshes the configuration errors associated with the designer.</summary>
2147    </member>
2148    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.RefreshDesignerVerbs">
2149      <summary>Refreshes the activity designer verbs associated with the designer by calling the status handler.</summary>
2150    </member>
2151    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.SaveViewState(System.IO.BinaryWriter)">
2152      <summary>Stores the view state of the designer into a binary stream.</summary>
2153      <param name="writer">The <see cref="T:System.IO.BinaryWriter" /> into which the view state is stored.</param>
2154    </member>
2155    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.ShowInfoTip(System.String)">
2156      <summary>Shows the specified info tip.</summary>
2157      <param name="infoTip">The text to display in the InfoTip.</param>
2158    </member>
2159    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.ShowInfoTip(System.String,System.String)">
2160      <summary>Displays the info tip for the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with the specified title and text.</summary>
2161      <param name="title">A string that contains the title of the info tip.</param>
2162      <param name="infoTip">A string that contains the info tip text to display.</param>
2163    </member>
2164    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.ShowInPlaceTip(System.String,System.Drawing.Rectangle)">
2165      <summary>Displays the specified tool tip in the specified rectangle location.</summary>
2166      <param name="infoTip">A string that contains the tool tip to display.</param>
2167      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> that defines the location at which to display the tool tip.</param>
2168    </member>
2169    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesigner#DoDefaultAction">
2170      <summary>Performs the default action associated with the designer.</summary>
2171    </member>
2172    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesigner#Initialize(System.ComponentModel.IComponent)">
2173      <summary>Initializes the designer with the associated activity.</summary>
2174      <param name="component">The IComponent to initialize the designer with.</param>
2175    </member>
2176    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PostFilterAttributes(System.Collections.IDictionary)">
2177      <summary>When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.</summary>
2178      <param name="attributes">The <see cref="T:System.Collections.IDictionary" /> that contains the TypeIDs of the attributes of the class.</param>
2179    </member>
2180    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PostFilterEvents(System.Collections.IDictionary)">
2181      <summary>When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.</summary>
2182      <param name="events">The <see cref="T:System.Collections.IDictionary" /> that contains the event names of the class.</param>
2183    </member>
2184    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PostFilterProperties(System.Collections.IDictionary)">
2185      <summary>When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.</summary>
2186      <param name="properties">The <see cref="T:System.Collections.IDictionary" /> that contains the property names of the class.</param>
2187    </member>
2188    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PreFilterAttributes(System.Collections.IDictionary)">
2189      <summary>When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a TypeDescriptor.</summary>
2190      <param name="attributes">The <see cref="T:System.Collections.IDictionary" /> that contains the TypeIDs of the attributes of the class.</param>
2191    </member>
2192    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PreFilterEvents(System.Collections.IDictionary)">
2193      <summary>When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a TypeDescriptor.</summary>
2194      <param name="events">The <see cref="T:System.Collections.IDictionary" /> that contains the event names of the class.</param>
2195    </member>
2196    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesignerFilter#PreFilterProperties(System.Collections.IDictionary)">
2197      <summary>When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a TypeDescriptor.</summary>
2198      <param name="properties">The <see cref="T:System.Collections.IDictionary" /> that contains the property names of the class.</param>
2199    </member>
2200    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IRootDesigner#GetView(System.ComponentModel.Design.ViewTechnology)">
2201      <summary>Returns a view object for the specified view technology.</summary>
2202      <param name="technology">A <see cref="T:System.ComponentModel.Design.ViewTechnology" /> for which to return the view object.</param>
2203      <returns>An object that represents the view for this designer.</returns>
2204    </member>
2205    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Drawing#Design#IToolboxUser#GetToolSupported(System.Drawing.Design.ToolboxItem)">
2206      <summary>Determines whether the specified Toolbox item is supported by the current activity designer.</summary>
2207      <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to test for support.</param>
2208      <returns>
2209          <see langword="true" /> if the tool is supported by the toolbox and can be enabled; otherwise, <see langword="false" />.</returns>
2210    </member>
2211    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Drawing#Design#IToolboxUser#ToolPicked(System.Drawing.Design.ToolboxItem)">
2212      <summary>Selects the specified toolbox item.</summary>
2213      <param name="toolboxItem">The <see cref="T:System.Drawing.Design.ToolboxItem" /> to select.</param>
2214    </member>
2215    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IPersistUIState#LoadViewState(System.IO.BinaryReader)">
2216      <summary>Restores the view state from a binary stream.</summary>
2217      <param name="reader">The <see cref="T:System.IO.BinaryReader" /> to load the view state from.</param>
2218    </member>
2219    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IPersistUIState#SaveViewState(System.IO.BinaryWriter)">
2220      <summary>Saves the view state to a binary stream.</summary>
2221      <param name="writer">A <see cref="T:System.IO.BinaryWriter" /> to save the view state to.</param>
2222    </member>
2223    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IWorkflowRootDesigner#IsSupportedActivityType(System.Type)">
2224      <summary>Returns a value that indicates whether the specified type is supported on the current <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2225      <param name="activityType">The <see cref="T:System.Type" /> of the activity to check for support on the activity designer.</param>
2226      <returns>
2227          <see langword="true" /> if the type is supported on the current workflow designer; otherwise, <see langword="false" />.</returns>
2228    </member>
2229    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2230      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2231      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> which to apply the accessible object.</param>
2232    </member>
2233    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.DoDefaultAction">
2234      <summary>Performs the default action associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" />.</summary>
2235    </member>
2236    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.GetService(System.Type)">
2237      <summary>Returns the service defined by the specified type that is associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2238      <param name="serviceType">The service <see cref="T:System.Type" /> to request.</param>
2239      <returns>An <see cref="T:System.Object" /> that represents the requested service, or a null reference (<see langword="Nothing" /> in Visual Basic) if the service cannot be resolved.</returns>
2240    </member>
2241    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
2242      <summary>Returns the <see cref="T:System.Windows.Forms.AccessibleObject" /> associated with the location defined by the specified <see cref="T:System.Windows.Forms.AccessibleNavigation" />.</summary>
2243      <param name="navdir">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param>
2244      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> at the specified location.</returns>
2245    </member>
2246    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Select(System.Windows.Forms.AccessibleSelection)">
2247      <summary>Modifies the selection or moves the keyboard focus of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" />.</summary>
2248      <param name="flags">One of the <see cref="T:System.Windows.Forms.AccessibleSelection" /> values.</param>
2249    </member>
2250    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection.#ctor">
2251      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> class that is empty and has the default initial capacity. </summary>
2252    </member>
2253    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.Design.DesignerGlyph})">
2254      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> class that contains elements copied from the specified generic collection of <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" />, and has sufficient capacity to accommodate the number of elements copied.</summary>
2255      <param name="glyphs">Enumerable generic collection containing <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> objects.</param>
2256    </member>
2257    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection.#ctor(System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection)">
2258      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> class that contains elements copied from the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> and has sufficient capacity to accommodate the number of elements copied. </summary>
2259      <param name="glyphs">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> from which to copy collection elements.</param>
2260    </member>
2261    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs.#ctor(System.Drawing.Graphics,System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
2262      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> class with the specified graphics and designer theme.</summary>
2263      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> used the layout the designer.</param>
2264      <param name="designerTheme">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> to use for look and feel.</param>
2265    </member>
2266    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutSerializer.#ctor">
2267      <summary>Serializes an activity designer layout used in a freeform designer.</summary>
2268    </member>
2269    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutSerializer.CreateInstance(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type)">
2270      <summary>Creates an instance of the specified <see cref="T:System.Type" /> using the specified <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</summary>
2271      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
2272      <param name="type">The specified <see cref="T:System.Type" />.</param>
2273      <returns>An instance of the specified <see cref="T:System.Type" />. </returns>
2274      <exception cref="T:System.ArgumentNullException">
2275              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2276      <exception cref="T:System.ArgumentNullException">
2277              <paramref name="type" /> is a null reference (<see langword="Nothing" />).</exception>
2278    </member>
2279    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutSerializer.GetProperties(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
2280      <summary>Retrieves information about all properties associated with the specified object.</summary>
2281      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
2282      <param name="obj">The <see cref="T:System.Object" /> to search for properties.</param>
2283      <returns>A <see cref="T:System.Reflection.PropertyInfo" /> array that contains information about the properties associated with <paramref name="obj" />.</returns>
2284      <exception cref="T:System.ArgumentNullException">
2285              <paramref name="serializationManager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2286    </member>
2287    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutSerializer.OnBeforeSerialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
2288      <summary>Performs required processing on obj before the serialization process begins.</summary>
2289      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
2290      <param name="obj">The <see cref="T:System.Object" /> to search for properties.</param>
2291    </member>
2292    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.Draw3DButton(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Windows.Forms.ButtonState)">
2293      <summary>Draws a 3-dimensional button on the activity designer surface.</summary>
2294      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the 3-dimensional button.</param>
2295      <param name="image">The <see cref="T:System.Drawing.Image" /> to draw on the button.</param>
2296      <param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the button.</param>
2297      <param name="transparency">The single-precision floating-point number to specify the transparency level of the button.</param>
2298      <param name="buttonState">The <see cref="T:System.Windows.Forms.ButtonState" /> enumeration value to specify the appearance of the button.</param>
2299      <exception cref="T:System.ArgumentNullException">
2300              <paramref name="graphics" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2301    </member>
2302    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.DrawExpandButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Workflow.ComponentModel.Design.CompositeDesignerTheme)">
2303      <summary>Draws a button that is used to expand and collapse composite designers on the activity designer surface.</summary>
2304      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the button.</param>
2305      <param name="boundingRect">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the button.</param>
2306      <param name="drawExpanded">
2307            <see langword="true" /> to draw an expanded button; otherwise, <see langword="false" />. </param>
2308      <param name="compositeDesignerTheme">The <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme" /> associated with the activity designer used to render the button.</param>
2309      <exception cref="T:System.ArgumentNullException">
2310              <paramref name="graphics" /> or <paramref name="compositeDesignerTheme" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2311    </member>
2312    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Workflow.ComponentModel.Design.DesignerContentAlignment,System.Single,System.Boolean)">
2313      <summary>Draws an image on the activity designer surface by using a <see cref="T:System.Drawing.Graphics" />, an <see cref="T:System.Drawing.Image" />, a source and destination <see cref="T:System.Drawing.Rectangle" />, an <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" />, a single-precision floating-point number, and a Boolean value.</summary>
2314      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the image.</param>
2315      <param name="image">The <see cref="T:System.Drawing.Image" /> to draw.</param>
2316      <param name="destination">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the image.</param>
2317      <param name="source">The <see cref="T:System.Drawing.Rectangle" /> that defines the source of the image.</param>
2318      <param name="alignment">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" /> that specifies how the image is aligned in the bounding rectangle.</param>
2319      <param name="transparency">A single-precision floating-point number that defines the transparency settings for the image.</param>
2320      <param name="grayscale">
2321            <see langword="true" /> to draw the image in grayscales; otherwise, <see langword="false" />. </param>
2322      <exception cref="T:System.ArgumentNullException">
2323              <paramref name="graphics" />, <paramref name="image" />, <paramref name="destination" />, or <paramref name="source" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).-or-
2324              <paramref name="transparency" /> is less than 0, or greater than 1.0f.</exception>
2325    </member>
2326    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Workflow.ComponentModel.Design.DesignerContentAlignment)">
2327      <summary>Draws an image on the activity designer surface by using a <see cref="T:System.Drawing.Graphics" />, an <see cref="T:System.Drawing.Image" />, a <see cref="T:System.Drawing.Rectangle" />, and a <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" />.</summary>
2328      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the image.</param>
2329      <param name="image">The <see cref="T:System.Drawing.Image" /> to draw.</param>
2330      <param name="destination">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the image to draw.</param>
2331      <param name="alignment">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" /> that specifies how the image is aligned in the bounding rectangle.</param>
2332      <exception cref="T:System.ArgumentNullException">
2333              <paramref name="graphics" />, <paramref name="image" />, or <paramref name="destination" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2334    </member>
2335    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.DrawRoundedRectangle(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Rectangle,System.Int32)">
2336      <summary>Draws a rounded rectangle on the activity designer surface.</summary>
2337      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the rectangle.</param>
2338      <param name="drawingPen">The <see cref="T:System.Drawing.Pen" /> to draw the rectangle.</param>
2339      <param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the rounded rectangle.</param>
2340      <param name="radius">The integer value of the radius to use for the rounded edges.</param>
2341      <exception cref="T:System.ArgumentNullException">
2342              <paramref name="graphics" /> or <paramref name="drawingPen" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2343    </member>
2344    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.DrawText(System.Drawing.Graphics,System.Drawing.Font,System.String,System.Drawing.Rectangle,System.Drawing.StringAlignment,System.Workflow.ComponentModel.Design.TextQuality,System.Drawing.Brush)">
2345      <summary>Draws text on the activity designer surface.</summary>
2346      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the text.</param>
2347      <param name="font">The <see cref="T:System.Drawing.Font" /> used to draw the text</param>
2348      <param name="text">The text to draw.</param>
2349      <param name="boundingRect">The bounding <see cref="T:System.Drawing.Rectangle" /> in which the text must be drawn.</param>
2350      <param name="alignment">The <see cref="T:System.Drawing.StringAlignment" /> that specifies where the text is aligned in the bounding rectangle.</param>
2351      <param name="textQuality">The <see cref="T:System.Workflow.ComponentModel.Design.TextQuality" /> that specifies the quality setting to draw the text.</param>
2352      <param name="textBrush">The <see cref="T:System.Drawing.Brush" /> to draw the text.</param>
2353      <exception cref="T:System.ArgumentNullException">
2354              <paramref name="graphics" />, <paramref name="font" />, <paramref name="text" />, or <paramref name="textBrush" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2355    </member>
2356    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaint.GetRoundedRectanglePath(System.Drawing.Rectangle,System.Int32)">
2357      <summary>Returns the graphics path used to draw the specified rounded rectangle.</summary>
2358      <param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> for which to obtain the graphics path.</param>
2359      <param name="radius">An integer that defines the radius to use to draw the rounded corners.</param>
2360      <returns>A <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> that draws the rounded path of the specified rectangle.</returns>
2361      <exception cref="T:System.ArgumentException">
2362              <paramref name="rectangle" /> is set to <see cref="P:System.Drawing.Rectangle.IsEmpty" />.-- or --
2363              <paramref name="radius" /> is less than or equal to 0.</exception>
2364    </member>
2365    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
2366      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> class with the specified graphics, clipping rectangle, viewport and designer theme. </summary>
2367      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> used to draw the item.</param>
2368      <param name="clipRectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the rectangle in which to draw.</param>
2369      <param name="viewPort">The view port in which to draw.</param>
2370      <param name="designerTheme">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> associated with the object to draw.</param>
2371    </member>
2372    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs.#ctor(System.Workflow.ComponentModel.Design.DesignerEdges,System.Drawing.Rectangle)">
2373      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> value and <see cref="T:System.Drawing.Rectangle" />. </summary>
2374      <param name="sizingEdge">A <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> to use to resize the activity designer.</param>
2375      <param name="newBounds">A <see cref="T:System.Drawing.Rectangle" /> that represents the resized bounds of the activity designer.</param>
2376    </member>
2377    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)">
2378      <summary>Initializes an instance of an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" />.</summary>
2379      <param name="theme">A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> that contains the theme information for the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</param>
2380    </member>
2381    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.Dispose(System.Boolean)">
2382      <summary>Releases the unmanaged resources and optionally releases the managed resources used by <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" />.</summary>
2383      <param name="disposing">
2384            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
2385    </member>
2386    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.GetBackgroundBrush(System.Drawing.Rectangle)">
2387      <summary>Gets a brush used to paint the area specified by the rectangle passed.</summary>
2388      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> that specifies the location and size of the area on the background.</param>
2389      <returns>A <see cref="T:System.Drawing.Brush" /> that is used to fill interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.</returns>
2390    </member>
2391    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.Initialize">
2392      <summary>Initializes the designer theme.</summary>
2393    </member>
2394    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.OnAmbientPropertyChanged(System.Workflow.ComponentModel.Design.AmbientProperty)">
2395      <summary>Called to signal changes to ambient settings.</summary>
2396      <param name="ambientProperty">The property that has changed.</param>
2397    </member>
2398    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute.#ctor(System.Type)">
2399      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute" /> class by using the specified designer theme type.</summary>
2400      <param name="designerThemeType">A <see cref="T:System.Type" /> that represents the designer theme to be associated with the designer class. </param>
2401    </member>
2402    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Workflow.ComponentModel.Design.DesignerVerbGroup,System.String,System.EventHandler)">
2403      <summary>Initializes an instance of an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> by using an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />, a <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> value, a description of the verb, and an <see cref="T:System.EventHandler" />.</summary>
2404      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to associate with the new verb.</param>
2405      <param name="verbGroup">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> in which the new verb belongs.</param>
2406      <param name="text">The description of the verb to show on the menu.</param>
2407      <param name="invokeHandler">The <see cref="T:System.EventHandler" /> that will handle the menu selection event.</param>
2408      <exception cref="T:System.ArgumentNullException">
2409              <paramref name="text" /> is empty or a null reference (<see langword="Nothing" /> in Visual Basic).-or-
2410              <paramref name="invokeHandler" /> is a null reference (<see langword="Nothing" />).</exception>
2411    </member>
2412    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Workflow.ComponentModel.Design.DesignerVerbGroup,System.String,System.EventHandler,System.EventHandler)">
2413      <summary>Initializes an instance of a <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> by using an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />, a <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> value, a description of the verb, and two <see cref="T:System.EventHandler" /> objects, one to handle menu selection events and the other to handle status updates. </summary>
2414      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to associate with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" />.</param>
2415      <param name="verbGroup">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> in which this <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> belongs.</param>
2416      <param name="text">The description of the verb to show on the menu.</param>
2417      <param name="invokeHandler">The event handler that handles the menu selection event.</param>
2418      <param name="statusHandler">The event handler that handles status updates.</param>
2419    </member>
2420    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection.#ctor">
2421      <summary>Initializes an instance of an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection" />.</summary>
2422    </member>
2423    <member name="M:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection.#ctor(System.Collections.Generic.IEnumerable{System.Workflow.ComponentModel.Design.ActivityDesignerVerb})">
2424      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection" /> class by using the specified generic <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of verbs. </summary>
2425      <param name="verbs">A generic <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> objects. </param>
2426    </member>
2427    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.#ctor">
2428      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> class.  </summary>
2429    </member>
2430    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.Dispose(System.Boolean)">
2431      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> and optionally releases the managed resources. </summary>
2432      <param name="disposing">
2433            <see langword="true" /> to release the managed resources; otherwise, <see langword="false" />. </param>
2434    </member>
2435    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.EnsureVisibleContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2436      <summary>Ensures that the specified activity designer is visible on the workflow design surface.</summary>
2437      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> for which to ensure visibility on the workflow design surface.</param>
2438      <exception cref="T:System.ArgumentNullException">
2439              <paramref name="containedDesigner" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2440    </member>
2441    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.GetConnectors">
2442      <summary>Returns an array of rectangles that bound the activity designer's connectors.</summary>
2443      <returns>A <see cref="T:System.Drawing.Rectangle" /> array that defines the bounds of all connectors in the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
2444    </member>
2445    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.GetDropTargets(System.Drawing.Point)">
2446      <summary>Returns an array of rectangles that represent the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2447      <param name="dropPoint">The <see cref="T:System.Drawing.Point" /> that defines the x- and y-coordinates for the drop target.</param>
2448      <returns>The <see cref="T:System.Drawing.Rectangle" /> array that represents the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
2449    </member>
2450    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
2451      <summary>Returns the first selectable object that follows the specified object in the navigation order of the current <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2452      <param name="obj">The current object in the navigation order.</param>
2453      <param name="direction">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection" /> enumeration value that specifies the direction in which designer navigation occurs.</param>
2454      <returns>The first selectable <see cref="T:System.Object" /> that follow <paramref name="obj" /> in the navigation order. </returns>
2455    </member>
2456    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.HitTest(System.Drawing.Point)">
2457      <summary>Returns information about the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> at the specified coordinates on the workflow design surface. </summary>
2458      <param name="point">The <see cref="T:System.Drawing.Point" /> that contains the coordinates on the workflow design surface from which to gather information.</param>
2459      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains information about the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> at the specified coordinates</returns>
2460    </member>
2461    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
2462      <summary>Initializes the designer used by the specified activity.</summary>
2463      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> for which to initialize the designer.</param>
2464    </member>
2465    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.IsContainedDesignerVisible(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2466      <summary>Returns a value that indicates whether the specified activity designer is visible in the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2467      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to check.</param>
2468      <returns>
2469          <see langword="true" /> if <paramref name="containedDesigner" /> is visible; otherwise, <see langword="false" />. </returns>
2470      <exception cref="T:System.ArgumentNullException">
2471              <paramref name="containedDesigner" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2472    </member>
2473    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.LoadViewState(System.IO.BinaryReader)">
2474      <summary>Loads the view state of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> from a binary stream.</summary>
2475      <param name="reader">The <see cref="T:System.IO.BinaryReader" /> used to restore the designer view state.</param>
2476      <exception cref="T:System.ArgumentNullException">
2477              <paramref name="reader" /> contains a null reference (<see langword="Nothing" /> in Visual Basic)</exception>
2478      <exception cref="T:System.Exception">The designer host associated with the designer is a null reference (<see langword="Nothing" />).</exception>
2479    </member>
2480    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnContainedActivitiesChanged(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
2481      <summary>Notifies the designer that the number of activities contained in the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> has changed.</summary>
2482      <param name="listChangeArgs">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> that contains the event data.</param>
2483      <exception cref="T:System.ArgumentNullException">
2484              <paramref name="listChangeArgs" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2485    </member>
2486    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnDragEnter(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
2487      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor enters the bounds of the designer.</summary>
2488      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that contains the event data.</param>
2489      <exception cref="T:System.ArgumentNullException">
2490              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2491    </member>
2492    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnDragOver(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
2493      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor is inside the bounds of the designer.</summary>
2494      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that contains the event data.</param>
2495      <exception cref="T:System.ArgumentNullException">
2496              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2497    </member>
2498    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2499      <summary>Performs layout tasks to position visual cues and child designers on the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2500      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2501      <exception cref="T:System.ArgumentNullException">
2502              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2503    </member>
2504    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2505      <summary>Sets the size of the visual cues on the designers contained within the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2506      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2507      <returns>The <see cref="T:System.Drawing.Size" /> that contains the new size settings for the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
2508    </member>
2509    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
2510      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> when the user double-clicks on the surface of the activity designer.</summary>
2511      <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2512    </member>
2513    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
2514      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> when the user presses the mouse button down while the pointer is in designer bounds.</summary>
2515      <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2516    </member>
2517    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnMouseLeave">
2518      <summary>Notifies the designer when the user moves the mouse cursor out of designer bounds. </summary>
2519    </member>
2520    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
2521      <summary>Notifies the designer when the user releases the mouse button in the designer bounds.</summary>
2522      <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2523    </member>
2524    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
2525      <summary>Draws the visual representation of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> at design time.</summary>
2526      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the event data.</param>
2527    </member>
2528    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnThemeChange(System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
2529      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> that its associated theme has changed.</summary>
2530      <param name="newTheme">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that contains the updated theme property settings.</param>
2531    </member>
2532    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.RefreshDesignerActions">
2533      <summary>Updates the configuration errors associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2534    </member>
2535    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.RefreshPreview">
2536      <summary>Updates the view displayed in the preview window of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
2537    </member>
2538    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.SaveViewState(System.IO.BinaryWriter)">
2539      <summary>Stores the current view state of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> to a binary stream.</summary>
2540      <param name="writer">The <see cref="T:System.IO.BinaryWriter" /> to which the current designer view state is stored. </param>
2541      <exception cref="T:System.ArgumentNullException">
2542              <paramref name="writer" /> contains null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2543    </member>
2544    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)">
2545      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme" /> class.  </summary>
2546      <param name="theme">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> that the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme" /> is associated with.</param>
2547    </member>
2548    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.Dispose(System.Boolean)">
2549      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme" /> and optionally releases the managed resources. </summary>
2550      <param name="disposing">
2551            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
2552    </member>
2553    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.Initialize">
2554      <summary>Performs any additional initialization tasks for <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme" /> that is not performed by <see cref="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)" />.</summary>
2555    </member>
2556    <member name="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.OnAmbientPropertyChanged(System.Workflow.ComponentModel.Design.AmbientProperty)">
2557      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme" /> that the ambient property settings for the designer have changed. </summary>
2558      <param name="ambientProperty">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientProperty" /> enumeration value that the activity preview designer theme should now use.</param>
2559    </member>
2560    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.#ctor">
2561      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityToolboxItem" /> class.  </summary>
2562    </member>
2563    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2564      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityToolboxItem" /> class by using the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" />. </summary>
2565      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds information to deserialize the toolbox item.</param>
2566      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that provides the deserialization context for the toolbox item.</param>
2567    </member>
2568    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.#ctor(System.Type)">
2569      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityToolboxItem" /> class that creates the specified type of <see cref="T:System.Workflow.ComponentModel.Activity" /> component. </summary>
2570      <param name="type">The type of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that the toolbox item will create. </param>
2571    </member>
2572    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.CreateComponentsCore(System.ComponentModel.Design.IDesignerHost)">
2573      <summary>Creates an <see cref="T:System.Workflow.ComponentModel.Activity" /> component or an array of <see cref="T:System.Workflow.ComponentModel.Activity" /> components when the toolbox item is invoked.</summary>
2574      <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> to host the toolbox item.</param>
2575      <returns>An array of created <see cref="T:System.ComponentModel.IComponent" /> objects.</returns>
2576    </member>
2577    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.CreateComponentsWithUI(System.ComponentModel.Design.IDesignerHost)">
2578      <summary>Creates an <see cref="T:System.Workflow.ComponentModel.Activity" /> component or an array of <see cref="T:System.Workflow.ComponentModel.Activity" /> components that generate a dialog box on the design surface when the toolbox item is invoked.</summary>
2579      <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> to host the toolbox item.</param>
2580      <returns>An array of created <see cref="T:System.ComponentModel.IComponent" /> objects.</returns>
2581    </member>
2582    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.GetToolboxDisplayName(System.Type)">
2583      <summary>Gets the associated display name for the Toolbox item in the Toolbox.</summary>
2584      <param name="activityType">The type of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to retrieve the display name for.</param>
2585      <returns>String representing the display name for the Toolbox item</returns>
2586    </member>
2587    <member name="M:System.Workflow.ComponentModel.Design.ActivityToolboxItem.GetToolboxImage(System.Type)">
2588      <summary>Gets the associated Image that is used to represent the Toolbox item in the Toolbox.</summary>
2589      <param name="activityType">The type of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to retrieve the Toolbox image for.</param>
2590      <returns>Image object displayed in the Toolbox for a Toolbox item</returns>
2591    </member>
2592    <member name="M:System.Workflow.ComponentModel.Design.AmbientTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)">
2593      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> class by using a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />. </summary>
2594      <param name="theme">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> with which the ambient theme is associated.</param>
2595    </member>
2596    <member name="M:System.Workflow.ComponentModel.Design.AmbientTheme.Dispose(System.Boolean)">
2597      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> and optionally releases the managed resources. </summary>
2598      <param name="disposing">
2599            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
2600    </member>
2601    <member name="M:System.Workflow.ComponentModel.Design.AmbientTheme.Initialize">
2602      <summary>Performs additional initialization tasks for the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> class that are not performed by the <see cref="M:System.Workflow.ComponentModel.Design.AmbientTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)" />.</summary>
2603    </member>
2604    <member name="M:System.Workflow.ComponentModel.Design.AmbientTheme.OnAmbientPropertyChanged(System.Workflow.ComponentModel.Design.AmbientProperty)">
2605      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> when the value of the <see cref="T:System.Workflow.ComponentModel.Design.AmbientProperty" /> enumeration changes. </summary>
2606      <param name="ambientProperty">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientProperty" /> enumeration value to which the setting was changed.</param>
2607    </member>
2608    <member name="M:System.Workflow.ComponentModel.Design.BindUITypeEditor.#ctor">
2609      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.BindUITypeEditor" /> class.  </summary>
2610    </member>
2611    <member name="M:System.Workflow.ComponentModel.Design.BindUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
2612      <summary>Edits the value of the specified object using the editor style indicated by <see cref="Overload:System.Workflow.ComponentModel.Design.BindUITypeEditor.GetEditStyle" />.</summary>
2613      <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
2614      <param name="serviceProvider">An <see cref="T:System.IServiceProvider" /> that the editor can use to obtain services.</param>
2615      <param name="value">The value of the object to edit.</param>
2616      <returns>The new value of the object. </returns>
2617      <exception cref="T:System.ArgumentNullException">
2618              <paramref name="serviceProvider" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2619    </member>
2620    <member name="M:System.Workflow.ComponentModel.Design.BindUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
2621      <summary>Returns the editor style used by the <see cref="Overload:System.Workflow.ComponentModel.Design.BindUITypeEditor.EditValue" /> method.</summary>
2622      <param name="typeDescriptorContext">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
2623      <returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value that indicates the style of editor used by <see cref="Overload:System.Workflow.ComponentModel.Design.BindUITypeEditor.EditValue" />.</returns>
2624    </member>
2625    <member name="M:System.Workflow.ComponentModel.Design.CommentGlyph.#ctor">
2626      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.CommentGlyph" /> class.  </summary>
2627    </member>
2628    <member name="M:System.Workflow.ComponentModel.Design.CommentGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
2629      <summary>Returns the bounds for the current comment glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2630      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the comment glyph is associated.</param>
2631      <param name="activated">
2632            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
2633      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
2634    </member>
2635    <member name="M:System.Workflow.ComponentModel.Design.CommentGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
2636      <summary>Performs any tasks required to render the comment glyph on the activity designer surface. </summary>
2637      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
2638      <param name="activated">
2639            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
2640      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
2641      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
2642    </member>
2643    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.#ctor">
2644      <summary>When implemented in a derived class, initializes an instance of the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
2645    </member>
2646    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.CanInsertActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2647      <summary>Returns a value that indicates whether activities can be inserted into the composite activity associated with the designer.</summary>
2648      <param name="insertLocation">The location to insert the activities.</param>
2649      <param name="activitiesToInsert">A read-only array of <see cref="T:System.Workflow.ComponentModel.Activity" /> to insert.</param>
2650      <returns>
2651          <see langword="true" /> if activities can be inserted into the composite activity associated with the designer; otherwise <see langword="false" />.</returns>
2652    </member>
2653    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.CanMoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2654      <summary>Returns a value that indicates whether activities contained within the composite activity can be moved out of the composite activity associated with the designer.</summary>
2655      <param name="moveLocation">The location from which to move the activities.</param>
2656      <param name="activitiesToMove">The read-only array of activities to move.</param>
2657      <returns>
2658          <see langword="true" /> if the activities can be moved from the composite activity; otherwise <see langword="false" />.</returns>
2659    </member>
2660    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.CanRemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2661      <summary>Returns a value that indicates if activities can be removed from the composite activity associated with the designer.</summary>
2662      <param name="activitiesToRemove">A read-only array of activities to remove from the composite activity associated with the designer.</param>
2663      <returns>
2664          <see langword="true" /> if the activities can be removed from the composite activity; otherwise <see langword="false" />.</returns>
2665    </member>
2666    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.DeserializeActivitiesFromDataObject(System.IServiceProvider,System.Windows.Forms.IDataObject)">
2667      <summary>Deserializes items from an <see cref="T:System.Windows.Forms.IDataObject" /> received during a drag-and-drop operation or from the clipboard.</summary>
2668      <param name="serviceProvider">Component serialization service.</param>
2669      <param name="dataObj">Object that contains activities to deserialize.</param>
2670      <returns>An array of activities deserialized from an <see cref="T:System.Windows.Forms.IDataObject" />.</returns>
2671    </member>
2672    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Dispose(System.Boolean)">
2673      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> and optionally releases the managed resources.</summary>
2674      <param name="disposing">
2675            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
2676    </member>
2677    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.EnsureVisibleContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2678      <summary>Verifies that the contained designer is visible.</summary>
2679      <param name="containedDesigner">The contained designer to make visible.</param>
2680    </member>
2681    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.GetIntersectingDesigners(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Drawing.Rectangle)">
2682      <summary>Retrieves designers belonging to the specified root activity that intersect a specified area.</summary>
2683      <param name="topLevelDesigner">The top-level designer to analyze.</param>
2684      <param name="rectangle">Area within the top-level designer to analyze.</param>
2685      <returns>An array of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> objects that intersect a portion of the Rectangle specified.</returns>
2686    </member>
2687    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
2688      <summary>Gets the object which is next in the order of navigation.</summary>
2689      <param name="current">The current object in the navigation order.</param>
2690      <param name="direction">The direction to navigate. 0 = next; 1 = previous; 2 = left; 3 = right.</param>
2691      <returns>The object that is next in the order of navigation.</returns>
2692    </member>
2693    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.HitTest(System.Drawing.Point)">
2694      <summary>Gets information about the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> at a specified point on the screen.</summary>
2695      <param name="point">A <see cref="T:System.Drawing.Point" /> that represents a single x and y coordinate.</param>
2696      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains information about the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> at a specified point.</returns>
2697    </member>
2698    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
2699      <summary>Initializes the designer with the associated <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
2700      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> with which the designer should be initialized.</param>
2701    </member>
2702    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.InsertActivities(System.Workflow.ComponentModel.Design.CompositeActivityDesigner,System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity},System.String)">
2703      <summary>Inserts activities into the designer at the specified location using a transaction.</summary>
2704      <param name="compositeActivityDesigner">The designer into which the activities will be inserted.</param>
2705      <param name="insertLocation">The location in the designer at which the activities will be inserted.</param>
2706      <param name="activitiesToInsert">The list of activities to insert.</param>
2707      <param name="undoTransactionDescription">Description for the designer transaction created by the insertion.</param>
2708    </member>
2709    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.InsertActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2710      <summary>Inserts the specified activities in the designer at the specified location.</summary>
2711      <param name="insertLocation">The location in the designer to insert the activities.</param>
2712      <param name="activitiesToInsert">The list of activities to insert.</param>
2713    </member>
2714    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.IsContainedDesignerVisible(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2715      <summary>Gets a value that indicates if the contained designer is visible.</summary>
2716      <param name="containedDesigner">The designer contained within the CompositeActivityDesigner to test for visibility.</param>
2717      <returns>
2718          <see langword="true" /> if the contained designer is visible; otherwise <see langword="false" />.</returns>
2719    </member>
2720    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.LoadViewState(System.IO.BinaryReader)">
2721      <summary>Restores the view state from a binary stream.</summary>
2722      <param name="reader">The <see cref="T:System.IO.BinaryReader" /> from which to load the view state.</param>
2723    </member>
2724    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.MoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2725      <summary>Moves activities from one designer to another.</summary>
2726      <param name="moveLocation">A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> describing the location to which to move the activities.</param>
2727      <param name="activitiesToMove">The list of activities to move.</param>
2728    </member>
2729    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.MoveDesigners(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
2730      <summary>Moves a designer forward or backwards in index within the composite activity.</summary>
2731      <param name="activityDesigner">The activity designer to move.</param>
2732      <param name="moveBack">
2733            <see langword="true" /> to move the designer backwards; <see langword="false" /> to move the designer forward.</param>
2734    </member>
2735    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnContainedActivitiesChanged(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
2736      <summary>Occurs when more than one activities contained within the designers have changed. This occurs, for example, when a new child activity is added or an existing child activity is removed.</summary>
2737      <param name="listChangeArgs">An <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> containing information about the change.</param>
2738      <exception cref="T:System.ArgumentNullException">
2739              <paramref name="listChangeArgs" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2740    </member>
2741    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnContainedActivitiesChanging(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
2742      <summary>Occurs when an activity or a group of activities contained within the designer are changing. This occurs, for example, when a new child activity is added or an existing child activity is removed.</summary>
2743      <param name="listChangeArgs">An <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> that contains information about the change.</param>
2744      <exception cref="T:System.ArgumentNullException">
2745              <paramref name="listChangeArgs" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2746    </member>
2747    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnContainedActivityChanged(System.Workflow.ComponentModel.Design.ActivityChangedEventArgs)">
2748      <summary>Occurs when an activity contained within the designer has changed.</summary>
2749      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs" /> that contains information about the change.</param>
2750      <exception cref="T:System.ArgumentNullException">
2751              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2752    </member>
2753    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
2754      <summary>Called when a key is pressed with the designer in focus.</summary>
2755      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
2756    </member>
2757    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2758      <summary>Performs layout and positioning tasks for the contained visual cues or designers on the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> to reposition its child activities.</summary>
2759      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2760      <exception cref="T:System.ArgumentNullException">
2761              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2762    </member>
2763    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2764      <summary>Called to calculate the size needed for an activity based on its current state (collapsed or expanded) and its list of child activities.</summary>
2765      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2766      <returns>The <see cref="T:System.Drawing.Size" /> that contains the new size settings for the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
2767    </member>
2768    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
2769      <summary>Called when the mouse is clicked when the pointer is in designer bounds.</summary>
2770      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
2771    </member>
2772    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
2773      <summary>Draws the visual representation of a composite activity at design time.</summary>
2774      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the drawing data.</param>
2775    </member>
2776    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnThemeChange(System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
2777      <summary>Notifies the designer that the associated theme has changed.</summary>
2778      <param name="designerTheme">A <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that contains the event data.</param>
2779    </member>
2780    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.PaintContainedDesigners(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
2781      <summary>Adjusts the clip region on the graphics object and calls <see cref="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)" /> on all contained designers.</summary>
2782      <param name="e">
2783            <see cref="T:System.EventArgs" /> to be used for painting.</param>
2784    </member>
2785    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.RemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
2786      <summary>Removes a list of activities from the composite activity designer.</summary>
2787      <param name="activitiesToRemove">A list of activities to remove from the designer.</param>
2788    </member>
2789    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.RemoveActivities(System.IServiceProvider,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity},System.String)">
2790      <summary>Removes the list of activities from the designer using a transaction.</summary>
2791      <param name="serviceProvider">The service provider associated with the designer.</param>
2792      <param name="activitiesToRemove">The list of activities to remove.</param>
2793      <param name="transactionDescription">The description of the transaction created.</param>
2794    </member>
2795    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.SaveViewState(System.IO.BinaryWriter)">
2796      <summary>Saves the view state to a binary stream.</summary>
2797      <param name="writer">The <see cref="T:System.IO.BinaryWriter" /> into which the view state is stored.</param>
2798    </member>
2799    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.SerializeActivitiesToDataObject(System.IServiceProvider,System.Workflow.ComponentModel.Activity[])">
2800      <summary>Serializes an array of activities to an <see cref="T:System.Windows.Forms.IDataObject" /> that can be placed into the clipboard or used when initializing a drag and drop operation.</summary>
2801      <param name="serviceProvider">Component serialization service.</param>
2802      <param name="activities">Array of activities to serialize.</param>
2803      <returns>
2804          <see cref="T:System.Windows.Forms.IDataObject" /> that contains serialized activities.</returns>
2805    </member>
2806    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesignerLayoutSerializer.#ctor">
2807      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesignerLayoutSerializer" /> class. </summary>
2808    </member>
2809    <member name="M:System.Workflow.ComponentModel.Design.CompositeActivityDesignerLayoutSerializer.GetProperties(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
2810      <summary>Retrieves information about all properties associated with the specified object.</summary>
2811      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
2812      <param name="obj">The <see cref="T:System.Object" /> to search for properties.</param>
2813      <returns>A <see cref="T:System.Reflection.PropertyInfo" /> array that contains information about the properties associated with <paramref name="obj" />.</returns>
2814    </member>
2815    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject.#ctor(System.Workflow.ComponentModel.Design.CompositeActivityDesigner)">
2816      <summary> Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
2817      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> to apply to the accessible object.</param>
2818    </member>
2819    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject.GetChild(System.Int32)">
2820      <summary>Returns the child accessible object associated with the activity designer at the specified index location.</summary>
2821      <param name="index">The zero-based index of the child accessible object.</param>
2822      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> associated with the child <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> at the specified index location.</returns>
2823    </member>
2824    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject.GetChildCount">
2825      <summary>Returns the number of child accessible objects that belong to the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject" />.</summary>
2826      <returns>The number of children that belong to the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject" />.</returns>
2827    </member>
2828    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)">
2829      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme" /> class.  </summary>
2830      <param name="theme">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> to associate with the composite designer theme.</param>
2831    </member>
2832    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.Dispose(System.Boolean)">
2833      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme" /> and optionally releases the managed resources. </summary>
2834      <param name="disposing">
2835            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
2836    </member>
2837    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.GetExpandButtonBackgroundBrush(System.Drawing.Rectangle)">
2838      <summary>Retrieves a brush that defines the background display properties of the expand button on the composite activity designer.</summary>
2839      <param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds of the expand button on the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</param>
2840      <returns>A <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush" /> object that uses the <paramref name="rectangle" /> parameter to define the button area in which the brush applies two colors in a linear gradient from the upper-left corner to the lower-right corner of the expand button.</returns>
2841    </member>
2842    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.Initialize">
2843      <summary>Performs further initialization tasks beyond those provided by the <see cref="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)" /> constructor.</summary>
2844    </member>
2845    <member name="M:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.OnAmbientPropertyChanged(System.Workflow.ComponentModel.Design.AmbientProperty)">
2846      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme" /> object that the ambient property settings for the designer have changed. </summary>
2847      <param name="ambientProperty">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientProperty" /> enumeration value which the composite designer theme should now use.</param>
2848    </member>
2849    <member name="M:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.#ctor">
2850      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ConfigErrorGlyph" /> class.  </summary>
2851    </member>
2852    <member name="M:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
2853      <summary>Returns the bounds for the glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
2854      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the glyph is associated.</param>
2855      <param name="activated">
2856            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
2857      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
2858      <exception cref="T:System.ArgumentNullException">
2859              <paramref name="designer" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2860    </member>
2861    <member name="M:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.OnActivate(System.Workflow.ComponentModel.Design.ActivityDesigner)">
2862      <summary>Notifies the glyph that an action has been performed which has activated the glyph.</summary>
2863      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on which the glyph is drawn.</param>
2864    </member>
2865    <member name="M:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
2866      <summary>Performs any tasks required to render the glyph on the activity designer surface. </summary>
2867      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
2868      <param name="activated">
2869            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
2870      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
2871      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
2872    </member>
2873    <member name="M:System.Workflow.ComponentModel.Design.ConnectionPoint.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Workflow.ComponentModel.Design.DesignerEdges,System.Int32)">
2874      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />, <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> enumeration value, and an integer. </summary>
2875      <param name="associatedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to which the connection point belongs.</param>
2876      <param name="designerEdge">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> enumeration value that specifies where on the activity designer the connection point is located.</param>
2877      <param name="connectionIndex">An index location of the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />.</param>
2878      <exception cref="T:System.ArgumentException">
2879              <paramref name="connectionIndex" /> is less than zero.-- or --
2880              <paramref name="connectionIndex" /> is greater than or equal to the number of connection points on <paramref name="associatedDesigner" />.</exception>
2881      <exception cref="T:System.ArgumentNullException">
2882              <paramref name="associatedDesigner" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2883    </member>
2884    <member name="M:System.Workflow.ComponentModel.Design.ConnectionPoint.Equals(System.Object)">
2885      <summary>Returns a value that indicates whether the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> is equal to the specified object.</summary>
2886      <param name="obj">The object to compare with the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />. </param>
2887      <returns>
2888          <see langword="true" /> to indicate that the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> and <paramref name="obj" /> are equal; otherwise, <see langword="false" />. </returns>
2889    </member>
2890    <member name="M:System.Workflow.ComponentModel.Design.ConnectionPoint.GetHashCode">
2891      <summary>Returns a hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />.</summary>
2892      <returns>The hash code generated by the <see cref="P:System.Workflow.ComponentModel.Design.ConnectionPoint.ConnectionIndex" /> integer or the designer available through <see cref="P:System.Workflow.ComponentModel.Design.ConnectionPoint.AssociatedDesigner" />.</returns>
2893    </member>
2894    <member name="M:System.Workflow.ComponentModel.Design.ConnectionPoint.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs,System.Boolean)">
2895      <summary>Performs all tasks required to render the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> on the activity designer surface.</summary>
2896      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the data</param>
2897      <param name="drawHighlighted">
2898            <see langword="true" /> to draw a highlighted connection point; otherwise, <see langword="false" />. </param>
2899    </member>
2900    <member name="M:System.Workflow.ComponentModel.Design.Connector.#ctor(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
2901      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> class.  </summary>
2902      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing for the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> begins.</param>
2903      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing for the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> ends.</param>
2904      <exception cref="T:System.ArgumentNullException">
2905              <paramref name="source" /> or <paramref name="target" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
2906    </member>
2907    <member name="M:System.Workflow.ComponentModel.Design.Connector.Equals(System.Object)">
2908      <summary>Determines whether the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> is equal to the specified connector.</summary>
2909      <param name="obj">The <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> to compare with the current connector.</param>
2910      <returns>
2911          <see langword="true" /> if the specified connector is equal to the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" />; otherwise, <see langword="false" />. </returns>
2912    </member>
2913    <member name="M:System.Workflow.ComponentModel.Design.Connector.GetHashCode">
2914      <summary>Returns the hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</summary>
2915      <returns>A hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</returns>
2916    </member>
2917    <member name="M:System.Workflow.ComponentModel.Design.Connector.GetService(System.Type)">
2918      <summary>Returns a service object of the specified type if it is available.</summary>
2919      <param name="serviceType">The <see cref="T:System.Type" /> of the service object to return.</param>
2920      <returns>A service object of type <paramref name="serviceType" /> or a null reference (<see langword="Nothing" /> in Visual Basic) if there is no service object of type <paramref name="serviceType" />.  </returns>
2921    </member>
2922    <member name="M:System.Workflow.ComponentModel.Design.Connector.HitTest(System.Drawing.Point)">
2923      <summary>Returns a value that indicates whether the specified point resides on the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</summary>
2924      <param name="point">The <see cref="T:System.Drawing.Point" /> to test. </param>
2925      <returns>
2926          <see langword="true" /> if <paramref name="point" /> resides on the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" />; otherwise, <see langword="false" />. </returns>
2927    </member>
2928    <member name="M:System.Workflow.ComponentModel.Design.Connector.Invalidate">
2929      <summary>Invalidates the current <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> and causes it to be redrawn.</summary>
2930    </member>
2931    <member name="M:System.Workflow.ComponentModel.Design.Connector.Offset(System.Drawing.Size)">
2932      <summary>Changes the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> height and width using the settings defined in the specified <see cref="T:System.Drawing.Size" />.</summary>
2933      <param name="size">The <see cref="T:System.Drawing.Size" /> that contains the height and width settings to offset the connector.</param>
2934    </member>
2935    <member name="M:System.Workflow.ComponentModel.Design.Connector.OnLayout(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
2936      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> that layout operations are occurring. </summary>
2937      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
2938    </member>
2939    <member name="M:System.Workflow.ComponentModel.Design.Connector.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
2940      <summary>Renders the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> on the workflow design surface.</summary>
2941      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the drawing data.</param>
2942    </member>
2943    <member name="M:System.Workflow.ComponentModel.Design.Connector.OnPaintEdited(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs,System.Drawing.Point[],System.Drawing.Point[])">
2944      <summary>Used for drawing the Connector when it is dragged from one state to another.</summary>
2945      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> object that specifies the graphics to use to draw the object and the clipping rectangle in which to draw it.</param>
2946      <param name="segments">Coordinates for the segments in the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</param>
2947      <param name="segmentEditPoints">Coordinated for the edit points on the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</param>
2948    </member>
2949    <member name="M:System.Workflow.ComponentModel.Design.Connector.OnPaintSelected(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs,System.Boolean,System.Drawing.Point[])">
2950      <summary>Used for drawing a Connector that is selected by the user.</summary>
2951      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> object that specifies the graphics to use to draw the object and the clipping rectangle in which to draw it.</param>
2952      <param name="primarySelection">Not used.</param>
2953      <param name="segmentEditPoints">Coordinates for the edit points on the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</param>
2954    </member>
2955    <member name="M:System.Workflow.ComponentModel.Design.Connector.PerformLayout">
2956      <summary>Performs layout tasks for the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</summary>
2957    </member>
2958    <member name="M:System.Workflow.ComponentModel.Design.Connector.SetConnectorSegments(System.Collections.Generic.ICollection{System.Drawing.Point})">
2959      <summary>Reroutes the connector from source to target if the connector has changed.</summary>
2960      <param name="segments">A <see cref="T:System.Drawing.Point" /> collection that represents the new connector segments to use for rerouting.</param>
2961    </member>
2962    <member name="M:System.Workflow.ComponentModel.Design.Connector.System#IDisposable#Dispose">
2963      <summary>Releases all resources used by the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />. </summary>
2964    </member>
2965    <member name="M:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.#ctor(System.Workflow.ComponentModel.Design.Connector)">
2966      <summary>Initializes an instance of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject" /> class using an instance of <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</summary>
2967      <param name="connector">An instance of <see cref="T:System.Workflow.ComponentModel.Design.Connector" />   which represents a connector between two activity designers on a workflow design surface.</param>
2968    </member>
2969    <member name="M:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.HitTest(System.Int32,System.Int32)">
2970      <summary>Retrieves the child object at the specified screen coordinates.</summary>
2971      <param name="x">The horizontal screen coordinate.</param>
2972      <param name="y">The vertical screen coordinate.</param>
2973      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject" /> the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns a null reference (<see langword="Nothing " />in Visual Basic) if no object is at the tested location.</returns>
2974    </member>
2975    <member name="M:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.#ctor(System.Workflow.ComponentModel.Design.CompositeActivityDesigner,System.Workflow.ComponentModel.Design.HitTestLocations,System.Int32)">
2976      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" /> class.  </summary>
2977      <param name="compositeActivityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that contains the connector.</param>
2978      <param name="flags">A <see cref="T:System.Workflow.ComponentModel.Design.HitTestLocations" /> that defines the location on the connector that the user clicked.</param>
2979      <param name="connector">The index identifier of the connector that was clicked.</param>
2980      <exception cref="T:System.ArgumentException">Prior to the constructor call the connector index was set to less than zero. </exception>
2981    </member>
2982    <member name="M:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.Equals(System.Object)">
2983      <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" />.</summary>
2984      <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" />. </param>
2985      <returns>
2986          <see langword="true" /> if the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" />; otherwise, <see langword="false" />.  </returns>
2987    </member>
2988    <member name="M:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.GetHashCode">
2989      <summary>Returns the hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" />.</summary>
2990      <returns>The hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo" />.</returns>
2991    </member>
2992    <member name="M:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.MapToIndex">
2993      <summary>Returns the index of the connector that the user clicked.</summary>
2994      <returns>The index of the connector that the user clicked.</returns>
2995    </member>
2996    <member name="M:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer.#ctor">
2997      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer" /> class. </summary>
2998    </member>
2999    <member name="M:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer.CreateInstance(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type)">
3000      <summary>Creates an instance of the specified <see cref="T:System.Type" /> using the specified <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</summary>
3001      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
3002      <param name="type">The specified <see cref="T:System.Type" />.</param>
3003      <returns>An instance of the specified <see cref="T:System.Type" />. </returns>
3004      <exception cref="T:System.ArgumentNullException">
3005              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3006      <exception cref="T:System.ArgumentNullException">
3007              <paramref name="type" /> is a null reference (<see langword="Nothing" />).</exception>
3008    </member>
3009    <member name="M:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer.GetConnectorConstructionArguments(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type)">
3010      <summary>Gets a Dictionary collection filled with element name and their associated values from the current position in the xml reader associated with the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</summary>
3011      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
3012      <param name="type">The specified <see cref="T:System.Type" />.</param>
3013      <returns>Dictionary based collection containing the argument names and their associated values for the construction of the connector.</returns>
3014    </member>
3015    <member name="M:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer.GetProperties(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
3016      <summary>Retrieves information about all properties associated with the specified object.</summary>
3017      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
3018      <param name="obj">The <see cref="T:System.Object" /> to search for properties.</param>
3019      <returns>A <see cref="T:System.Reflection.PropertyInfo" /> array that contains information about the properties associated with <paramref name="obj" />.</returns>
3020      <exception cref="T:System.ArgumentNullException">
3021              <paramref name="serializationManager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3022    </member>
3023    <member name="M:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer.OnAfterDeserialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
3024      <summary>Performs processing of the object after the deserialization process.</summary>
3025      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
3026      <param name="obj">The <see cref="T:System.Object" /> that was deserialized.</param>
3027    </member>
3028    <member name="M:System.Workflow.ComponentModel.Design.DesignerAction.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Int32,System.String)">
3029      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> class by using an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />, an integer, and a string.</summary>
3030      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on which the designer action is taken.</param>
3031      <param name="actionId">An integer value that represents the identifier of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</param>
3032      <param name="text">A string that represents the text associated with the designer action.</param>
3033      <exception cref="T:System.ArgumentNullException">
3034              <paramref name="activityDesigner" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3035      <exception cref="T:System.ArgumentException">
3036              <paramref name="text" /> contains a null reference (<see langword="Nothing" />) or its length is 0.</exception>
3037    </member>
3038    <member name="M:System.Workflow.ComponentModel.Design.DesignerAction.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Int32,System.String,System.Drawing.Image)">
3039      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> class by using <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />, an integer, a string, and an <see cref="T:System.Drawing.Image" />.</summary>
3040      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on which the designer action is to appear.</param>
3041      <param name="actionId">An integer value that represents the identifier of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</param>
3042      <param name="text">A string that represents the text associated with the designer action.</param>
3043      <param name="image">The <see cref="T:System.Drawing.Image" /> to be associated with the designer action.</param>
3044      <exception cref="T:System.ArgumentNullException">
3045              <paramref name="activityDesigner" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3046      <exception cref="T:System.ArgumentException">
3047              <paramref name="text" /> contains a null reference (<see langword="Nothing" />) or its length is 0.</exception>
3048    </member>
3049    <member name="M:System.Workflow.ComponentModel.Design.DesignerAction.Invoke">
3050      <summary>Invokes the <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnExecuteDesignerAction(System.Workflow.ComponentModel.Design.DesignerAction)" /> method of the activity designer associated with the current designer action.</summary>
3051    </member>
3052    <member name="M:System.Workflow.ComponentModel.Design.DesignerGlyph.#ctor">
3053      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> class.  </summary>
3054    </member>
3055    <member name="M:System.Workflow.ComponentModel.Design.DesignerGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
3056      <summary>Returns the bounds for the glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3057      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the glyph is associated.</param>
3058      <param name="activated">
3059            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
3060      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
3061      <exception cref="T:System.ArgumentNullException">
3062              <paramref name="designer" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3063    </member>
3064    <member name="M:System.Workflow.ComponentModel.Design.DesignerGlyph.OnActivate(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3065      <summary>Indicates to the glyph that an action has been performed which has activated the glyph.</summary>
3066      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on which the glyph is drawn.</param>
3067    </member>
3068    <member name="M:System.Workflow.ComponentModel.Design.DesignerGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
3069      <summary>When overridden in a derived class, performs any tasks required to render the glyph on the activity designer surface. </summary>
3070      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
3071      <param name="activated">
3072            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
3073      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
3074      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
3075    </member>
3076    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)">
3077      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerTheme" /> class by using a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> object.</summary>
3078      <param name="theme">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> with which the designer theme is associated.</param>
3079    </member>
3080    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.Dispose(System.Boolean)">
3081      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.DesignerTheme" /> and optionally releases the managed resources. </summary>
3082      <param name="disposing">
3083            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
3084    </member>
3085    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.Finalize">
3086      <summary>Allows the <see cref="T:System.Workflow.ComponentModel.Design.DesignerTheme" /> to attempt to free resources and perform other clean-up operations before it is reclaimed by garbage collection.</summary>
3087    </member>
3088    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.Initialize">
3089      <summary>Performs further initialization tasks beyond those performed by <see cref="M:System.Workflow.ComponentModel.Design.DesignerTheme.#ctor(System.Workflow.ComponentModel.Design.WorkflowTheme)" />. </summary>
3090    </member>
3091    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.OnAmbientPropertyChanged(System.Workflow.ComponentModel.Design.AmbientProperty)">
3092      <summary>Notifies the designer theme class that the ambient property settings for the designer have changed. </summary>
3093      <param name="ambientProperty">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientProperty" /> enumeration value that the designer theme should now use.</param>
3094    </member>
3095    <member name="M:System.Workflow.ComponentModel.Design.DesignerTheme.System#IDisposable#Dispose">
3096      <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
3097    </member>
3098    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.#ctor(System.Int32,System.String,System.Drawing.Image)">
3099      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> class by using an integer, a string, and an <see cref="T:System.Drawing.Image" />.</summary>
3100      <param name="viewId">The integer identifier for the designer view.</param>
3101      <param name="text">The string that specifies the name of the designer view.</param>
3102      <param name="image">The <see cref="T:System.Drawing.Image" /> associated with the designer view. </param>
3103      <exception cref="T:System.ArgumentNullException">
3104              <paramref name="viewId" /> or <paramref name="text" /> contains <see langword="null" />.</exception>
3105    </member>
3106    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.#ctor(System.Int32,System.String,System.Drawing.Image,System.Workflow.ComponentModel.Design.ActivityDesigner)">
3107      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> class by using an integer, a string, an <see cref="T:System.Drawing.Image" />, and an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3108      <param name="viewId">The integer identifier for the designer view.</param>
3109      <param name="text">The string that specifies the name of the designer view.</param>
3110      <param name="image">The <see cref="T:System.Drawing.Image" /> associated with the designer view. </param>
3111      <param name="associatedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the designer view.</param>
3112      <exception cref="T:System.ArgumentNullException">
3113              <paramref name="viewId" />, <paramref name="text" />, or <paramref name="associatedDesigner" /> contains <see langword="null" />.</exception>
3114    </member>
3115    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.Equals(System.Object)">
3116      <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current designer view.</summary>
3117      <param name="obj">An <see cref="T:System.Object" /> to compare to the current <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</param>
3118      <returns>
3119          <see langword="true" /> if <paramref name="obj" /> and the current <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> are equal; otherwise, <see langword="false" />.  </returns>
3120    </member>
3121    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.GetHashCode">
3122      <summary>Serves as a hash function for the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> and is suitable for use in hashing algorithms and data structures like a hash table.</summary>
3123      <returns>A hash code for the current <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
3124    </member>
3125    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.OnActivate">
3126      <summary>Notifies the designer when the view is activated.</summary>
3127    </member>
3128    <member name="M:System.Workflow.ComponentModel.Design.DesignerView.OnDeactivate">
3129      <summary>Notifies the designer when the view is deactivated.</summary>
3130    </member>
3131    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.#ctor">
3132      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> class.  </summary>
3133    </member>
3134    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.AddConnector(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
3135      <summary>Adds a connector to the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
3136      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to begin drawing the connector.</param>
3137      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to finish drawing the connector.</param>
3138      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> that was added to the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</returns>
3139      <exception cref="T:System.ArgumentNullException">
3140              <paramref name="source" /> or <paramref name="target" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3141      <exception cref="T:System.ArgumentException">The <see cref="P:System.Workflow.ComponentModel.Design.ConnectionPoint.AssociatedDesigner" /> property for <paramref name="source" /> or <paramref name="target" /> contains a <see langword="null" /> reference (<see langword="Nothing" />).</exception>
3142      <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> is not the container for the connector to add.</exception>
3143    </member>
3144    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.BringToFront(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3145      <summary>Brings the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to the top of the z-order of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
3146      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to bring to the top of the z-order.</param>
3147      <exception cref="T:System.ArgumentNullException">
3148              <paramref name="containedDesigner" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3149      <exception cref="T:System.ArgumentException">
3150              <paramref name="containedDesigner" /> is not found in the <see cref="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ContainedDesigners" /> collection.</exception>
3151    </member>
3152    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.CanConnectContainedDesigners(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
3153      <summary>Returns a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can create a connection between the specified connection point on a source child activity designer and the specified connection point on a target child activity designer. </summary>
3154      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> to check on the source activity designer.</param>
3155      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> to check on the target activity designer.</param>
3156      <returns>
3157          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can draw a connector between source and target activity designers; otherwise, <see langword="false" />. </returns>
3158    </member>
3159    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.CanResizeContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3160      <summary>Returns a value that indicates whether a user can visually resize the specified child activity designer in the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </summary>
3161      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to check.</param>
3162      <returns>
3163          <see langword="true" /> if a user can visually resize the specified activity designer; otherwise, <see langword="false" />. </returns>
3164    </member>
3165    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.CreateConnector(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
3166      <summary>Creates a connector between the two specified connection points.</summary>
3167      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to begin drawing the connector.</param>
3168      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to finish drawing the connector.</param>
3169      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> that was created.</returns>
3170    </member>
3171    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Dispose(System.Boolean)">
3172      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> and optionally releases the managed resources. </summary>
3173      <param name="disposing">
3174            <see langword="true" /> if the designer is being disposed; <see langword="false" /> if the designer is being finalized.</param>
3175    </member>
3176    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
3177      <summary>Returns the first selectable object that follows the specified object in the navigation order of the current <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
3178      <param name="current">The current <see cref="T:System.Object" /> in the navigation order.</param>
3179      <param name="navigate">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection" /> enumeration value that determines the navigation order of the designer.</param>
3180      <returns>The first selectable <see cref="T:System.Object" /> that follows the <paramref name="obj" /> parameter in the navigation order.</returns>
3181    </member>
3182    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.HitTest(System.Drawing.Point)">
3183      <summary>Returns information about the <see langword="FreeformActivityDesigner" /> at the specified coordinates on the workflow design surface.</summary>
3184      <param name="point">The <see cref="T:System.Drawing.Point" /> that contains the coordinates on the workflow design surface from which to gather information.</param>
3185      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains information about the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> at the specified coordinates</returns>
3186    </member>
3187    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
3188      <summary>Initializes the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> by using the specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
3189      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> with which to initialize the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</param>
3190    </member>
3191    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.InsertActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3192      <summary>Adds the specified read-only collection of activities to the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> at the specified location on the workflow design surface.</summary>
3193      <param name="insertLocation">The <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that specifies the location to add the activities.</param>
3194      <param name="activitiesToInsert">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection that contains the activities to add to the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</param>
3195    </member>
3196    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.MoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3197      <summary>Moves activities to a specified location within the design surface.</summary>
3198      <param name="moveLocation">Location to move activities to.</param>
3199      <param name="activitiesToMove">Collection that contains the activities to move to <paramref name="moveLocation." /></param>
3200    </member>
3201    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.MoveContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Drawing.Point)">
3202      <summary>Moves the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to the specified location.</summary>
3203      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to move.</param>
3204      <param name="newLocation">The <see cref="T:System.Drawing.Point" /> that represents the designer's new location. </param>
3205      <exception cref="T:System.ArgumentNullException">
3206              <paramref name="containedDesigner" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3207      <exception cref="T:System.ArgumentException">
3208              <paramref name="containedDesigner" /> is not found in the <see cref="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ContainedDesigners" /> collection.</exception>
3209    </member>
3210    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnConnectorAdded(System.Workflow.ComponentModel.Design.ConnectorEventArgs)">
3211      <summary>Raises the <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorAdded" /> event. </summary>
3212      <param name="e">A <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" /> that contains the event data.</param>
3213    </member>
3214    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnConnectorChanged(System.Workflow.ComponentModel.Design.ConnectorEventArgs)">
3215      <summary>Raises the <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorChanged" /> event. </summary>
3216      <param name="e">A <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" /> that contains the event data.</param>
3217    </member>
3218    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnConnectorRemoved(System.Workflow.ComponentModel.Design.ConnectorEventArgs)">
3219      <summary>Raises the <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorRemoved" /> event. </summary>
3220      <param name="e">A <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" /> that contains the event data.</param>
3221    </member>
3222    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnContainedActivitiesChanging(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
3223      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when a child activity is added or deleted from its <see langword="Activities" /> collection.</summary>
3224      <param name="listChangeArgs">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> that contains information about the added or removed activities.</param>
3225    </member>
3226    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnContainedDesignersConnected(System.Workflow.ComponentModel.Design.ConnectionPoint,System.Workflow.ComponentModel.Design.ConnectionPoint)">
3227      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when a connection has been established between two of its contained activity designers.</summary>
3228      <param name="source">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to begin drawing the connector.</param>
3229      <param name="target">The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> location to finish drawing the connector.</param>
3230    </member>
3231    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnDragDrop(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
3232      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when a drag-drop operation is completed within the bounds of its design surface. </summary>
3233      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that defines the operation event arguments.</param>
3234    </member>
3235    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnDragOver(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
3236      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor is inside the bounds of the designer.</summary>
3237      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that defines the operation event arguments.</param>
3238    </member>
3239    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
3240      <summary>Occurs when a key is pressed when the designer has the keyboard focus. </summary>
3241      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
3242    </member>
3243    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3244      <summary>Performs layout tasks to position visual cues and child designers on the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
3245      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that defines the operation event arguments.</param>
3246    </member>
3247    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3248      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when the size of the visual cues on the designers displayed by the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> have changed.</summary>
3249      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that defines the operation event arguments.</param>
3250      <returns>The <see cref="T:System.Drawing.Size" /> that represents the new size of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> on the workflow design surface.</returns>
3251    </member>
3252    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnResizing(System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs)">
3253      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> when a user is visually resizing it at design time.</summary>
3254      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs" /> that defines the operation event arguments.</param>
3255    </member>
3256    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.OnThemeChange(System.Workflow.ComponentModel.Design.ActivityDesignerTheme)">
3257      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> that its associated theme has changed.</summary>
3258      <param name="newTheme">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that contains the updated theme property settings.</param>
3259    </member>
3260    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.RemoveConnector(System.Workflow.ComponentModel.Design.Connector)">
3261      <summary>Removes the specified <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> from the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
3262      <param name="connector">The <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> to remove. </param>
3263      <exception cref="T:System.ArgumentNullException">
3264              <paramref name="connector" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3265    </member>
3266    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ResizeContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Drawing.Size)">
3267      <summary>Resizes the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to the dimensions of specified size.</summary>
3268      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to resize.</param>
3269      <param name="newSize">The <see cref="T:System.Drawing.Size" /> that represents the new dimensions of the designer.</param>
3270      <exception cref="T:System.ArgumentNullException">
3271              <paramref name="containedDesigner" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3272      <exception cref="T:System.ArgumentException">
3273              <paramref name="containedDesigner" /> is not found in the <see cref="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ContainedDesigners" /> collection.</exception>
3274    </member>
3275    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.SendToBack(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3276      <summary>Sets the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to the bottom of the z-order of the <see langword="FreeformActivityDesigner" />.</summary>
3277      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to set to the back of the z-order.</param>
3278      <exception cref="T:System.ArgumentNullException">
3279              <paramref name="containedDesigner" /> contains a <see langword="null" /> reference (<see langword="Nothing" /> in Visual Basic).</exception>
3280      <exception cref="T:System.ArgumentException">
3281              <paramref name="containedDesigner" /> is not found in the <see cref="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ContainedDesigners" /> collection.</exception>
3282    </member>
3283    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesignerLayoutSerializer.#ctor">
3284      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesignerLayoutSerializer" /> class. </summary>
3285    </member>
3286    <member name="M:System.Workflow.ComponentModel.Design.FreeformActivityDesignerLayoutSerializer.GetProperties(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
3287      <summary>Retrieves information about all properties associated with the specified object.</summary>
3288      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
3289      <param name="obj">The <see cref="T:System.Object" /> to search for properties.</param>
3290      <returns>A <see cref="T:System.Reflection.PropertyInfo" /> array that contains information about the properties associated with <paramref name="obj" />.</returns>
3291    </member>
3292    <member name="M:System.Workflow.ComponentModel.Design.HitTestInfo.#ctor(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Workflow.ComponentModel.Design.HitTestLocations)">
3293      <summary>Initializes an instance of a <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> object.</summary>
3294      <param name="designer">The associated <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</param>
3295      <param name="location">The location on the associated <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> that was clicked.</param>
3296    </member>
3297    <member name="M:System.Workflow.ComponentModel.Design.HitTestInfo.MapToIndex">
3298      <summary>Returns the index of the hit designer.</summary>
3299      <returns>The index of the designer hit by the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" />.</returns>
3300    </member>
3301    <member name="M:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider.GetGlyphs(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3302      <summary>Returns an array of glyphs that are associated with the specified activity designer.</summary>
3303      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> object for which to retrieve the glyphs.</param>
3304      <returns>An array of <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> objects to render to the activity designer.</returns>
3305    </member>
3306    <member name="M:System.Workflow.ComponentModel.Design.IDesignerGlyphProviderService.AddGlyphProvider(System.Workflow.ComponentModel.Design.IDesignerGlyphProvider)">
3307      <summary>Adds a class that implements the <see cref="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider" /> interface to the list of glyph providers that an activity designer uses.</summary>
3308      <param name="glyphProvider">The <see cref="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider" /> to add.</param>
3309    </member>
3310    <member name="M:System.Workflow.ComponentModel.Design.IDesignerGlyphProviderService.RemoveGlyphProvider(System.Workflow.ComponentModel.Design.IDesignerGlyphProvider)">
3311      <summary>Removes the class that implements the <see cref="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider" /> interface to the list of glyph providers that an activity designer uses.</summary>
3312      <param name="glyphProvider">The <see cref="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider" /> to remove.</param>
3313    </member>
3314    <member name="M:System.Workflow.ComponentModel.Design.IDesignerVerbProvider.GetVerbs(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3315      <summary>Returns the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> collection associated with the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />. </summary>
3316      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> for which to return the activity verb collection.</param>
3317      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection" /> that contains the verbs associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
3318    </member>
3319    <member name="M:System.Workflow.ComponentModel.Design.IDesignerVerbProviderService.AddVerbProvider(System.Workflow.ComponentModel.Design.IDesignerVerbProvider)">
3320      <summary>Adds a class that implements the <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> interface to the list of verb providers that an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> uses.</summary>
3321      <param name="verbProvider">The <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> to add.</param>
3322    </member>
3323    <member name="M:System.Workflow.ComponentModel.Design.IDesignerVerbProviderService.RemoveVerbProvider(System.Workflow.ComponentModel.Design.IDesignerVerbProvider)">
3324      <summary>Removes a class that implements the <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> interface to the list of verb providers that an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> uses.</summary>
3325      <param name="verbProvider">The <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> to remove.</param>
3326    </member>
3327    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.AddAssemblyReference(System.Reflection.AssemblyName)">
3328      <summary>Instructs the workflow designer host to add an assembly reference for the current project to access.</summary>
3329      <param name="assemblyName">An <see cref="T:System.Reflection.AssemblyName" /> that identifies the assembly to add. </param>
3330    </member>
3331    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.AddDesignerActions(System.Workflow.ComponentModel.Design.DesignerAction[])">
3332      <summary>Adds an array of designer actions to the list of available user actions in the workflow designer host. </summary>
3333      <param name="actions">A <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> array that contains the actions to add.</param>
3334    </member>
3335    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.AddWebReference(System.Uri@,System.Type@)">
3336      <summary>Adds a reference to a Web resource to a project in a workflow designer.</summary>
3337      <param name="url">When this method returns, contains a <see cref="T:System.Uri" /> that represents the universal resource locator (URL) of the Web resource to provide the project access to. This parameter is passed uninitialized. </param>
3338      <param name="proxyClass">When this method returns, contains a <see cref="T:System.Type" /> of the proxy class associated with the Web resource. This parameter is passed uninitialized. </param>
3339      <returns>A <see cref="T:System.Windows.Forms.DialogResult" /> value that indicates the return value of the Add Web Reference dialog box.</returns>
3340    </member>
3341    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.GetProxyClassForUrl(System.Uri)">
3342      <summary>Returns the type of the proxy class associated with the specified universal resource locator (URL).</summary>
3343      <param name="url">A <see cref="T:System.Uri" /> that represents a URL.</param>
3344      <returns>The <see cref="T:System.Type" /> of the proxy class. </returns>
3345    </member>
3346    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.GetSelectedPropertyContext">
3347      <summary>Provides contextual information about the current component.</summary>
3348      <returns>Returns property context.</returns>
3349    </member>
3350    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.GetUrlForProxyClass(System.Type)">
3351      <summary>Returns the universal resource locator (URL) for the Web resource associated with the specified proxy class.</summary>
3352      <param name="proxyClass">The <see cref="T:System.Type" /> associated with the proxy class. </param>
3353      <returns>The URL for the Web resource associated with the proxy class.</returns>
3354    </member>
3355    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.GetXsdProjectItemsInfo">
3356      <summary>Returns the types that are generated for the XSD schema that is added to the workflow project.</summary>
3357      <returns>The types that are generated for the XSD schema that is added to the workflow project.</returns>
3358    </member>
3359    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.NavigateToProperty(System.String)">
3360      <summary>Navigates to the specified property in the property browser of the workflow designer host. </summary>
3361      <param name="propName">The name of the property to navigate to.</param>
3362      <returns>
3363          <see langword="true" /> if the property was navigated to successfully; otherwise, <see langword="false" />.</returns>
3364    </member>
3365    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.RemoveDesignerActions">
3366      <summary>Deletes all designer actions in the task list associated with the workflow designer host. </summary>
3367    </member>
3368    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService.ShowToolsOptions">
3369      <summary>Displays the tools options associated with the workflow designer host.</summary>
3370    </member>
3371    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService2.GetReflectionAssembly(System.Reflection.AssemblyName)">
3372      <summary>Returns the assembly loaded in reflection context for the current target framework.</summary>
3373      <param name="assemblyName">The assembly name.</param>
3374      <returns>The assembly loaded in reflection context for the current target framework.</returns>
3375    </member>
3376    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService2.GetRuntimeType(System.Type)">
3377      <summary>Returns the current runtime type for the specified reflection type. The reflection type depends on the target .NET Framework version.</summary>
3378      <param name="reflectionType">The reflection type that depends on the target .NET Framework version.</param>
3379      <returns>The current runtime type.</returns>
3380    </member>
3381    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService2.GetTargetFrameworkVersion">
3382      <summary>Returns the target .NET Framework version of the current project.</summary>
3383      <returns>The target .NET Framework version of the current project.</returns>
3384    </member>
3385    <member name="M:System.Workflow.ComponentModel.Design.IExtendedUIService2.IsSupportedType(System.Type)">
3386      <summary>Returns a value that indicates whether the specified type is supported in the current target .NET Framework version.</summary>
3387      <param name="type">The type to check.</param>
3388      <returns>
3389          <see langword="true" /> if the specified type is supported in the current target .NET Framework version; otherwise, <see langword="false" />.</returns>
3390    </member>
3391    <member name="M:System.Workflow.ComponentModel.Design.IIdentifierCreationService.EnsureUniqueIdentifiers(System.Workflow.ComponentModel.CompositeActivity,System.Collections.ICollection)">
3392      <summary>Provides a mechanism to ensure that Activities added to a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> are uniquely named.</summary>
3393      <param name="parentActivity">The <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that will contain the uniquely named activities.</param>
3394      <param name="childActivities">A collection of activities to ensure that activities are uniquely named.</param>
3395    </member>
3396    <member name="M:System.Workflow.ComponentModel.Design.IIdentifierCreationService.ValidateIdentifier(System.Workflow.ComponentModel.Activity,System.String)">
3397      <summary>Provides a mechanism to test that an identifier is unique within an <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
3398      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> against which to test the identifier.</param>
3399      <param name="identifier">The identifier to test for validity.</param>
3400    </member>
3401    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.CreateEvent(System.String,System.String,System.Type,System.Workflow.ComponentModel.Compiler.AttributeInfo[],System.Boolean)">
3402      <summary>Creates an event on the specified class by using the specified event name, event type and attributes.</summary>
3403      <param name="className">A string that contains the class name to add the event to.</param>
3404      <param name="eventName">A string that defines the name of the event.</param>
3405      <param name="eventType">The <see cref="T:System.Type" /> assigned to the event.</param>
3406      <param name="attributes">An <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> array that contains information on all attributes to assign to the event.</param>
3407      <param name="emitDependencyProperty">
3408            <see langword="true" /> to emit any dependency properties associated with the event; otherwise, <see langword="false" />. </param>
3409    </member>
3410    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.CreateField(System.String,System.String,System.Type,System.Type[],System.CodeDom.MemberAttributes,System.CodeDom.CodeSnippetExpression,System.Boolean)">
3411      <summary>Creates a field on the specified class by using the specified field name, field type, parameter types, attributes and literal initialization expression.</summary>
3412      <param name="className">A string that defines the name of the class to add the field.</param>
3413      <param name="fieldName">A string that defines the name of the field.</param>
3414      <param name="fieldType">The <see cref="T:System.Type" /> of the new field. </param>
3415      <param name="genericParameterTypes">A <see cref="T:System.Type" /> array of any parameters associated with the field.</param>
3416      <param name="attributes">A <see cref="T:System.CodeDom.MemberAttributes" /> that defines the member attribute identifier for the field.</param>
3417      <param name="initializationExpression">A <see cref="T:System.CodeDom.CodeSnippetExpression" /> that contains the literal expression of the field.</param>
3418      <param name="overwriteExisting">
3419            <see langword="true" /> to delete any existing fields on <paramref name="className" /> when creating the new field; otherwise, <see langword="false" />. </param>
3420    </member>
3421    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.CreateProperty(System.String,System.String,System.Type,System.Workflow.ComponentModel.Compiler.AttributeInfo[],System.Boolean,System.Boolean,System.Boolean,System.Type,System.Boolean)">
3422      <summary>Creates a property on the specified class by using the specified property name, property type and attributes.</summary>
3423      <param name="className">A string that defines the name of the class to add the field.</param>
3424      <param name="propertyName">A string that defines the name of the field.</param>
3425      <param name="propertyType">The <see cref="T:System.Type" /> of the new property. </param>
3426      <param name="attributes">An <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> array that contains information on all attributes to assign to the property.</param>
3427      <param name="emitDependencyProperty">
3428            <see langword="true" /> to emit any dependency properties associated with the property; otherwise, <see langword="false" />.</param>
3429      <param name="isMetaProperty">
3430            <see langword="true" /> to create the property as a meta property; otherwise, <see langword="false" />. </param>
3431      <param name="isAttached">
3432            <see langword="true" /> to indicate that the emitted dependency property has its <see cref="P:System.Workflow.ComponentModel.DependencyProperty.IsAttached" /> property set to <see langword="true" />; otherwise, <see langword="false" />. </param>
3433      <param name="ownerType">The <see cref="T:System.Type" /> that is declaring the dependency property.</param>
3434      <param name="isReadOnly">
3435            <see langword="true" /> to create the property as a read-only property; <see langword="false" /> to create the property as a read-write property.</param>
3436    </member>
3437    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.RemoveEvent(System.String,System.String,System.Type)">
3438      <summary>Removes the specified event from the specified class. </summary>
3439      <param name="className">A string that contains the name of the class from which to remove the event.</param>
3440      <param name="eventName">A string that contains the name of the event to remove.</param>
3441      <param name="eventType">The <see cref="T:System.Type" /> associated with the event to remove.</param>
3442    </member>
3443    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.RemoveProperty(System.String,System.String,System.Type)">
3444      <summary>Removes the specified property from the specified class. </summary>
3445      <param name="className">A string that contains the name of the class from which to remove the property.</param>
3446      <param name="propertyName">A string that contains the name of the property to remove.</param>
3447      <param name="propertyType">The <see cref="T:System.Type" /> of the property to remove.</param>
3448    </member>
3449    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.ShowCode">
3450      <summary>Displays code for the new member on a workflow design surface.</summary>
3451    </member>
3452    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.ShowCode(System.Workflow.ComponentModel.Activity,System.String,System.Type)">
3453      <summary>Displays code for the new member on a workflow design surface by using the specified <see cref="T:System.Workflow.ComponentModel.Activity" />, the specified method and the specified delegate type.</summary>
3454      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the code to display.</param>
3455      <param name="methodName">The name of the method to display.</param>
3456      <param name="delegateType">The <see cref="T:System.Type" /> of the delegate associated with the method to display.</param>
3457    </member>
3458    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.UpdateBaseType(System.String,System.Type)">
3459      <summary>Updates the base type to associate with the specified class. </summary>
3460      <param name="className">A string that contains the name of the class to update with a new base type.</param>
3461      <param name="baseType">The <see cref="T:System.Type" /> to be the new base type for the class. </param>
3462    </member>
3463    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.UpdateEvent(System.String,System.String,System.Type,System.String,System.Type,System.Workflow.ComponentModel.Compiler.AttributeInfo[],System.Boolean,System.Boolean)">
3464      <summary>Sets a new name and type to an existing event on the specified class. </summary>
3465      <param name="className">A string that contains the name of the class that contains the event to update.</param>
3466      <param name="oldEventName">A string that contains the name of the existing event.</param>
3467      <param name="oldEventType">The <see cref="T:System.Type" /> associated with the existing event.</param>
3468      <param name="newEventName">A string that contains the new name of the updated event.</param>
3469      <param name="newEventType">The <see cref="T:System.Type" /> to associate with the updated event.</param>
3470      <param name="attributes">An <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> array that contains information on all attributes to assign to the updated event.</param>
3471      <param name="emitDependencyProperty">
3472            <see langword="true" /> to update the event to emit a dependency property; otherwise, <see langword="false" />.</param>
3473      <param name="isMetaProperty">
3474            <see langword="true" /> to set the event as a meta property; otherwise, <see langword="false" />. </param>
3475    </member>
3476    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.UpdateProperty(System.String,System.String,System.Type,System.String,System.Type,System.Workflow.ComponentModel.Compiler.AttributeInfo[],System.Boolean,System.Boolean)">
3477      <summary>Sets a new name and type to a property on the specified class. </summary>
3478      <param name="className">A string that contains the name of the class on which the property to update resides.</param>
3479      <param name="oldPropertyName">A string that contains the existing name of the property.</param>
3480      <param name="oldPropertyType">The <see cref="T:System.Type" /> associated with the existing property.</param>
3481      <param name="newPropertyName">A string that contains the new name of the property.</param>
3482      <param name="newPropertyType">The <see cref="T:System.Type" /> to associate with the updated version of the property.</param>
3483      <param name="attributes">An <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> array that contains information on all attributes to assign to the updated property.</param>
3484      <param name="emitDependencyProperty">
3485            <see langword="true" /> to update the property emit a dependency property; otherwise, <see langword="false" />.</param>
3486      <param name="isMetaProperty">
3487            <see langword="true" /> to set the property as a meta property; otherwise, <see langword="false" />. </param>
3488    </member>
3489    <member name="M:System.Workflow.ComponentModel.Design.IMemberCreationService.UpdateTypeName(System.String,System.String)">
3490      <summary>Updates the name of the specified class. </summary>
3491      <param name="oldClassName">A string that contains the existing name of the class. </param>
3492      <param name="newClassName">A string that contains the new name to assign to the class. </param>
3493    </member>
3494    <member name="M:System.Workflow.ComponentModel.Design.IPersistUIState.LoadViewState(System.IO.BinaryReader)">
3495      <summary>Restores the UI state of a designer from a binary stream.</summary>
3496      <param name="reader">The <see cref="T:System.IO.BinaryReader" /> from which to restore the designer state.</param>
3497    </member>
3498    <member name="M:System.Workflow.ComponentModel.Design.IPersistUIState.SaveViewState(System.IO.BinaryWriter)">
3499      <summary>Stores the UI state of a designer to a binary stream.</summary>
3500      <param name="writer">The <see cref="T:System.IO.BinaryWriter" /> to use to store the state.</param>
3501    </member>
3502    <member name="M:System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType(System.Type,System.Boolean)">
3503      <summary>Returns a value that indicates whether the specified type can be filtered.</summary>
3504      <param name="type">The <see cref="T:System.Type" /> to check for filtering.</param>
3505      <param name="throwOnError">
3506            <see langword="true" /> to throw an exception when the <see cref="M:System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType(System.Type,System.Boolean)" /> is processed; otherwise, <see langword="false" />. </param>
3507      <returns>
3508          <see langword="true" /> if the specified type can be filtered; otherwise, <see langword="false" />. </returns>
3509    </member>
3510    <member name="M:System.Workflow.ComponentModel.Design.ITypeProviderCreator.GetLocalAssembly(System.Object)">
3511      <summary>Returns the local assembly associated with the specified object.</summary>
3512      <param name="obj">The <see cref="T:System.Object" /> for which to obtain the local assembly.</param>
3513      <returns>The <see cref="T:System.Reflection.Assembly" /> associated with <paramref name="obj" />.</returns>
3514    </member>
3515    <member name="M:System.Workflow.ComponentModel.Design.ITypeProviderCreator.GetTransientAssembly(System.Reflection.AssemblyName)">
3516      <summary>Returns the transient assembly associated with the specified assembly name.</summary>
3517      <param name="assemblyName">The <see cref="T:System.Reflection.AssemblyName" /> for which to retrieve the transient assembly.</param>
3518      <returns>The transient <see cref="T:System.Reflection.Assembly" /> associated with <paramref name="assemblyName" />.</returns>
3519    </member>
3520    <member name="M:System.Workflow.ComponentModel.Design.ITypeProviderCreator.GetTypeProvider(System.Object)">
3521      <summary>Returns the type provider associated with the specified object. </summary>
3522      <param name="obj">The <see cref="T:System.Object" /> for which to return the type provider.</param>
3523      <returns>An <see cref="T:System.Workflow.ComponentModel.Compiler.ITypeProvider" /> to perform type provider tasks for <paramref name="obj" />.</returns>
3524    </member>
3525    <member name="M:System.Workflow.ComponentModel.Design.ITypeProviderCreator.GetTypeResolutionService(System.Object)">
3526      <summary>Returns a service that can retrieve an assembly or type by name for the specified object.</summary>
3527      <param name="obj">The <see cref="T:System.Object" /> for which to retrieve the type resolution service.</param>
3528      <returns>The <see cref="T:System.ComponentModel.Design.ITypeResolutionService" /> to use to retrieve an assembly or type.</returns>
3529    </member>
3530    <member name="M:System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.IsSupportedActivityType(System.Type)">
3531      <summary>Returns a value that indicates whether the specified type is supported on the current workflow designer.</summary>
3532      <param name="activityType">The <see cref="T:System.Type" /> to check for support on the designer.</param>
3533      <returns>
3534          <see langword="true" /> if <paramref name="type" /> is supported on the current workflow designer; otherwise, <see langword="false" />. </returns>
3535    </member>
3536    <member name="M:System.Workflow.ComponentModel.Design.LockedActivityGlyph.#ctor">
3537      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.LockedActivityGlyph" /> class.  </summary>
3538    </member>
3539    <member name="M:System.Workflow.ComponentModel.Design.LockedActivityGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
3540      <summary>Returns the bounds for the glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3541      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the glyph is associated.</param>
3542      <param name="activated">
3543            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
3544      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
3545      <exception cref="T:System.ArgumentNullException">
3546              <paramref name="designer" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3547    </member>
3548    <member name="M:System.Workflow.ComponentModel.Design.LockedActivityGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
3549      <summary>Performs any tasks required to render the glyph on the activity designer surface. </summary>
3550      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
3551      <param name="activated">
3552            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
3553      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
3554      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
3555    </member>
3556    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.#ctor">
3557      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" /> class.  </summary>
3558    </member>
3559    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.CanMoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3560      <summary>Returns a value that indicates whether child activities of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" /> can be moved.</summary>
3561      <param name="moveLocation">The <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that describes the location to move the activities to.</param>
3562      <param name="activitiesToMove">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection that contains the activities to move.</param>
3563      <returns>
3564          <see langword="true" /> if the activities can be moved from the parent activity; otherwise <see langword="false" />.</returns>
3565    </member>
3566    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.CanRemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3567      <summary>Returns a value that indicates whether child activities of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" /> can be deleted.</summary>
3568      <param name="activitiesToRemove">The read-only collection of activities to remove.</param>
3569      <returns>
3570          <see langword="true" /> if the activities can be deleted from the parent activity; otherwise <see langword="false" />.</returns>
3571    </member>
3572    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.GetDropTargets(System.Drawing.Point)">
3573      <summary>Returns array of rectangles that represent the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
3574      <param name="dropPoint">The <see cref="T:System.Drawing.Point" /> that defines the x- and y-coordinates for the drop target.</param>
3575      <returns>The <see cref="T:System.Drawing.Rectangle" /> array that represents the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</returns>
3576    </member>
3577    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
3578      <summary>Returns the first selectable object that follows the specified object in the navigation order of the current <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
3579      <param name="obj">The current <see cref="T:System.Object" /> in the navigation order.</param>
3580      <param name="direction">A <see cref="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection" /> enumeration value that determines the navigation order of the designer.</param>
3581      <returns>An <see cref="T:System.Object" /> that follows the specified object.</returns>
3582    </member>
3583    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.OnCreateNewBranch">
3584      <summary>Indicates that the user has created a new branch activity on the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
3585      <returns>The <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that was added as the new branch of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</returns>
3586    </member>
3587    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3588      <summary>Performs layout tasks to position visual cues and child designers on the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
3589      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3590      <exception cref="T:System.ArgumentNullException">
3591              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3592    </member>
3593    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3594      <summary>Sets the size of the visual cues on the designers contained within the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
3595      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3596      <returns>The <see cref="T:System.Drawing.Size" /> that contains the new size settings for the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</returns>
3597    </member>
3598    <member name="M:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
3599      <summary>Draws the visual representation of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" /> at design time.</summary>
3600      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the drawing arguments.</param>
3601    </member>
3602    <member name="M:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph.#ctor">
3603      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph" /> class.  </summary>
3604    </member>
3605    <member name="M:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
3606      <summary>Returns the bounds for the glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3607      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the glyph is associated.</param>
3608      <param name="activated">
3609            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
3610      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
3611      <exception cref="T:System.ArgumentNullException">
3612              <paramref name="designer" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3613    </member>
3614    <member name="M:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
3615      <summary>Performs any tasks required to render the glyph on the activity designer surface. </summary>
3616      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
3617      <param name="activated">
3618            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
3619      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
3620      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
3621    </member>
3622    <member name="M:System.Workflow.ComponentModel.Design.SelectionGlyph.#ctor">
3623      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SelectionGlyph" /> class.  </summary>
3624    </member>
3625    <member name="M:System.Workflow.ComponentModel.Design.SelectionGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
3626      <summary>Returns the bounds for the selection glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3627      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the selection glyph is associated.</param>
3628      <param name="activated">
3629            <see langword="true" /> to indicate whether the selection glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
3630      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
3631    </member>
3632    <member name="M:System.Workflow.ComponentModel.Design.SelectionGlyph.GetGrabHandles(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3633      <summary>Returns an array of rectangles that represents the selected glyph's grab handles. </summary>
3634      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the selection glyph is associated.</param>
3635      <returns>A <see cref="T:System.Drawing.Rectangle" /> array of the grab handles to display on the selected glyph.</returns>
3636    </member>
3637    <member name="M:System.Workflow.ComponentModel.Design.SelectionGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)">
3638      <summary>Performs any tasks required to render the glyph on the activity designer surface. </summary>
3639      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> to perform fill and drawing tasks.</param>
3640      <param name="activated">
3641            <see langword="true" /> to indicate that the glyph appears on the design surface; otherwise, <see langword="false" />. </param>
3642      <param name="ambientTheme">The <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> to use to access ambient property settings.</param>
3643      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> from which to obtain information about user actions.</param>
3644    </member>
3645    <member name="M:System.Workflow.ComponentModel.Design.SequenceDesigner.#ctor">
3646      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SequenceDesigner" /> class. </summary>
3647    </member>
3648    <member name="M:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject.#ctor(System.Workflow.ComponentModel.Design.SequentialActivityDesigner)">
3649      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />. </summary>
3650      <param name="activityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> to apply to the accessible object.</param>
3651    </member>
3652    <member name="M:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject.GetChild(System.Int32)">
3653      <summary>Retrieves the accessible child that corresponds to the specified index location.</summary>
3654      <param name="index">The zero-based index for the accessible child.</param>
3655      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the accessible child corresponding to the specified index.</returns>
3656    </member>
3657    <member name="M:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject.GetChildCount">
3658      <summary>Retrieves the number of children that belong to the accessible object.</summary>
3659      <returns>An integer that represents the number of children that belong to the accessible object. </returns>
3660    </member>
3661    <member name="M:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
3662      <summary>Navigates to another accessible object.</summary>
3663      <param name="navdir">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param>
3664      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the specified <see cref="T:System.Windows.Forms.AccessibleNavigation" /> value.</returns>
3665    </member>
3666    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.#ctor">
3667      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> class.  </summary>
3668    </member>
3669    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.GetConnectors">
3670      <summary>Returns an array of rectangles that bound the activity designer's connectors.</summary>
3671      <returns>The <see cref="T:System.Drawing.Rectangle" /> array that bounds the connectors.</returns>
3672    </member>
3673    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.GetDropTargets(System.Drawing.Point)">
3674      <summary>Returns array of rectangles that represent the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
3675      <param name="dropPoint">The <see cref="T:System.Drawing.Point" /> that defines the x- and y-coordinates for the drop target.</param>
3676      <returns>The <see cref="T:System.Drawing.Rectangle" /> array that represents the valid drop locations within the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</returns>
3677    </member>
3678    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
3679      <summary>Returns the first selectable object that follows the specified object in the navigation order of the current <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
3680      <param name="obj">The current object in the navigation order.</param>
3681      <param name="direction">A <see cref="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection" /> enumeration value that determines the navigation order of the designer.</param>
3682      <returns>The first selectable <see cref="T:System.Object" /> that follows the <paramref name="obj" /> parameter in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />. </returns>
3683    </member>
3684    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HitTest(System.Drawing.Point)">
3685      <summary>Returns information about the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> at the specified point on the workflow design surface.</summary>
3686      <param name="point">The <see cref="T:System.Drawing.Point" /> location on the workflow design surface from which to gather information.</param>
3687      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains information about the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</returns>
3688    </member>
3689    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
3690      <summary>Initializes the designer by using the specified activity.</summary>
3691      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> with which to initialize the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</param>
3692    </member>
3693    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3694      <summary>Performs layout tasks to position visual cues and child designers on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
3695      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3696      <exception cref="T:System.ArgumentNullException">
3697              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3698    </member>
3699    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3700      <summary>Sets the size of the visual cues on the designers contained within the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
3701      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3702      <returns>The <see cref="T:System.Drawing.Size" /> that contains the new size settings for <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />. </returns>
3703    </member>
3704    <member name="M:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
3705      <summary>Draws the visual representation of activity at design time.</summary>
3706      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the drawing arguments.</param>
3707    </member>
3708    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.#ctor(System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner,System.Boolean)">
3709      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> class.  </summary>
3710      <param name="parent">The SequentialWorkflowRootDesigner with which the </param>
3711      <param name="isHeader">
3712            <see langword="true" /> to indicate that the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> is a header; <see langword="false" /> to indicate that the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> is a footer. </param>
3713    </member>
3714    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.OnLayout(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3715      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> when the elements it contains are repositioned by the user.</summary>
3716      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the event data.</param>
3717    </member>
3718    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
3719      <summary>Draws the header or footer associated with the workflow root designer on the design surface.</summary>
3720      <param name="e">An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the event data.</param>
3721      <exception cref="T:System.ArgumentNullException">
3722              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3723    </member>
3724    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.#ctor">
3725      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" /> class.  </summary>
3726    </member>
3727    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.CanBeParentedTo(System.Workflow.ComponentModel.Design.CompositeActivityDesigner)">
3728      <summary>Returns a value that indicates whether a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> can be set as the parent of the activity associated with the designer.</summary>
3729      <param name="parentActivityDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> to check.</param>
3730      <returns>
3731          <see langword="true" /> to allow the activity associated with <paramref name="parentActivityDesigner" /> to be the parent of the activity associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />; otherwise, <see langword="false" />. </returns>
3732    </member>
3733    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges)">
3734      <summary>Returns a read-only collection of points that represent the inner connection of the designer. </summary>
3735      <param name="edges">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> on which to gather the collection of connection points.</param>
3736      <returns>A collection that contains the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> objects used for a connectable designer.</returns>
3737    </member>
3738    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3739      <summary>Sets the size of the visual cues on the designers contained within the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
3740      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3741      <returns>The <see cref="T:System.Drawing.Size" /> that represents the size of the visual cues on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</returns>
3742    </member>
3743    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)">
3744      <summary>Draws any headers and footers associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
3745      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs" /> that contains the event data.</param>
3746      <exception cref="T:System.ArgumentNullException">
3747              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3748    </member>
3749    <member name="M:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.OnSmartTagVisibilityChanged(System.Boolean)">
3750      <summary>Notifies the designer whether smart tags are to be shown or hidden on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
3751      <param name="visible">
3752            <see langword="true" /> to display smart tags on the designer surface; otherwise, <see langword="false" />.</param>
3753    </member>
3754    <member name="M:System.Workflow.ComponentModel.Design.ShadowGlyph.#ctor">
3755      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ShadowGlyph" /> class.  </summary>
3756    </member>
3757    <member name="M:System.Workflow.ComponentModel.Design.ShadowGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner,System.Boolean)">
3758      <summary>Returns the bounds for the glyph on the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
3759      <param name="designer">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which the glyph is associated.</param>
3760      <param name="activated">
3761            <see langword="true" /> to indicate whether the glyph appears on the activity designer surface; otherwise, <see langword="false" />. </param>
3762      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds for the glyph.</returns>
3763    </member>
3764    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.#ctor">
3765      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> class.  </summary>
3766    </member>
3767    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.CanInsertActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3768      <summary>Returns a value that indicates whether the specified activities can be added to the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> at the specified location on the workflow design surface.</summary>
3769      <param name="insertLocation">The <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains the screen location at which to attempt to insert the activities.</param>
3770      <param name="activitiesToInsert">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection that contains the activities to add.</param>
3771      <returns>
3772          <see langword="true" /> if the specified activities can be inserted at the specified location on the workflow design surface; otherwise, <see langword="false" />. </returns>
3773    </member>
3774    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.CanRemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3775      <summary>Returns a value that indicates whether the specified activities can be removed from the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
3776      <param name="activitiesToRemove">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection that contains the activities to remove.</param>
3777      <returns>
3778          <see langword="true" /> if the specified activities can be removed; otherwise, <see langword="false" />. </returns>
3779    </member>
3780    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.DrawConnectors(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.Point[],System.Workflow.ComponentModel.Design.LineAnchor,System.Workflow.ComponentModel.Design.LineAnchor)">
3781      <summary>Draws all of the connectors to display on the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
3782      <param name="graphics">The <see cref="T:System.Drawing.Graphics" /> on which to draw the connectors.</param>
3783      <param name="pen">The <see cref="T:System.Drawing.Pen" /> to draw the connectors.</param>
3784      <param name="points">The <see cref="T:System.Drawing.Point" /> array that contains the endpoints for each of the connectors to draw.</param>
3785      <param name="startCap">A <see cref="T:System.Workflow.ComponentModel.Design.LineAnchor" /> that determines the graphic to draw at connector start points.</param>
3786      <param name="endCap">A <see cref="T:System.Workflow.ComponentModel.Design.LineAnchor" /> that determines the graphic to draw at connector end points.</param>
3787    </member>
3788    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.EnsureVisibleContainedDesigner(System.Workflow.ComponentModel.Design.ActivityDesigner)">
3789      <summary>Ensures that the specified activity designer is visible on the workflow design surface.</summary>
3790      <param name="containedDesigner">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> for which to ensure visibility on the workflow design surface.</param>
3791    </member>
3792    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.GetDropTargets(System.Drawing.Point)">
3793      <summary>Returns an array of valid drop locations on the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> surface. </summary>
3794      <param name="dropPoint">The <see cref="T:System.Drawing.Point" /> to query the design surface with.</param>
3795      <returns>A <see cref="T:System.Drawing.Rectangle" /> array that represents the valid drop locations on the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> surface.</returns>
3796    </member>
3797    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.GetInnerConnections(System.Workflow.ComponentModel.Design.DesignerEdges)">
3798      <summary>Returns a read-only collection of points that represent the inner connection points for the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
3799      <param name="edges">The DesignerEdges along which to search for connection points. </param>
3800      <returns>A <see cref="T:System.Drawing.Point" /> generic read-only collection that contains the inner connection points for the designer.</returns>
3801    </member>
3802    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.GetNextSelectableObject(System.Object,System.Workflow.ComponentModel.Design.DesignerNavigationDirection)">
3803      <summary>Returns the first selectable object that follows the specified object in the navigation order for the current <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />. </summary>
3804      <param name="current">The current object in the navigation order.</param>
3805      <param name="direction">A <see cref="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection" /> that determines the navigation order of the designer.</param>
3806      <returns>The first selectable <see cref="T:System.Object" /> that follows the <paramref name="obj" /> parameter in the navigation order. </returns>
3807    </member>
3808    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.Initialize(System.Workflow.ComponentModel.Activity)">
3809      <summary>Initializes the designer by using the specified activity.</summary>
3810      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> with which to initialize the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</param>
3811    </member>
3812    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.InsertActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3813      <summary>Adds the specified activities to the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> at the specified location on the workflow design surface.</summary>
3814      <param name="insertLocation">The <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that specifies the location to add the activities.</param>
3815      <param name="activitiesToInsert">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection that contains the activities to add to the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</param>
3816    </member>
3817    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.LoadViewState(System.IO.BinaryReader)">
3818      <summary>Loads the view state of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> from a binary stream.</summary>
3819      <param name="reader">A <see cref="T:System.IO.BinaryReader" /> used to restore the designer view state.</param>
3820      <exception cref="T:System.ArgumentNullException">
3821              <paramref name="reader" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3822    </member>
3823    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.MoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo,System.Collections.ObjectModel.ReadOnlyCollection{System.Workflow.ComponentModel.Activity})">
3824      <summary>Moves the specified activities from one designer displayed in the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> to another.</summary>
3825      <param name="moveLocation">The <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that contains the location on the workflow design surface to move the activities.</param>
3826      <param name="activitiesToMove">The <see cref="T:System.Workflow.ComponentModel.Activity" /> read-only collection to move.</param>
3827    </member>
3828    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnActivityChanged(System.Workflow.ComponentModel.Design.ActivityChangedEventArgs)">
3829      <summary>Notifies the designer when the activity associated with it changes.</summary>
3830      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs" /> that contains information about the changed activity.</param>
3831      <exception cref="T:System.ArgumentNullException">
3832              <paramref name="e" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3833    </member>
3834    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnContainedActivitiesChanging(System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs)">
3835      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when more than one of the activities it contains has changed. </summary>
3836      <param name="listChangeArgs">The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs" /> that contains information about the activities that changed.</param>
3837    </member>
3838    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnDragDrop(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
3839      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when a drag-drop operation is completed with the bounds of its design surface.</summary>
3840      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that defines the operation event arguments.</param>
3841      <exception cref="T:System.ArgumentNullException">
3842              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3843    </member>
3844    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnDragEnter(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
3845      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor enters the bounds of the designer.</summary>
3846      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that defines the operation event arguments.</param>
3847      <exception cref="T:System.ArgumentNullException">
3848              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3849    </member>
3850    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnDragLeave">
3851      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor leaves the bounds of the designer.</summary>
3852    </member>
3853    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnDragOver(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)">
3854      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when a drag-drop operation is in progress and the user's mouse cursor is inside the bounds of the designer.</summary>
3855      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs" /> that defines the operation event arguments.</param>
3856      <exception cref="T:System.ArgumentNullException">
3857              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3858    </member>
3859    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3860      <summary>Performs layout tasks to position visual cues and child designers on the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
3861      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3862      <exception cref="T:System.ArgumentNullException">
3863              <paramref name="e" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3864    </member>
3865    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)">
3866      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when the size of the visual cues on the designers displayed by the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> have changed.</summary>
3867      <param name="e">The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs" /> that contains the layout arguments.</param>
3868      <returns>The <see cref="T:System.Drawing.Size" /> that represents the new size of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> on the workflow design surface.</returns>
3869    </member>
3870    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnShowSmartTagVerbs(System.Drawing.Point)">
3871      <summary>Displays the designer verbs associated with a smart tag at a specified location on the workflow design surface.</summary>
3872      <param name="smartTagPoint">The <see cref="T:System.Drawing.Point" /> that represents the location on the workflow design surface for which to show <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> objects.</param>
3873    </member>
3874    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.OnViewChanged(System.Workflow.ComponentModel.Design.DesignerView)">
3875      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> when the current designer view changes.</summary>
3876      <param name="view">The <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> that is to be set.</param>
3877    </member>
3878    <member name="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.SaveViewState(System.IO.BinaryWriter)">
3879      <summary>Stores the current view state of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> to a binary stream.</summary>
3880      <param name="writer">The <see cref="T:System.IO.BinaryWriter" /> to which the current designer view state is stored.</param>
3881    </member>
3882    <member name="M:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog.#ctor(System.IServiceProvider)">
3883      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog" /> class by using an <see cref="T:System.IServiceProvider" />. </summary>
3884      <param name="serviceProvider">The service provider that provides custom support to the <see cref="T:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog" />.</param>
3885      <exception cref="T:System.ArgumentNullException">
3886              <paramref name="serviceProvider" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3887    </member>
3888    <member name="M:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog.#ctor(System.IServiceProvider,System.Workflow.ComponentModel.Design.WorkflowTheme)">
3889      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog" /> class by using an <see cref="T:System.IServiceProvider" /> and <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />. </summary>
3890      <param name="serviceProvider">The service provider that provides custom support to the <see cref="T:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog" />.</param>
3891      <param name="theme">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> to be highlighted in the theme configuration dialog box in the workflow designer.</param>
3892      <exception cref="T:System.ArgumentNullException">
3893              <paramref name="serviceProvider" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3894    </member>
3895    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserDialog.#ctor(System.IServiceProvider,System.Workflow.ComponentModel.Design.ITypeFilterProvider,System.String)">
3896      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog" /> class by using an <see cref="T:System.IServiceProvider" />, an <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" />, and a string. </summary>
3897      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> from which the dialog obtains services.</param>
3898      <param name="filterProvider">The <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" /> from which to obtain type filtering services.</param>
3899      <param name="selectedTypeName">The name of the selected type.</param>
3900    </member>
3901    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserDialog.#ctor(System.IServiceProvider,System.Workflow.ComponentModel.Design.ITypeFilterProvider,System.String,System.Workflow.ComponentModel.Compiler.TypeProvider)">
3902      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog" /> class by using an <see cref="T:System.IServiceProvider" />, an <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" />, a string, and a <see cref="T:System.Workflow.ComponentModel.Compiler.TypeProvider" />.</summary>
3903      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> from which to obtain services.</param>
3904      <param name="filterProvider">The <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" /> from which to obtain type filtering services.</param>
3905      <param name="selectedTypeName">The name of the selected type.</param>
3906      <param name="typeProvider">The <see cref="T:System.Workflow.ComponentModel.Compiler.TypeProvider" /> that allows access local assemblies to load in the type browser dialog. </param>
3907    </member>
3908    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System#IServiceProvider#GetService(System.Type)">
3909      <summary>Retrieves the service object for the specified type.</summary>
3910      <param name="serviceType">The <see cref="T:System.Type" /> of service object to retrieve.</param>
3911      <returns>A service object of type <paramref name="serviceType" />, or a null reference (<see langword="Nothing" /> in Visual Basic) if there is no service object of type <paramref name="serviceType" />.</returns>
3912    </member>
3913    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserEditor.#ctor">
3914      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserEditor" /> class.  </summary>
3915    </member>
3916    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
3917      <summary>Edits the value of the specified object using the editor style indicated by <see cref="Overload:System.Workflow.ComponentModel.Design.TypeBrowserEditor.GetEditStyle" />.</summary>
3918      <param name="typeDescriptorContext">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
3919      <param name="serviceProvider">An <see cref="T:System.IServiceProvider" /> that the editor can use to obtain services.</param>
3920      <param name="value">The <see cref="T:System.Object" /> to edit.</param>
3921      <returns>The new value of the object. </returns>
3922      <exception cref="T:System.ArgumentNullException">
3923              <paramref name="typeDescriptorContext" /> or <paramref name="serviceProvider" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
3924      <exception cref="T:System.Exception">
3925              <see cref="M:System.IServiceProvider.GetService(System.Type)" /> returns a null reference (<see langword="Nothing" />) when it attempts to obtain the type provider. </exception>
3926    </member>
3927    <member name="M:System.Workflow.ComponentModel.Design.TypeBrowserEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
3928      <summary>Returns the editor style used by the <see cref="Overload:System.Workflow.ComponentModel.Design.TypeBrowserEditor.EditValue" /> method.</summary>
3929      <param name="typeDescriptorContext">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
3930      <returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value that indicates the style of editor used by <see cref="Overload:System.Workflow.ComponentModel.Design.TypeBrowserEditor.EditValue" />. Unless overridden by an inheriting class, this method returns <see cref="F:System.Drawing.Design.UITypeEditorEditStyle.Modal" />.</returns>
3931    </member>
3932    <member name="M:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute.#ctor(System.String)">
3933      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute" /> class by using the specified type name. </summary>
3934      <param name="typeName">A string that contains the name of the type that implements <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" /> to apply to the class or member.</param>
3935    </member>
3936    <member name="M:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute.#ctor(System.Type)">
3937      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute" /> class.  </summary>
3938      <param name="type">A <see cref="T:System.Type" /> that implements <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" /> to apply to the class or member.</param>
3939    </member>
3940    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.#ctor">
3941      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" /> class.  </summary>
3942    </member>
3943    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.AddActivityToDesigner(System.Workflow.ComponentModel.Activity)">
3944      <summary>Adds an activity to the designer host after it has been added to the parent activities collection.</summary>
3945      <param name="activity">
3946            <see cref="T:System.Workflow.ComponentModel.Activity" /> to add.</param>
3947    </member>
3948    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.Dispose">
3949      <summary>Releases all resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" />. </summary>
3950    </member>
3951    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.Flush">
3952      <summary>Writes pending changes to the location that the designer was loaded from.</summary>
3953    </member>
3954    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.ForceReload">
3955      <summary>When overridden in a derived class, causes <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" /> to reload the designer. </summary>
3956    </member>
3957    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.GetFileReader(System.String)">
3958      <summary>When overridden in a derived class, retrieves an object that <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" /> uses to read from the specified file. </summary>
3959      <param name="filePath">A string that contains a path to the file to read from.</param>
3960      <returns>A <see cref="T:System.IO.TextReader" /> to read the specified file.</returns>
3961    </member>
3962    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.GetFileWriter(System.String)">
3963      <summary>When overridden in a derived class, gets an object that the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" /> uses to write to the specified file. </summary>
3964      <param name="filePath">A string that contains the path to the file to write to.</param>
3965      <returns>A <see cref="T:System.IO.TextWriter" /> to write to the file.</returns>
3966    </member>
3967    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.Initialize">
3968      <summary>Initializes the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader" /> with any services required by the designer loader host.  </summary>
3969    </member>
3970    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.LoadDesignerLayout(System.Xml.XmlReader,System.Collections.IList@)">
3971      <summary>Applies the serialized layout to the root designer in the current designer host.</summary>
3972      <param name="layoutReader">An <see cref="T:System.Xml.XmlReader" /> that is created for the serialized layout.</param>
3973      <param name="layoutLoadErrors">List of errors that occurred during the deserialization.</param>
3974    </member>
3975    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.LoadDesignerLayoutFromResource(System.Type,System.String,System.Collections.IList@)">
3976      <summary>Retrieves the specified resource and calls the <see cref="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.LoadDesignerLayout(System.Xml.XmlReader,System.Collections.IList@)" /> method that applies the serialized layout to the root designer in the current designer host.</summary>
3977      <param name="type">
3978            <see cref="T:System.Type" /> that the resource is associated with.</param>
3979      <param name="manifestResourceName">Name of the resource.</param>
3980      <param name="errors">Errors encountered during the call to <see cref="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.LoadDesignerLayout(System.Xml.XmlReader,System.Collections.IList@)" />.</param>
3981    </member>
3982    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.OnEndLoad(System.Boolean,System.Collections.ICollection)">
3983      <summary>Called when loading of the designer is completed.</summary>
3984      <param name="successful">
3985            <see langword="true" /> if load operation is successful; otherwise, <see langword="false" />.</param>
3986      <param name="errors">Contains the load errors.</param>
3987    </member>
3988    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.PerformFlush(System.ComponentModel.Design.Serialization.IDesignerSerializationManager)">
3989      <summary>Writes cached changes to the location that the designer was loaded from.</summary>
3990      <param name="serializationManager">Class that implements the <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> interface, which manages design-time serialization.</param>
3991    </member>
3992    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.PerformLoad(System.ComponentModel.Design.Serialization.IDesignerSerializationManager)">
3993      <summary>Loads the designer from a design document.</summary>
3994      <param name="serializationManager">Class that implements the <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> interface, which manages design-time serialization.</param>
3995    </member>
3996    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.RemoveActivityFromDesigner(System.Workflow.ComponentModel.Activity)">
3997      <summary>Removes an activity from the designer host after it has been added to the parent activities collection.</summary>
3998      <param name="activity">Activity to be removed from the designer.</param>
3999    </member>
4000    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.SaveDesignerLayout(System.Xml.XmlWriter,System.Workflow.ComponentModel.Design.ActivityDesigner,System.Collections.IList@)">
4001      <summary>Serializes the designer layout.</summary>
4002      <param name="layoutWriter">
4003            <see langword="XmlWriter" /> that is used to serialize the layout into.</param>
4004      <param name="rootDesigner">Root activity from which you get the layout information.</param>
4005      <param name="layoutSaveErrors">Errors encountered during serialization.</param>
4006    </member>
4007    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.#ctor">
4008      <summary>When implemented in a derived class, initializes an instance of a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</summary>
4009    </member>
4010    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.Dispose">
4011      <summary>Releases the resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</summary>
4012    </member>
4013    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.Dispose(System.Boolean)">
4014      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> and optionally releases the managed resources.</summary>
4015      <param name="disposing">
4016            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
4017    </member>
4018    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.Finalize">
4019      <summary>Attempts to free resources by calling <see langword="Dispose(false)" /> before the object is reclaimed by garbage collection.</summary>
4020    </member>
4021    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.Initialize(System.Workflow.ComponentModel.Design.WorkflowView)">
4022      <summary>Initializes the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> with the associated <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4023      <param name="parentView">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> to associate with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</param>
4024    </member>
4025    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnDragDrop(System.Windows.Forms.DragEventArgs)">
4026      <summary>Occurs when the mouse button is released above an object during a drag operation. </summary>
4027      <param name="eventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains information about the event.</param>
4028      <returns>
4029          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4030    </member>
4031    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnDragEnter(System.Windows.Forms.DragEventArgs)">
4032      <summary>Occurs when the mouse pointer enters the bounds of an object during a drag operation.</summary>
4033      <param name="eventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains information about the event.</param>
4034      <returns>
4035          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4036    </member>
4037    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnDragLeave">
4038      <summary>Occurs when the mouse pointer leaves the bounds of an object during a drag operation.</summary>
4039      <returns>
4040          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4041    </member>
4042    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnDragOver(System.Windows.Forms.DragEventArgs)">
4043      <summary>Occurs when the mouse pointer moves within the bounds of an object during a drag operation.</summary>
4044      <param name="eventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains information about the event.</param>
4045      <returns>
4046          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4047    </member>
4048    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
4049      <summary>Occurs during a drag operation.</summary>
4050      <param name="eventArgs">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that contains information about the event.</param>
4051      <returns>
4052          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4053    </member>
4054    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
4055      <summary>Occurs when a key is pressed.</summary>
4056      <param name="eventArgs">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains information about the event.</param>
4057      <returns>
4058          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4059    </member>
4060    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
4061      <summary>Occurs when a key is released.</summary>
4062      <param name="eventArgs">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains information about the event.</param>
4063      <returns>
4064          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4065    </member>
4066    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnLayout(System.Windows.Forms.LayoutEventArgs)">
4067      <summary>Occurs when child objects should be repositioned.</summary>
4068      <param name="eventArgs">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains information about the event.</param>
4069    </member>
4070    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseCaptureChanged">
4071      <summary>Occurs when the items selected by dragging the mouse changes.</summary>
4072      <returns>
4073          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4074    </member>
4075    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
4076      <summary>Occurs when you double-click the mouse.</summary>
4077      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4078      <returns>
4079          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4080    </member>
4081    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
4082      <summary>Occurs when a mouse button is clicked.</summary>
4083      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4084      <returns>
4085          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4086    </member>
4087    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseEnter(System.Windows.Forms.MouseEventArgs)">
4088      <summary>Occurs when the mouse pointer enters the bounds of an object.</summary>
4089      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4090      <returns>
4091          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4092    </member>
4093    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseHover(System.Windows.Forms.MouseEventArgs)">
4094      <summary>Occurs when the mouse pointer pauses above an object.</summary>
4095      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4096      <returns>
4097          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4098    </member>
4099    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseLeave">
4100      <summary>Occurs when the mouse pointer leaves the bounds of an object.</summary>
4101      <returns>
4102          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4103    </member>
4104    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
4105      <summary>Occurs when the mouse pointer moves while within the bounds of an object.</summary>
4106      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4107      <returns>
4108          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4109    </member>
4110    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
4111      <summary>Occurs when the mouse button is released.</summary>
4112      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4113      <returns>
4114          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4115    </member>
4116    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
4117      <summary>Occurs when the mouse wheel moves.</summary>
4118      <param name="eventArgs">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4119      <returns>
4120          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4121    </member>
4122    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnPaint(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Workflow.ComponentModel.Design.AmbientTheme)">
4123      <summary>Occurs when a paint message is received.</summary>
4124      <param name="eventArgs">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains information about the event.</param>
4125      <param name="viewPort">A <see cref="T:System.Drawing.Rectangle" /> that describes the area to be painted.</param>
4126      <param name="ambientTheme">A <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> used to obtain information about the theme.</param>
4127      <returns>
4128          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4129    </member>
4130    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnPaintWorkflowAdornments(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Workflow.ComponentModel.Design.AmbientTheme)">
4131      <summary>Occurs when the workflow should repaint its adornments.</summary>
4132      <param name="eventArgs">A <see langword="PaintEventArgs" /> that contains information about the event.</param>
4133      <param name="viewPort">A <see langword="Rectangle" /> that describes the area to be painted.</param>
4134      <param name="ambientTheme">An <see langword="AmbientTheme" /> used to obtain information about the theme.</param>
4135      <returns>
4136          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4137    </member>
4138    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
4139      <summary>Occurs during a drag operation.</summary>
4140      <param name="eventArgs">A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains information about the event.</param>
4141      <returns>
4142          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4143    </member>
4144    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnScroll(System.Windows.Forms.ScrollBar,System.Int32)">
4145      <summary>Occurs when a user scrolls in a workflow designer.</summary>
4146      <param name="sender">The <see cref="T:System.Windows.Forms.ScrollBar" /> that the user scrolled.</param>
4147      <param name="value">The position of the scroll bar.</param>
4148      <returns>
4149          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />. </returns>
4150    </member>
4151    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnShowContextMenu(System.Drawing.Point)">
4152      <summary>Occurs when the workflow should show a context menu.</summary>
4153      <param name="screenMenuPoint">The point at which to the context menu is shown.</param>
4154      <returns>
4155          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4156    </member>
4157    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.OnThemeChange">
4158      <summary>Occurs when the theme of the workflow changes.</summary>
4159    </member>
4160    <member name="M:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.ProcessMessage(System.Windows.Forms.Message)">
4161      <summary>Occurs when a raw Win32 message must be processed.</summary>
4162      <param name="message">The <see langword="Message" /> to handle.</param>
4163      <returns>
4164          <see langword="true" /> if the message is handled; otherwise, <see langword="false" />.</returns>
4165    </member>
4166    <member name="M:System.Workflow.ComponentModel.Design.WorkflowMenuCommands.#ctor">
4167      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowMenuCommands" /> class.</summary>
4168    </member>
4169    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.#ctor(System.IServiceProvider)">
4170      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" /> class by using an object that retrieves a service object. </summary>
4171      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> that retrieves a service object for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" />.</param>
4172      <exception cref="T:System.ArgumentNullException">
4173              <paramref name="serviceProvider" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4174      <exception cref="T:System.InvalidOperationException">The hosting environment obtained through <paramref name="serviceProvider" /> is null (<see langword="Nothing" />).- or -The design surface obtained through <paramref name="serviceProvider" /> is null (<see langword="Nothing" />).</exception>
4175    </member>
4176    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.CreateNewNode(System.Workflow.ComponentModel.Activity)">
4177      <summary>Creates a new node for an <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
4178      <param name="activity">Activity for which a new node must be created.</param>
4179      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode" /> for the activity.</returns>
4180    </member>
4181    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.Dispose(System.Boolean)">
4182      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" /> and optionally releases the managed resources. </summary>
4183      <param name="disposing">
4184            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
4185    </member>
4186    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.GetNode(System.Workflow.ComponentModel.Activity)">
4187      <summary>Retrieves the node in the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" /> associated with the specified <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
4188      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the node to retrieve.</param>
4189      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode" /> that is associated with <paramref name="activity" />.</returns>
4190    </member>
4191    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.GetService(System.Type)">
4192      <summary>Returns an object that represents a service provided by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" /> or by its <see cref="T:System.ComponentModel.Container" />.</summary>
4193      <param name="serviceType">The <see cref="T:System.Type" /> that represents the service provided by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" />.</param>
4194      <returns>An <see cref="T:System.Object" /> that represents a service provided by <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutline" />.</returns>
4195    </member>
4196    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnBeginUpdate">
4197      <summary>Called when the control is starting to update the <see cref="P:System.Workflow.ComponentModel.Design.WorkflowOutline.TreeView" />.</summary>
4198    </member>
4199    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnEndUpdate">
4200      <summary>Called when the control is finished updating the <see cref="P:System.Workflow.ComponentModel.Design.WorkflowOutline.TreeView" />.</summary>
4201    </member>
4202    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnLoad(System.EventArgs)">
4203      <summary>Raises the <see cref="E:System.Windows.Forms.Form.Load" /> event.</summary>
4204      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
4205    </member>
4206    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnNodeAdded(System.Workflow.ComponentModel.Design.WorkflowOutlineNode)">
4207      <summary>Called after a new node that is not null is added to the activity tree.</summary>
4208      <param name="node">Node that was added to the activity tree.</param>
4209    </member>
4210    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnNodeSelected(System.Workflow.ComponentModel.Design.WorkflowOutlineNode)">
4211      <summary>Called when the user selects a node in the activity tree.</summary>
4212      <param name="node">Node that was selected.</param>
4213    </member>
4214    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.OnRefreshNode(System.Workflow.ComponentModel.Design.WorkflowOutlineNode)">
4215      <summary>Called when the node is refreshed.</summary>
4216      <param name="node">Workflow outline node that was refreshed.</param>
4217    </member>
4218    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.RefreshNode(System.Workflow.ComponentModel.Design.WorkflowOutlineNode,System.Boolean)">
4219      <summary>Forces a node to be refreshed.</summary>
4220      <param name="nodeToUpdate">Node that must be updated.</param>
4221      <param name="refreshChildNodes">
4222            <see langword="Boolean" /> value that indicates whether child nodes must be updated.</param>
4223    </member>
4224    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.RefreshWorkflowOutline">
4225      <summary>Refreshes color and icons of all document outline nodes.</summary>
4226    </member>
4227    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutline.ReloadWorkflowOutline">
4228      <summary>Reloads the document outline control.</summary>
4229    </member>
4230    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutlineNode.#ctor(System.Workflow.ComponentModel.Activity)">
4231      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode" /> class by using an activity.</summary>
4232      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> to associate with the node.</param>
4233      <exception cref="T:System.ArgumentNullException">
4234              <paramref name="activity" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4235    </member>
4236    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutlineNode.OnActivityRename(System.String)">
4237      <summary>Changes the text displayed in the label of the workflow outline node to the specified name. </summary>
4238      <param name="newName">A string that contains the name to display in the label of the workflow outline node.</param>
4239    </member>
4240    <member name="M:System.Workflow.ComponentModel.Design.WorkflowOutlineNode.RefreshNode">
4241      <summary>Updates property settings on the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode" />.</summary>
4242    </member>
4243    <member name="M:System.Workflow.ComponentModel.Design.WorkflowPageSetupDialog.#ctor(System.IServiceProvider)">
4244      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowPageSetupDialog" /> class.  </summary>
4245      <param name="serviceProvider">The <see cref="T:System.IServiceProvider" /> from which the dialog obtains services.</param>
4246    </member>
4247    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.#ctor">
4248      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> class.</summary>
4249    </member>
4250    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.Clone">
4251      <summary>Creates a duplicate theme.</summary>
4252      <returns>An object that represents the newly-cloned theme.</returns>
4253    </member>
4254    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.CreateStandardTheme(System.Workflow.ComponentModel.Design.ThemeType)">
4255      <summary>Creates a standard theme.</summary>
4256      <param name="standardThemeType">The <see cref="T:System.Workflow.ComponentModel.Design.ThemeType" /> of the standard theme to create.</param>
4257      <returns>The newly created <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />.</returns>
4258    </member>
4259    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.Finalize">
4260      <summary>When overridden in a derived class, allows an object to clean up any resources deterministically.</summary>
4261    </member>
4262    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.GenerateThemeFilePath">
4263      <summary>Generates a file path for the theme.</summary>
4264      <returns>A new, unique file path for the theme.</returns>
4265    </member>
4266    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.GetDesignerTheme(System.Workflow.ComponentModel.Design.ActivityDesigner)">
4267      <summary>Gets the theme for the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
4268      <param name="designer">The activity designer from which to retrieve the theme.</param>
4269      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> associated with the specified <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
4270    </member>
4271    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.Load(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.String)">
4272      <summary>Loads a new theme from the specified path using a serialization manager.</summary>
4273      <param name="serializationManager">The serialization manager to use to load the theme.</param>
4274      <param name="themeFilePath">The file path from which to load the theme.</param>
4275      <returns>A new <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> loaded from the file path specified using the serialization manager specified.</returns>
4276    </member>
4277    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.Load(System.String)">
4278      <summary>Loads the theme from the specified file path.</summary>
4279      <param name="themeFilePath">The file path of the theme.</param>
4280      <returns>A new <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> loaded from the filename specified.</returns>
4281    </member>
4282    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.LoadThemeSettingFromRegistry">
4283      <summary>Loads a theme from the registry.</summary>
4284      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> loaded from the registry.</returns>
4285    </member>
4286    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.Save(System.String)">
4287      <summary>Saves a theme to a file.</summary>
4288      <param name="themeFilePath">The file in which to save the <see langword="WorkflowTheme" />.</param>
4289    </member>
4290    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.SaveThemeSettingToRegistry">
4291      <summary>Saves a theme to the registry.</summary>
4292    </member>
4293    <member name="M:System.Workflow.ComponentModel.Design.WorkflowTheme.System#IDisposable#Dispose">
4294      <summary>Releases the managed resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />.</summary>
4295    </member>
4296    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.#ctor">
4297      <summary>Initializes an instance of a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4298    </member>
4299    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.#ctor(System.IServiceProvider)">
4300      <summary>Initializes an instance of a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> with the specified service provider.</summary>
4301      <param name="serviceProvider">An object that implements the <see cref="T:System.IServiceProvider" /> interface.</param>
4302    </member>
4303    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.AddDesignerMessageFilter(System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter)">
4304      <summary>Adds a <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> to the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4305      <param name="designerMessageFilter">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> to add to the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</param>
4306    </member>
4307    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ClientPointToLogical(System.Drawing.Point)">
4308      <summary>Converts a <see cref="T:System.Drawing.Point" /> from client coordinates to logical coordinates.</summary>
4309      <param name="clientPoint">The <see cref="T:System.Drawing.Point" /> to convert from client coordinates to logical coordinates.</param>
4310      <returns>The <see cref="T:System.Drawing.Point" /> converted from client coordinates to logical coordinates.</returns>
4311    </member>
4312    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ClientRectangleToLogical(System.Drawing.Rectangle)">
4313      <summary>Converts a <see cref="T:System.Drawing.Rectangle" /> from client coordinates to logical coordinates.</summary>
4314      <param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> to convert from client to logical coordinates.</param>
4315      <returns>The <see cref="T:System.Drawing.Rectangle" /> converted from client coordinates to logical coordinates.</returns>
4316    </member>
4317    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ClientSizeToLogical(System.Drawing.Size)">
4318      <summary>Converts a <see cref="T:System.Drawing.Size" /> from client to logical coordinates.</summary>
4319      <param name="clientSize">The <see cref="T:System.Drawing.Size" /> to convert from client to logical coordinates.</param>
4320      <returns>The <see cref="T:System.Drawing.Size" /> converted from client coordinates to logical coordinates.</returns>
4321    </member>
4322    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.CreateAccessibilityInstance">
4323      <summary>Creates a new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4324      <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</returns>
4325    </member>
4326    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.Dispose(System.Boolean)">
4327      <summary>Releases the unmanaged resources used by the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> and optionally releases the managed resources.</summary>
4328      <param name="disposing">
4329            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
4330    </member>
4331    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.EnsureVisible(System.Object)">
4332      <summary>Ensures that the <see cref="T:System.Object" /> passed is visible, expanding parent objects and scrolling the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> as necessary.</summary>
4333      <param name="selectableObject">The object to make visible.</param>
4334      <exception cref="T:System.ArgumentNullException">
4335              <paramref name="selectableObject" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4336    </member>
4337    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.FitToScreenSize">
4338      <summary>Changes the zoom level of the workflow design surface so that the entire workflow is displayed in the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4339    </member>
4340    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.FitToWorkflowSize">
4341      <summary>Changes the zoom level to one hundred percent to display the full size of the workflow in the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4342    </member>
4343    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.GetService(System.Type)">
4344      <summary>Gets the service object of the specified type, if it is available.</summary>
4345      <param name="serviceType">The <see cref="T:System.Type" /> of the service to retrieve.</param>
4346      <returns>If the <paramref name="serviceType" /> is <see langword="typeof(" /><see cref="T:System.ComponentModel.Design.CommandID" /><see langword=")" /> then <see langword="GetService" /> returns a specific <see cref="T:System.ComponentModel.Design.CommandID" />; otherwise, <see langword="GetService" /> returns a <see cref="T:System.Object" /> implementing the requested service, or a null reference (<see langword="Nothing" /> in Visual Basic) if the service cannot be resolved.</returns>
4347    </member>
4348    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.InvalidateClientRectangle(System.Drawing.Rectangle)">
4349      <summary>Invalidates the specified <see cref="T:System.Drawing.Rectangle" /> and causes it to be repainted.</summary>
4350      <param name="clientRectangle">The <see cref="T:System.Drawing.Rectangle" />, in client coordinates, to invalidate and cause to be repainted.</param>
4351    </member>
4352    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.InvalidateLogicalRectangle(System.Drawing.Rectangle)">
4353      <summary>Invalidates the specified <see cref="T:System.Drawing.Rectangle" /> and causes it to be repainted.</summary>
4354      <param name="logicalRectangle">The <see cref="T:System.Drawing.Rectangle" />, in logical coordinates, to invalidate and cause to be repainted.</param>
4355    </member>
4356    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.LoadViewState(System.IO.Stream)">
4357      <summary>Restores view-state information from a binary stream.</summary>
4358      <param name="viewState">A <see cref="T:System.IO.BinaryReader" /> used to restore the view state.</param>
4359    </member>
4360    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.LogicalPointToClient(System.Drawing.Point)">
4361      <summary>Converts a <see cref="T:System.Drawing.Point" /> from logical to client coordinates.</summary>
4362      <param name="logicalPoint">The <see cref="T:System.Drawing.Point" /> to convert to client coordinates.</param>
4363      <returns>The <see cref="T:System.Drawing.Point" /> converted from logical to client coordinates.</returns>
4364    </member>
4365    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.LogicalPointToScreen(System.Drawing.Point)">
4366      <summary>Converts a <see cref="T:System.Drawing.Point" /> from logical to screen coordinates.</summary>
4367      <param name="logicalPoint">The <see cref="T:System.Drawing.Point" /> to convert to screen coordinates.</param>
4368      <returns>A <see cref="T:System.Drawing.Point" /> converted from logical to screen coordinates.</returns>
4369    </member>
4370    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.LogicalRectangleToClient(System.Drawing.Rectangle)">
4371      <summary>Converts a <see cref="T:System.Drawing.Rectangle" /> from logical to client coordinates.</summary>
4372      <param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> to convert to client coordinates.</param>
4373      <returns>A <see cref="T:System.Drawing.Rectangle" /> converted from logical to client coordinates.</returns>
4374    </member>
4375    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.LogicalSizeToClient(System.Drawing.Size)">
4376      <summary>Converts a <see cref="T:System.Drawing.Size" /> from logical to client coordinates.</summary>
4377      <param name="logicalSize">The <see cref="T:System.Drawing.Size" /> to convert to client coordinates.</param>
4378      <returns>A <see cref="T:System.Drawing.Size" /> converted from logical to client coordinates.</returns>
4379    </member>
4380    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
4381      <summary>Occurs when a control is added to the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4382      <param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</param>
4383      <exception cref="T:System.InvalidOperationException">If the control added is not a <see cref="P:System.Workflow.ComponentModel.Design.WorkflowView.HScrollBar" /> or <see cref="P:System.Workflow.ComponentModel.Design.WorkflowView.VScrollBar" /></exception>
4384    </member>
4385    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnDragDrop(System.Windows.Forms.DragEventArgs)">
4386      <summary>Occurs when a dragged item is dropped onto the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4387      <param name="dragEventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
4388    </member>
4389    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnDragEnter(System.Windows.Forms.DragEventArgs)">
4390      <summary>Occurs when an item is dragged into the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> bounds.</summary>
4391      <param name="dragEventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
4392    </member>
4393    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnDragLeave(System.EventArgs)">
4394      <summary>Occurs when the cursor leaves the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> during a drag operation.</summary>
4395      <param name="e">A <see cref="T:System.EventArgs" /> that provides data for the event.</param>
4396    </member>
4397    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnDragOver(System.Windows.Forms.DragEventArgs)">
4398      <summary>Occurs when a drag-drop operation is in progress and the pointer is within the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> bounds.</summary>
4399      <param name="dragEventArgs">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that provides data for the event.</param>
4400    </member>
4401    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
4402      <summary>Occurs during a drag operation.</summary>
4403      <param name="gfbevent">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that provides data for the event.</param>
4404    </member>
4405    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
4406      <summary>Occurs when a key is pressed while the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> has focus.</summary>
4407      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that provides data for the event.</param>
4408    </member>
4409    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
4410      <summary>Occurs when a key is released while the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> has focus.</summary>
4411      <param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that provides data about the event.</param>
4412    </member>
4413    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnLayout(System.Windows.Forms.LayoutEventArgs)">
4414      <summary>Occurs when the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> should reposition child controls.</summary>
4415      <param name="levent">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that provides data for the event.</param>
4416    </member>
4417    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseCaptureChanged(System.EventArgs)">
4418      <summary>Occurs when the items selected by dragging the mouse changes.</summary>
4419      <param name="e">A <see cref="T:System.EventArgs" /> that provides data about the event.</param>
4420    </member>
4421    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)">
4422      <summary>Occurs when the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> is double-clicked.</summary>
4423      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4424    </member>
4425    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
4426      <summary>Occurs when the mouse pointer is over the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> and a mouse button is pressed.</summary>
4427      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4428    </member>
4429    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseEnter(System.EventArgs)">
4430      <summary>Occurs when the mouse pointer enters the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4431      <param name="e">An <see cref="T:System.EventArgs" /> that contains information about the event.</param>
4432    </member>
4433    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseHover(System.EventArgs)">
4434      <summary>Occurs when the mouse hovers over the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4435      <param name="e">A <see cref="T:System.EventArgs" /> that contains information about the event.</param>
4436    </member>
4437    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseLeave(System.EventArgs)">
4438      <summary>Occurs when the mouse pointer leaves the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4439      <param name="e">A <see cref="T:System.EventArgs" /> that contains information about the event.</param>
4440    </member>
4441    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
4442      <summary>Occurs when the mouse moves over the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4443      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4444    </member>
4445    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
4446      <summary>Occurs when a mouse button is released over the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4447      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4448    </member>
4449    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
4450      <summary>Occurs when the mouse wheel moves when the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> has focus.</summary>
4451      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains information about the event.</param>
4452    </member>
4453    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnPaint(System.Windows.Forms.PaintEventArgs)">
4454      <summary>Occurs when the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> is redrawn.</summary>
4455      <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains information about the event.</param>
4456    </member>
4457    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
4458      <summary>Occurs during a drag operation and allows the drag source to determine whether the drag option should be canceled.</summary>
4459      <param name="qcdevent">A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains information about the event.</param>
4460    </member>
4461    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnRootDesignerChanged">
4462      <summary>Called when a different designer is set as the new root designer of the design surface.</summary>
4463    </member>
4464    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.OnZoomChanged">
4465      <summary>Called when the zoom level is changed.</summary>
4466    </member>
4467    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.PerformLayout(System.Boolean)">
4468      <summary>Forces the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> to apply layout logic to all its child controls.</summary>
4469      <param name="immediateUpdate">
4470            <see langword="true" /> to cause the layout to update immediately; otherwise, <see langword="false" />.</param>
4471    </member>
4472    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.RemoveDesignerMessageFilter(System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter)">
4473      <summary>Removes an associated <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</summary>
4474      <param name="designerMessageFilter">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> to remove from the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</param>
4475    </member>
4476    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.SaveViewState(System.IO.Stream)">
4477      <summary>Saves the view-state to a binary stream. </summary>
4478      <param name="viewState">A <see cref="T:System.IO.BinaryReader" /> used to store the view state.</param>
4479    </member>
4480    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.SaveWorkflowImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
4481      <summary>Saves an image of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> to the specified stream using the specified image format. </summary>
4482      <param name="stream">The <see cref="T:System.IO.Stream" /> to save the workflow view image to.</param>
4483      <param name="imageFormat">The <see cref="T:System.Drawing.Imaging.ImageFormat" /> to use to save the workflow view image.</param>
4484      <exception cref="T:System.ArgumentNullException">
4485              <paramref name="stream" /> or <paramref name="imageFormat" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4486    </member>
4487    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.SaveWorkflowImage(System.String,System.Drawing.Imaging.ImageFormat)">
4488      <summary>Saves an image of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> to the specified file using the specified image format. </summary>
4489      <param name="imageFile">The path to the file in which to store the workflow view image.</param>
4490      <param name="imageFormat">The <see cref="T:System.Drawing.Imaging.ImageFormat" /> to use to save the workflow view image.</param>
4491      <exception cref="T:System.ArgumentNullException">
4492              <paramref name="imageFile" /> or <paramref name="imageFormat" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4493    </member>
4494    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.SaveWorkflowImageToClipboard">
4495      <summary>Saves an image of the WorkflowView to the clipboard.</summary>
4496    </member>
4497    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ScreenPointToLogical(System.Drawing.Point)">
4498      <summary>Converts a <see cref="T:System.Drawing.Point" /> from screen coordinates to logical coordinates.</summary>
4499      <param name="screenPoint">The <see cref="T:System.Drawing.Point" /> to convert from screen coordinates to logical coordinates.</param>
4500      <returns>The <see cref="T:System.Drawing.Point" /> converted from screen coordinates to logical coordinates.</returns>
4501    </member>
4502    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ShowInfoTip(System.String)">
4503      <summary>Shows the InfoTip for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> with the specified text.</summary>
4504      <param name="text">The text to display on the InfoTip.</param>
4505      <exception cref="T:System.ArgumentNullException">
4506              <paramref name="infoTipText" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4507    </member>
4508    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ShowInfoTip(System.String,System.String)">
4509      <summary>Shows the InfoTip for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> with the specified title and text.</summary>
4510      <param name="title">The title of the InfoTip to display.</param>
4511      <param name="text">The text of the InfoTip to display.</param>
4512      <exception cref="T:System.ArgumentNullException">
4513              <paramref name="title" /> is a null reference (<see langword="Nothing" /> in Visual Basic).-or-
4514              <paramref name="infoTipText" /> is a null reference (<see langword="Nothing" />).</exception>
4515    </member>
4516    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.ShowInPlaceToolTip(System.String,System.Drawing.Rectangle)">
4517      <summary>Shows a <see langword="ToolTip" /> at the specified location.</summary>
4518      <param name="toolTipText">The text to display.</param>
4519      <param name="toolTipRectangle">The <see cref="T:System.Drawing.Rectangle" /> specifying the location on the screen to place the <see langword="ToolTip" />.</param>
4520    </member>
4521    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.System#IServiceProvider#GetService(System.Type)">
4522      <summary>Gets the service of the specified type, if it is available.</summary>
4523      <param name="serviceType">The <see cref="T:System.Type" /> of the service to retrieve.</param>
4524      <returns>An <see cref="T:System.Object" /> implementing the requested service, or a null reference (<see langword="Nothing" /> in Visual Basic) if the service cannot be resolved.</returns>
4525    </member>
4526    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
4527      <summary>Filters out a message before it is dispatched.</summary>
4528      <param name="m">The message to be dispatched. You cannot modify this message.</param>
4529      <returns>
4530          <see langword="true" /> to filter the message and stop it from being dispatched; <see langword="false" /> to allow the message to continue to the next filter or control.</returns>
4531    </member>
4532    <member name="M:System.Workflow.ComponentModel.Design.WorkflowView.WndProc(System.Windows.Forms.Message@)">
4533      <summary>Processes Windows messages.</summary>
4534      <param name="m">The Windows Message to process.</param>
4535    </member>
4536    <member name="M:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.#ctor(System.Workflow.ComponentModel.Design.WorkflowView)">
4537      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" /> class by using the specified <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
4538      <param name="workflowView">The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> to associate with the accessible object.</param>
4539    </member>
4540    <member name="M:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.GetChild(System.Int32)">
4541      <summary>Returns the accessible child object associated with the specified index.</summary>
4542      <param name="index">The zero-based index of the accessible child object to retrieve.</param>
4543      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the accessible child object corresponding to the specified index.</returns>
4544    </member>
4545    <member name="M:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.GetChildCount">
4546      <summary>Retrieves the number of children that belong to the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" />.</summary>
4547      <returns>An integer that represents the number of child objects that belong to the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" />.</returns>
4548    </member>
4549    <member name="M:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
4550      <summary>Navigates to another accessible object.</summary>
4551      <param name="navdir">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param>
4552      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents one of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</returns>
4553    </member>
4554    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.#ctor">
4555      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.FaultHandlerActivity" /> class.</summary>
4556    </member>
4557    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.#ctor(System.String)">
4558      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.FaultHandlerActivity" /> class using the name of the activity.</summary>
4559      <param name="name">The user-defined name of the activity.</param>
4560      <exception cref="T:System.ArgumentNullException">
4561              <paramref name="activityName" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4562    </member>
4563    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.System#Workflow#ComponentModel#Design#ITypeFilterProvider#CanFilterType(System.Type,System.Boolean)">
4564      <summary>Provides a value that indicates whether this instance can filter on the specified <see cref="T:System.Type" />.</summary>
4565      <param name="type">The specified <see cref="T:System.Type" />.</param>
4566      <param name="throwOnError">The value that determines whether an exception is raised on an error.</param>
4567      <returns>
4568          <see langword="true" /> if the <see cref="T:System.Type" /> can be filtered; <see langword="false" /> otherwise.</returns>
4569    </member>
4570    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
4571      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
4572      <param name="sender">The object that raised the event.</param>
4573      <param name="e">The previously typed event arguments.</param>
4574    </member>
4575    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetAccessType(System.IServiceProvider,System.String)">
4576      <summary>Returns the access type for the specified property.</summary>
4577      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design time services if they are required.</param>
4578      <param name="propertyName">The name of the property.</param>
4579      <returns>An <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> enumeration value that denotes the access level of the property.</returns>
4580    </member>
4581    <member name="M:System.Workflow.ComponentModel.FaultHandlerActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetPropertyType(System.IServiceProvider,System.String)">
4582      <summary>Returns the <see cref="T:System.Type" /> of the specified property.</summary>
4583      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design time services if they are required.</param>
4584      <param name="propertyName">The name of the property.</param>
4585      <returns>The <see cref="T:System.Type" /> for the property whose name is passed as the <paramref name="propertyName " />parameter.</returns>
4586    </member>
4587    <member name="M:System.Workflow.ComponentModel.FaultHandlersActivity.#ctor">
4588      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.FaultHandlersActivity" /> class.  </summary>
4589    </member>
4590    <member name="M:System.Workflow.ComponentModel.FaultHandlersActivity.#ctor(System.String)">
4591      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.FaultHandlersActivity" /> class using the name of the activity. </summary>
4592      <param name="name">The user-defined name of the activity.</param>
4593    </member>
4594    <member name="M:System.Workflow.ComponentModel.FaultHandlersActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
4595      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
4596      <param name="sender">The object that raised the event.</param>
4597      <param name="e">The previously typed event arguments.</param>
4598    </member>
4599    <member name="M:System.Workflow.ComponentModel.IActivityEventListener`1.OnEvent(System.Object,`0)">
4600      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
4601      <param name="sender">The object that raised the event.</param>
4602      <param name="e">The previously typed event arguments.</param>
4603    </member>
4604    <member name="M:System.Workflow.ComponentModel.ICompensatableActivity.Compensate(System.Workflow.ComponentModel.ActivityExecutionContext)">
4605      <summary>Called by the workflow runtime to compensate an activity that is in the Closed state. The activity must have a value of <see langword="Succeeded" /> for its <see cref="P:System.Workflow.ComponentModel.Activity.ExecutionResult" /> property in order to be compensatable.</summary>
4606      <param name="executionContext">The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for the operation.</param>
4607      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> after operation has been tried.</returns>
4608    </member>
4609    <member name="M:System.Workflow.ComponentModel.IDynamicPropertyTypeProvider.GetAccessType(System.IServiceProvider,System.String)">
4610      <summary>Returns the access type for the specified property.</summary>
4611      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design time services if they are needed.</param>
4612      <param name="propertyName">The name of the property.</param>
4613      <returns>An <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> enumeration value that denotes the access level of the property.</returns>
4614    </member>
4615    <member name="M:System.Workflow.ComponentModel.IDynamicPropertyTypeProvider.GetPropertyType(System.IServiceProvider,System.String)">
4616      <summary>Returns the <see cref="T:System.Type" /> of the specified property.</summary>
4617      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design-time services if they are needed.</param>
4618      <param name="propertyName">The name of the property. </param>
4619      <returns>The <see cref="T:System.Type" /> for the property whose name is passed as the <paramref name="propertyName " />parameter. </returns>
4620    </member>
4621    <member name="M:System.Workflow.ComponentModel.IStartWorkflow.StartWorkflow(System.Type,System.Collections.Generic.Dictionary{System.String,System.Object})">
4622      <summary>Starts the workflow of designated <see cref="T:System.Type" /> providing the running instance with a <see cref="P:System.Collections.DictionaryBase.Dictionary" /> that contains runtime parameters.</summary>
4623      <param name="workflowType">The <see cref="T:System.Type" /> of the workflow.</param>
4624      <param name="namedArgumentValues">A <see cref="P:System.Collections.DictionaryBase.Dictionary" /> that contains runtime parameters for the workflow.</param>
4625      <returns>The instance ID of the workflow that is started.</returns>
4626    </member>
4627    <member name="M:System.Workflow.ComponentModel.IWorkflowChangeDiff.Diff(System.Object,System.Object)">
4628      <summary>Determines the changes that occurred between two workflow definitions.</summary>
4629      <param name="originalDefinition">The original workflow definition.</param>
4630      <param name="changedDefinition">The new workflow definition.</param>
4631      <returns>A list of <see cref="T:System.Workflow.ComponentModel.WorkflowChangeAction" /> objects that indicates the differences between the two workflow definitions.</returns>
4632    </member>
4633    <member name="M:System.Workflow.ComponentModel.PersistOnCloseAttribute.#ctor">
4634      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PersistOnCloseAttribute" /> class. </summary>
4635    </member>
4636    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor">
4637      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class.</summary>
4638    </member>
4639    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Attribute[])">
4640      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with an array of attributes.</summary>
4641      <param name="attributes">Attributes applicable to the dependency property, such as <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" /> and <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" />.</param>
4642    </member>
4643    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object)">
4644      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value.</summary>
4645      <param name="defaultValue">The object representing the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4646    </member>
4647    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object,System.Attribute[])">
4648      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value and an array of attributes.</summary>
4649      <param name="defaultValue">The object that represents the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4650      <param name="attributes">Attributes applicable to the dependency property, such as <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" /> and <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" />.</param>
4651    </member>
4652    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object,System.Workflow.ComponentModel.DependencyPropertyOptions)">
4653      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value and a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value.</summary>
4654      <param name="defaultValue">The object representing the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4655      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4656    </member>
4657    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object,System.Workflow.ComponentModel.DependencyPropertyOptions,System.Attribute[])">
4658      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value, a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value, and an array of attributes.</summary>
4659      <param name="defaultValue">The object that represents the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4660      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4661      <param name="attributes">Attributes applicable to the dependency property, such as <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" /> and <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" />.</param>
4662    </member>
4663    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object,System.Workflow.ComponentModel.DependencyPropertyOptions,System.Workflow.ComponentModel.GetValueOverride,System.Workflow.ComponentModel.SetValueOverride)">
4664      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value, a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value, and delegates to override the <see langword="GetValue" /> and <see langword="SetValue" /> logic associated with the dependency property. </summary>
4665      <param name="defaultValue">The object that represents the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4666      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4667      <param name="getValueOverride">The <see cref="T:System.Workflow.ComponentModel.GetValueOverride" /> delegate that belongs to this instance.</param>
4668      <param name="setValueOverride">The <see cref="T:System.Workflow.ComponentModel.SetValueOverride" /> delegate that belongs to this instance.</param>
4669    </member>
4670    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Object,System.Workflow.ComponentModel.DependencyPropertyOptions,System.Workflow.ComponentModel.GetValueOverride,System.Workflow.ComponentModel.SetValueOverride,System.Attribute[])">
4671      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a default property value, a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value, delegates to override the <see langword="GetValue" /> and <see langword="SetValue" /> logic associated with the dependency property, and an array of attributes. </summary>
4672      <param name="defaultValue">The object that represents the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue" /> of this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</param>
4673      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4674      <param name="getValueOverride">The <see cref="T:System.Workflow.ComponentModel.GetValueOverride" /> delegate that belongs to this instance.</param>
4675      <param name="setValueOverride">The <see cref="T:System.Workflow.ComponentModel.SetValueOverride" /> delegate that belongs to this instance.</param>
4676      <param name="attributes">Attributes applicable to the dependency property, such as <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" /> and <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" />.</param>
4677    </member>
4678    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Workflow.ComponentModel.DependencyPropertyOptions)">
4679      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value. </summary>
4680      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4681    </member>
4682    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.#ctor(System.Workflow.ComponentModel.DependencyPropertyOptions,System.Attribute[])">
4683      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> class with a <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> enumeration value and an array of attributes. </summary>
4684      <param name="options">The <see cref="T:System.Workflow.ComponentModel.DependencyPropertyOptions" /> used to define the associated dependency property.</param>
4685      <param name="attributes">Attributes applicable to the dependency property, such as <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" /> and <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute" />.</param>
4686    </member>
4687    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.GetAttributes">
4688      <summary>Retrieves an array that contains all attributes.</summary>
4689      <returns>An array that contains all attributes.</returns>
4690    </member>
4691    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.GetAttributes(System.Type)">
4692      <summary>Receives an array of type <see cref="T:System.Attribute" /> that contains those attributes having type equal to <paramref name="attributeType" />.</summary>
4693      <param name="attributeType">The <see cref="T:System.Type" /> of attributes to return.</param>
4694      <returns>An array of type <see cref="T:System.Attribute" />  that contains those attributes having type equal to <paramref name="attributeType" />.</returns>
4695    </member>
4696    <member name="M:System.Workflow.ComponentModel.PropertyMetadata.OnApply(System.Workflow.ComponentModel.DependencyProperty,System.Type)">
4697      <summary>Provides processing when this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> is applied to a dependency property.</summary>
4698      <param name="dependencyProperty">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> to which this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> has been applied. </param>
4699      <param name="targetType">The <see cref="T:System.Type" /> associated with this metadata if this instance is type-specific metadata. If this is default metadata, this value is a null reference (<see langword="Nothing" /> in Visual Basic).</param>
4700    </member>
4701    <member name="M:System.Workflow.ComponentModel.RemovedActivityAction.#ctor">
4702      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.RemovedActivityAction" /> class. </summary>
4703    </member>
4704    <member name="M:System.Workflow.ComponentModel.RemovedActivityAction.#ctor(System.Int32,System.Workflow.ComponentModel.Activity,System.Workflow.ComponentModel.CompositeActivity)">
4705      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.RemovedActivityAction" /> class. </summary>
4706      <param name="removedActivityIndex">Indicates the index of the activity being removed when you remove the activity using the workflow changes.</param>
4707      <param name="originalActivity">Activity that was removed.</param>
4708      <param name="clonedParentActivity">Root activity from which the activity was removed.</param>
4709    </member>
4710    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.#ctor(System.ComponentModel.Design.Serialization.IDesignerSerializationManager)">
4711      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager" /> class.  </summary>
4712      <param name="manager">The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> to associate with this instance.</param>
4713    </member>
4714    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
4715      <summary>Adds the specified serialization provider to the serialization manager.</summary>
4716      <param name="provider">The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" /> to be added.</param>
4717    </member>
4718    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.CreateInstance(System.Type,System.Collections.ICollection,System.String,System.Boolean)">
4719      <summary>Creates an instance of the specified type and adds it to a collection of named instances. </summary>
4720      <param name="type">The data <see cref="T:System.Type" /> to create.</param>
4721      <param name="arguments">An <see cref="T:System.Collections.ICollection" /> of arguments to pass to the constructor for the specified type. </param>
4722      <param name="name">The name assigned to the resulting object. This name can be used to access the object later through <see cref="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetInstance(System.String)" />.If null is passed, the object is created but cannot be accessed by name.</param>
4723      <param name="addToContainer">
4724            <see langword="true" /> to add the object to the design container; otherwise, <see langword="false" />. The object must implement <see cref="T:System.ComponentModel.IComponent" /> for this to have any effect.</param>
4725      <returns>The newly created object instance.</returns>
4726    </member>
4727    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetInstance(System.String)">
4728      <summary>Gets an <see cref="T:System.Object" /> of the specified name, or null if that <see cref="T:System.Object" /> does not exist.</summary>
4729      <param name="name">The name of the <see cref="T:System.Object" /> to obtain.</param>
4730      <returns>An <see cref="T:System.Object" /> of the specified name, or null if that <see cref="T:System.Object" /> does not exist.</returns>
4731    </member>
4732    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetName(System.Object)">
4733      <summary>Gets the name of the specified <see cref="T:System.Object" />, or null if the <see cref="T:System.Object" /> has no name.</summary>
4734      <param name="value">The <see cref="T:System.Object" /> to obtain the name for.</param>
4735      <returns>A <see cref="T:System.String" /> that contains the name of the <see cref="T:System.Object" />.</returns>
4736    </member>
4737    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetSerializer(System.Type,System.Type)">
4738      <summary>Gets a serializer of the requested type for the specified <see cref="T:System.Object" /> type.</summary>
4739      <param name="objectType">The <see cref="T:System.Type" /> of the <see cref="T:System.Object" /> for which to obtain the serializer.</param>
4740      <param name="serializerType">The <see cref="T:System.Type" /> of serializer to retrieve.</param>
4741      <returns>A serializer of the requested type for the specified <see cref="T:System.Object" /> type.</returns>
4742    </member>
4743    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetService(System.Type)">
4744      <summary>Gets an <see cref="T:System.Object" /> that provides a service of the specified <see cref="T:System.Type" />. </summary>
4745      <param name="serviceType">The <see cref="T:System.Type" /> of service to be provided. </param>
4746      <returns>A <see cref="T:System.Object" /> that provides a service of the specified <see cref="T:System.Type" />.</returns>
4747    </member>
4748    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.GetType(System.String)">
4749      <summary>Gets a <see cref="T:System.Type" /> of the specified name.</summary>
4750      <param name="typeName">The fully qualified name of the <see cref="T:System.Type" /> to load.</param>
4751      <returns>An instance of the <see cref="T:System.Type" />, or a null reference (<see langword="Nothing" /> in Visual Basic) if the <see cref="T:System.Type" /> cannot be loaded.</returns>
4752    </member>
4753    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
4754      <summary>Removes a custom serialization provider from the serialization manager.</summary>
4755      <param name="provider">The provider to remove. </param>
4756    </member>
4757    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.ReportError(System.Object)">
4758      <summary>Reports an error in serialization.</summary>
4759      <param name="errorInformation">An <see cref="T:System.Object" /> that contains the error to report. </param>
4760    </member>
4761    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.SetName(System.Object,System.String)">
4762      <summary>Sets the name of the specified existing <see cref="T:System.Object" />.</summary>
4763      <param name="instance">The <see cref="T:System.Object" /> instance to name.</param>
4764      <param name="name">A <see cref="T:System.String" /> that contains the name to give the instance.</param>
4765    </member>
4766    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer.#ctor">
4767      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer" /> class.  </summary>
4768    </member>
4769    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
4770      <summary>Serializes the specified object into a CodeDOM object.</summary>
4771      <param name="manager">The serialization manager to use during the serialization process.</param>
4772      <param name="obj">An <see cref="T:System.Object" /> that derives from <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
4773      <returns>A CodeDOM object representing the object that has been serialized.</returns>
4774      <exception cref="T:System.ArgumentNullException">
4775              <paramref name="manager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4776      <exception cref="T:System.ArgumentException">
4777              <paramref name="obj" /> cannot be converted to an <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
4778    </member>
4779    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.#ctor">
4780      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer" /> class.  </summary>
4781    </member>
4782    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.CreateInstance(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type)">
4783      <summary>Creates an instance of the specified <see cref="T:System.Type" /> using the specified <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</summary>
4784      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> to use in this instance creation.</param>
4785      <param name="type">The <see cref="T:System.Type" /> to create.</param>
4786      <returns>A reference to the newly created <see cref="T:System.Object" />.</returns>
4787    </member>
4788    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.OnAfterSerialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
4789      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer" /> that an object has just been serialized.</summary>
4790      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
4791      <param name="obj">The <see cref="T:System.Object" /> that was serialized.</param>
4792    </member>
4793    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer.OnBeforeSerialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
4794      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer" /> that an object is about to be serialized. </summary>
4795      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
4796      <param name="obj">The <see cref="T:System.Object" /> to be serialized.</param>
4797      <exception cref="T:System.ArgumentNullException">
4798              <paramref name="serializationManager" />, <paramref name="obj" />, or <paramref name="writer" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4799      <exception cref="T:System.ArgumentException">
4800              <paramref name="obj" /> is not of type <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
4801    </member>
4802    <member name="M:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector.#ctor">
4803      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector" /> class.  </summary>
4804    </member>
4805    <member name="M:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)">
4806      <summary>Finds the surrogate that represents the specified type, starting with the specified surrogate selector for the specified serialization context.</summary>
4807      <param name="type">The <see cref="T:System.Type" /> for which to obtain a surrogate.</param>
4808      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that serves as the source or destination context for the current serialization. </param>
4809      <param name="selector">When this method returns, contains an <see cref="T:System.Runtime.Serialization.ISurrogateSelector" /> that holds a reference to the surrogate selector where the appropriate surrogate was found. This parameter is passed uninitialized.</param>
4810      <returns>The appropriate surrogate for the specified type and context.</returns>
4811      <exception cref="T:System.ArgumentNullException">
4812              <paramref name="type" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4813    </member>
4814    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer.#ctor">
4815      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer" /> class.  </summary>
4816    </member>
4817    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeTypeDeclaration)">
4818      <summary>Deserializes the specified type declaration.</summary>
4819      <param name="manager">The serialization manager to use for deserialization.</param>
4820      <param name="declaration">The <see cref="T:System.CodeDom.CodeTypeDeclaration" /> to use for deserialization.</param>
4821      <returns>The deserialized <see cref="T:System.Object" />.</returns>
4822    </member>
4823    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer.GetInitializeMethod(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeTypeDeclaration,System.Object)">
4824      <summary>Returns the method where the statements used to serialize a member are stored.</summary>
4825      <param name="manager">The serialization manager to use for serialization.</param>
4826      <param name="typeDecl">The <see cref="T:System.CodeDom.CodeTypeDeclaration" /> to use for serialization.</param>
4827      <param name="value">The <see cref="T:System.Object" /> to use for serialization.</param>
4828      <returns>The <see cref="T:System.CodeDom.CodeMemberMethod" /> used to emit all of the initialization code for the given member.</returns>
4829      <exception cref="T:System.ArgumentNullException">
4830              <paramref name="manager" />, <paramref name="typeDecl" />, or <paramref name="value" /> contains a null reference (<see langword="Nothing" /> in Visual Basic). </exception>
4831    </member>
4832    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer.GetInitializeMethods(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.CodeDom.CodeTypeDeclaration)">
4833      <summary>Returns an array of methods to be interpreted during deserialization.</summary>
4834      <param name="manager">The serialization manager to use for serialization.</param>
4835      <param name="typeDecl">The <see cref="T:System.CodeDom.CodeTypeDeclaration" /> to use for serialization.</param>
4836      <returns>A <see cref="T:System.CodeDom.CodeMemberMethod" /> array of methods to be interpreted during serialization.</returns>
4837      <exception cref="T:System.ArgumentNullException">
4838              <paramref name="manager" /> or <paramref name="typeDecl" /> contains a null reference (<see langword="Nothing" /> in Visual Basic). </exception>
4839    </member>
4840    <member name="M:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Collections.ICollection)">
4841      <summary>Serializes the specified object by creating a new type declaration that defines that object.</summary>
4842      <param name="manager">The serialization manager to use for serialization.</param>
4843      <param name="root">The <see cref="T:System.Object" /> to serialize.</param>
4844      <param name="members">An optional collection of members. Can be a null reference (<see langword="Nothing" /> in Visual Basic) or an empty collection.</param>
4845      <returns>A <see cref="T:System.CodeDom.CodeTypeDeclaration" /> that defines the specified object.</returns>
4846      <exception cref="T:System.ArgumentNullException">
4847              <paramref name="manager" /> or <paramref name="root" /> contains a null reference (<see langword="Nothing" />).</exception>
4848      <exception cref="T:System.ArgumentException">
4849              <paramref name="root" /> cannot be converted to an <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
4850    </member>
4851    <member name="M:System.Workflow.ComponentModel.Serialization.CompositeActivityMarkupSerializer.#ctor">
4852      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.CompositeActivityMarkupSerializer" /> class. </summary>
4853    </member>
4854    <member name="M:System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute.#ctor(System.String)">
4855      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute" /> class, initializing the <see cref="P:System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute.ArgumentName" /> property.</summary>
4856      <param name="argumentName">A <see langword="string" /> that contains the argument name.</param>
4857    </member>
4858    <member name="M:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute.#ctor">
4859      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute" /> class.</summary>
4860    </member>
4861    <member name="M:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute.#ctor(System.String)">
4862      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute" /> class, initializing the <see cref="P:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute.Name" /> property.</summary>
4863      <param name="name">A <see cref="T:System.String" /> that contains the value for the <see cref="P:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute.Name" /> property.</param>
4864    </member>
4865    <member name="M:System.Workflow.ComponentModel.Serialization.DependencyObjectCodeDomSerializer.#ctor">
4866      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.DependencyObjectCodeDomSerializer" /> class.  </summary>
4867    </member>
4868    <member name="M:System.Workflow.ComponentModel.Serialization.DependencyObjectCodeDomSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object)">
4869      <summary>Serializes the specified object into a CodeDOM object.</summary>
4870      <param name="manager">The serialization manager to use during serialization. </param>
4871      <param name="obj">The <see cref="T:System.Object" /> to serialize.</param>
4872      <returns>A CodeDOM object that represents the object that has been serialized.</returns>
4873      <exception cref="T:System.ArgumentNullException">
4874              <paramref name="manager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4875      <exception cref="T:System.ArgumentException">
4876              <paramref name="obj " />cannot be converted to a <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</exception>
4877    </member>
4878    <member name="M:System.Workflow.ComponentModel.Serialization.MarkupExtension.#ctor">
4879      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.MarkupExtension" /> class.  This class must be inherited. </summary>
4880    </member>
4881    <member name="M:System.Workflow.ComponentModel.Serialization.MarkupExtension.ProvideValue(System.IServiceProvider)">
4882      <summary>When overridden in a derived class, provides the value for the underlying type, by optional use of an <see cref="T:System.IServiceProvider" />.</summary>
4883      <param name="provider">The specified <see cref="T:System.IServiceProvider" />.</param>
4884      <returns>The <see cref="T:System.Object" /> representing the encapsulated type.</returns>
4885    </member>
4886    <member name="M:System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute.#ctor(System.String)">
4887      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute" /> class, initializing the <see cref="P:System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute.Name" /> for this instance. </summary>
4888      <param name="name">A <see langword="string" /> that contains the name to associate with this instance.</param>
4889    </member>
4890    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor">
4891      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class.  </summary>
4892    </member>
4893    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4894      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class by using serialized data.</summary>
4895      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that contains the serialized object data about the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> being thrown.</param>
4896      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains the context information about the source or destination of the bits the serializer was using.</param>
4897    </member>
4898    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor(System.String)">
4899      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class by using the specified error message.</summary>
4900      <param name="message">A string that contains message that describes the error.</param>
4901    </member>
4902    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor(System.String,System.Exception)">
4903      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class by using an error message and an exception.</summary>
4904      <param name="message">A string that contains message that describes the error.</param>
4905      <param name="innerException">The exception that is the cause of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" />.  If <paramref name="innerException" /> is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
4906    </member>
4907    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
4908      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class by using an error message, an exception, and the line and column numbers that caused the exception to be thrown.</summary>
4909      <param name="message">A string that contains message that describes the error.</param>
4910      <param name="innerException">The exception that is the cause of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" />. If <paramref name="innerException" /> is not a null reference (<see langword="Nothing" /> in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
4911      <param name="lineNumber">The line number in the object or XOML file that caused the exception to be thrown.</param>
4912      <param name="columnNumber">The column position in the object or XOML file that caused the exception to be thrown.</param>
4913    </member>
4914    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.#ctor(System.String,System.Int32,System.Int32)">
4915      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> class by using an error message and the line and column numbers that caused the exception to be thrown.</summary>
4916      <param name="message">A string that contains message that describes the error.</param>
4917      <param name="lineNumber">The line number in the object or XOML file that caused the exception to be thrown.</param>
4918      <param name="columnNumber">The column position in the object or XOML file that caused the exception to be thrown.</param>
4919    </member>
4920    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
4921      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" />.</summary>
4922      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that contains the serialized object data about the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException" /> being thrown.</param>
4923      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains the context information about the source or destination of the bits the serializer was using.</param>
4924    </member>
4925    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.#ctor(System.ComponentModel.Design.Serialization.IDesignerSerializationManager)">
4926      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> class by using the specified <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" />. </summary>
4927      <param name="manager">The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> with which to initialize the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</param>
4928    </member>
4929    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
4930      <summary>Adds the specified serialization provider to the serialization manager.</summary>
4931      <param name="provider">The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" /> to add.</param>
4932    </member>
4933    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.GetSerializer(System.Type,System.Type)">
4934      <summary>Returns a serializer of the specified type for an object of the specified type.</summary>
4935      <param name="objectType">The <see cref="T:System.Type" /> for which to retrieve the serializer.</param>
4936      <param name="serializerType">The <see cref="T:System.Type" /> of the serializer to retrieve.</param>
4937      <returns>The requested serializer, or a null reference (<see langword="Nothing" /> in Visual Basic) if no appropriate serializer can be located.</returns>
4938    </member>
4939    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.GetService(System.Type)">
4940      <summary>Returns a service object of the specified type.</summary>
4941      <param name="serviceType">The <see cref="T:System.Type" /> of service object to return.</param>
4942      <returns>A service object of type <paramref name="serviceType" />, or a null reference (<see langword="Nothing" /> in Visual Basic) if there is no service object of type <paramref name="serviceType" />.</returns>
4943    </member>
4944    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.GetType(System.String)">
4945      <summary>Returns a type of the specified name.</summary>
4946      <param name="typeName">The fully-qualified name of the <see cref="T:System.Type" /> to load.</param>
4947      <returns>The <see cref="T:System.Type" /> associated with <paramref name="typeName" />. </returns>
4948    </member>
4949    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.GetType(System.Xml.XmlQualifiedName)">
4950      <summary>Returns that type associated with the specified XML qualified name.</summary>
4951      <param name="xmlQualifiedName">The <see cref="T:System.Xml.XmlQualifiedName" /> of the type to load.</param>
4952      <returns>The <see cref="T:System.Type" /> associated with <paramref name="xmlQualifiedName" />.</returns>
4953      <exception cref="T:System.ArgumentNullException">
4954              <paramref name="xmlQualifiedName" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4955    </member>
4956    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.GetXmlQualifiedName(System.Type,System.String@)">
4957      <summary>Returns the XML-qualified name associated with the specified type.</summary>
4958      <param name="type">The <see cref="T:System.Type" /> for which to return the XML-qualified name.</param>
4959      <param name="prefix">When this method returns, contains the XML prefix for the qualified name or an empty string if no prefix is defined. This parameter is passed uninitialized. </param>
4960      <returns>The <see cref="T:System.Xml.XmlQualifiedName" /> associated with <paramref name="type" />.</returns>
4961      <exception cref="T:System.ArgumentNullException">
4962              <paramref name="type" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
4963    </member>
4964    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
4965      <summary>Removes a custom serialization provider from the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />.</summary>
4966      <param name="provider">The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider" /> to remove. This provider must be added using <see cref="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)" />.</param>
4967    </member>
4968    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.ReportError(System.Object)">
4969      <summary>Reports an error in serialization.</summary>
4970      <param name="errorInformation">The error to report. </param>
4971    </member>
4972    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#CreateInstance(System.Type,System.Collections.ICollection,System.String,System.Boolean)">
4973      <summary>Creates an instance of the specified type and adds it to a collection of named instances. </summary>
4974      <param name="type">The <see cref="T:System.Type" /> to create.</param>
4975      <param name="arguments">An <see cref="T:System.Collections.ICollection" /> that contains the arguments for <paramref name="type" />.</param>
4976      <param name="name">The name of the object. This name can be used to access the object later using <see cref="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetInstance(System.String)" />. If a null reference (<see langword="Nothing" /> in Visual Basic) is passed, the object is still created but cannot be accessed by name.</param>
4977      <param name="addToContainer">
4978            <see langword="true" /> to add the object to the design container; otherwise, <see langword="false" />. </param>
4979      <returns>The newly created object.</returns>
4980    </member>
4981    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetInstance(System.String)">
4982      <summary>Returns an instance of a created object of the specified name.</summary>
4983      <param name="name">The name of the object to retrieve.</param>
4984      <returns>An instance of the object with the given name, or a null reference (<see langword="Nothing" /> in Visual Basic) if no object by that name can be found.</returns>
4985    </member>
4986    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#GetName(System.Object)">
4987      <summary>Returns the name of the specified object.</summary>
4988      <param name="value">The <see cref="T:System.Object" /> for which to retrieve the name.</param>
4989      <returns>The name of the object, or a null reference (<see langword="Nothing" /> in Visual Basic) if the object is unnamed.</returns>
4990    </member>
4991    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#SetName(System.Object,System.String)">
4992      <summary>Sets the name of the specified existing object.</summary>
4993      <param name="instance">The object to name.</param>
4994      <param name="name">The name to assign to the object.</param>
4995    </member>
4996    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.#ctor">
4997      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> class.  </summary>
4998    </member>
4999    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.AddChild(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object,System.Object)">
5000      <summary>Adds a child object to the specified object.</summary>
5001      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> to use in this operation.</param>
5002      <param name="parentObject">The <see cref="T:System.Object" /> to which to add the child object.</param>
5003      <param name="childObj">The <see cref="T:System.Object" /> to add.</param>
5004      <exception cref="T:System.ArgumentNullException">
5005              <paramref name="parentObject" /> or<paramref name=" childObj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5006    </member>
5007    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.CanSerializeToString(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5008      <summary>Returns a Boolean that indicates whether the specified object can be serialized to a string.</summary>
5009      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> used to serialize this object.</param>
5010      <param name="value">The specified <see cref="T:System.Object" />.</param>
5011      <returns>
5012          <see langword="true" /> if the specified object can be serialized to a string; otherwise, <see langword="false" />.</returns>
5013      <exception cref="T:System.ArgumentNullException">
5014              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5015      <exception cref="T:System.ArgumentNullException">
5016              <paramref name="value" /> is a null reference (<see langword="Nothing" />).</exception>
5017    </member>
5018    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.ClearChildren(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5019      <summary>Removes all child objects from the specified object.</summary>
5020      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
5021      <param name="obj">The <see cref="T:System.Object" /> from which to remove all child objects.</param>
5022      <exception cref="T:System.ArgumentNullException">
5023              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5024      <exception cref="T:System.ArgumentNullException">
5025              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
5026    </member>
5027    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.CreateInstance(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type)">
5028      <summary>Creates an instance of the specified <see cref="T:System.Type" /> using the specified <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" />. </summary>
5029      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> supporting this operation.</param>
5030      <param name="type">The specified <see cref="T:System.Type" /></param>
5031      <returns>An instance of the specified <see cref="T:System.Type" />. </returns>
5032      <exception cref="T:System.ArgumentNullException">
5033              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5034      <exception cref="T:System.ArgumentNullException">
5035              <paramref name="type" /> is a null reference (<see langword="Nothing" />).</exception>
5036    </member>
5037    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.Deserialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Xml.XmlReader)">
5038      <summary>Deserializes workflow markup into an <see cref="T:System.Object" /> using the specified serialization manager.</summary>
5039      <param name="serializationManager">An object that implements the <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> interface, such as <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializationManager" />.</param>
5040      <param name="reader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
5041      <returns>An <see cref="T:System.Object" /> that contains the definition of the workflow defined in the workflow markup file or stream.</returns>
5042      <exception cref="T:System.ArgumentNullException">
5043              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5044      <exception cref="T:System.ArgumentNullException">
5045              <paramref name="reader" /> is a null reference (<see langword="Nothing" />).</exception>
5046    </member>
5047    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.Deserialize(System.Xml.XmlReader)">
5048      <summary>Deserializes workflow markup into an <see cref="T:System.Object" />.</summary>
5049      <param name="reader">An <see cref="T:System.Xml.XmlReader" /> that contains the workflow definition.</param>
5050      <returns>An <see cref="T:System.Object" /> that contains the definition of the workflow defined in the workflow markup file or stream.</returns>
5051    </member>
5052    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.DeserializeFromString(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Type,System.String)">
5053      <summary>Deserializes extensible Application Markup Language (XAML) content from the specified string according to the given type of the property to deserialize.</summary>
5054      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the deserialization process.</param>
5055      <param name="propertyType">The <see cref="T:System.Type" /> associated with the property to deserialize. </param>
5056      <param name="value">A string that contains the XAML to deserialize. </param>
5057      <returns>The deserialized <see cref="T:System.Object" />.</returns>
5058      <exception cref="T:System.ArgumentNullException">
5059              <paramref name="serializationManager" />, <paramref name="propertyType" />, or <paramref name="value" />, contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5060    </member>
5061    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.GetChildren(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5062      <summary>Retrieves a list of child objects for the specified object</summary>
5063      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> which supports this operation.</param>
5064      <param name="obj">The <see cref="T:System.Object" /> from which to retrieve child objects.</param>
5065      <returns>An <see cref="T:System.Collections.IList" /> that contains the child objects of <paramref name="obj" />.</returns>
5066      <exception cref="T:System.ArgumentNullException">
5067              <paramref name="obj" /> or <paramref name="serializationManager" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5068    </member>
5069    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.GetEvents(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5070      <summary>Retrieves information about all events associated with the specified <see cref="T:System.Object" />.</summary>
5071      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the deserialization process.</param>
5072      <param name="obj">The <see cref="T:System.Object" /> to search for event objects.</param>
5073      <returns>An <see cref="T:System.Reflection.EventInfo" /> array that contains information about the events associated with <paramref name="obj" />.</returns>
5074      <exception cref="T:System.ArgumentNullException">
5075              <paramref name="serializationManager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5076    </member>
5077    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.GetProperties(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5078      <summary>Retrieves information about all properties associated with the specified object.</summary>
5079      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5080      <param name="obj">The <see cref="T:System.Object" /> to search for properties. </param>
5081      <returns>A <see cref="T:System.Reflection.PropertyInfo" /> array that contains information about the properties associated with <paramref name="obj" />.</returns>
5082      <exception cref="T:System.ArgumentNullException">
5083              <paramref name="serializationManager" /> or <paramref name="obj" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5084    </member>
5085    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.OnAfterDeserialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5086      <summary>Overridden. Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> that an object has just been deserialized.</summary>
5087      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5088      <param name="obj">The <see cref="T:System.Object" /> that was deserialized.</param>
5089    </member>
5090    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.OnAfterSerialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5091      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> that an object has just been serialized.</summary>
5092      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5093      <param name="obj">The <see cref="T:System.Object" /> that was serialized.</param>
5094    </member>
5095    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.OnBeforeDeserialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5096      <summary>Overridden. Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> that an object is about to be deserialized.</summary>
5097      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that managed the deserialization process.</param>
5098      <param name="obj">The <see cref="T:System.Object" /> that was deserialized.</param>
5099    </member>
5100    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.OnBeforeSerialize(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5101      <summary>Notifies the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> that <see cref="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.Serialize(System.Xml.XmlWriter,System.Object)" /> is about to run.</summary>
5102      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5103      <param name="obj">The <see cref="T:System.Object" /> to be serialized.</param>
5104    </member>
5105    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Xml.XmlWriter,System.Object)">
5106      <summary>Serializes the specified <see cref="T:System.Object" /> into a workflow markup file or stream using the specified serialization manager.</summary>
5107      <param name="serializationManager">An object that implements the <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> interface, such as <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializationManager" />.</param>
5108      <param name="writer">An <see cref="T:System.Xml.XmlWriter" /> that contains the stream or file used in serializing.</param>
5109      <param name="obj">The object to be serialized.</param>
5110      <exception cref="T:System.ArgumentNullException">
5111              <paramref name="serializationManager" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5112      <exception cref="T:System.ArgumentNullException">
5113              <paramref name="writer" /> is a null reference (<see langword="Nothing" />).</exception>
5114      <exception cref="T:System.ArgumentNullException">
5115              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
5116    </member>
5117    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.Serialize(System.Xml.XmlWriter,System.Object)">
5118      <summary>Serializes the specified <see cref="T:System.Object" /> into a workflow markup file or stream.</summary>
5119      <param name="writer">An <see cref="T:System.Xml.XmlWriter" /> that contains the stream or file used in serializing.</param>
5120      <param name="obj">The object to be serialized.</param>
5121      <exception cref="T:System.ArgumentNullException">
5122              <paramref name="writer" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5123      <exception cref="T:System.ArgumentNullException">
5124              <paramref name="obj" /> is a null reference (<see langword="Nothing" />).</exception>
5125    </member>
5126    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.SerializeToString(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5127      <summary>Serializes the specified <see cref="T:System.Object" /> to a string.</summary>
5128      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5129      <param name="value">The <see cref="T:System.Object" /> to serialize to a string.</param>
5130      <returns>A string that contains the serialized <see cref="T:System.Object" />.</returns>
5131      <exception cref="T:System.ArgumentNullException">
5132              <paramref name="serializationManager" /> or <paramref name="value" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5133    </member>
5134    <member name="M:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer.ShouldSerializeValue(System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager,System.Object)">
5135      <summary>Returns a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer" /> should serialize the specified <see cref="T:System.Object" />.</summary>
5136      <param name="serializationManager">The <see cref="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager" /> that manages the serialization process.</param>
5137      <param name="value">The <see cref="T:System.Object" /> to check.</param>
5138      <returns>
5139          <see langword="true" /> to indicate <paramref name="value" /> should be serialized; otherwise, <see langword="false" />.  </returns>
5140      <exception cref="T:System.ArgumentNullException">
5141              <paramref name="serializationManager" /> contains a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5142    </member>
5143    <member name="M:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.#ctor(System.String,System.String)">
5144      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute" /> class, initializing <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.XmlNamespace" /> and <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.ClrNamespace" /> properties.</summary>
5145      <param name="xmlNamespace">A <see cref="T:System.String" /> that contains the value for <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.XmlNamespace" />.</param>
5146      <param name="clrNamespace">A <see cref="T:System.String" /> that contains the value for <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.ClrNamespace" />.</param>
5147      <exception cref="T:System.ArgumentNullException">
5148              <paramref name="xmlNamespace" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5149      <exception cref="T:System.ArgumentNullException">
5150              <paramref name="clrNamespace" /> is a null reference (<see langword="Nothing" />).</exception>
5151    </member>
5152    <member name="M:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.#ctor(System.String,System.String)">
5153      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute" /> class, initializing <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.XmlNamespace" /> and <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.Prefix" />.</summary>
5154      <param name="xmlNamespace">A <see cref="T:System.String" /> that contains the value for <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.XmlNamespace" />.</param>
5155      <param name="prefix">A <see cref="T:System.String" /> that contains the value for <see cref="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.Prefix" />.</param>
5156      <exception cref="T:System.ArgumentNullException">
5157              <paramref name="xmlNamespace" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
5158      <exception cref="T:System.ArgumentNullException">
5159              <paramref name="prefix" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
5160    </member>
5161    <member name="M:System.Workflow.ComponentModel.SuspendActivity.#ctor">
5162      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.SuspendActivity" /> class. </summary>
5163    </member>
5164    <member name="M:System.Workflow.ComponentModel.SuspendActivity.#ctor(System.String)">
5165      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.SuspendActivity" /> class, along with the name for that activity.</summary>
5166      <param name="name">The user-defined name of the activity.</param>
5167    </member>
5168    <member name="M:System.Workflow.ComponentModel.SynchronizationScopeActivity.#ctor">
5169      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.SynchronizationScopeActivity" /> class.  </summary>
5170    </member>
5171    <member name="M:System.Workflow.ComponentModel.SynchronizationScopeActivity.#ctor(System.String)">
5172      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.SynchronizationScopeActivity" /> class using the name of the activity. </summary>
5173      <param name="name">The user-defined name of the activity.</param>
5174    </member>
5175    <member name="M:System.Workflow.ComponentModel.SynchronizationScopeActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
5176      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
5177      <param name="sender">The object that raised the event.</param>
5178      <param name="e">The previously typed event arguments.</param>
5179    </member>
5180    <member name="M:System.Workflow.ComponentModel.TerminateActivity.#ctor">
5181      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.TerminateActivity" /> class. </summary>
5182    </member>
5183    <member name="M:System.Workflow.ComponentModel.TerminateActivity.#ctor(System.String)">
5184      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.TerminateActivity" /> class using the name of the activity.</summary>
5185      <param name="name">The user-defined name of the activity.</param>
5186    </member>
5187    <member name="M:System.Workflow.ComponentModel.ThrowActivity.#ctor">
5188      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ThrowActivity" /> class.</summary>
5189    </member>
5190    <member name="M:System.Workflow.ComponentModel.ThrowActivity.#ctor(System.String)">
5191      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.ThrowActivity" /> class, and initializes its name.</summary>
5192      <param name="name">The user-defined name of the activity.</param>
5193      <exception cref="T:System.ArgumentNullException">
5194              <paramref name="identifier" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5195    </member>
5196    <member name="M:System.Workflow.ComponentModel.ThrowActivity.System#Workflow#ComponentModel#Design#ITypeFilterProvider#CanFilterType(System.Type,System.Boolean)">
5197      <summary>Returns a value that indicates whether the specified <see cref="T:System.Type" /> can be filtered.</summary>
5198      <param name="type">The <see cref="T:System.Type" /> to check for filtering</param>
5199      <param name="throwOnError">
5200            <see langword="true" /> to throw an exception when the <see cref="M:System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType(System.Type,System.Boolean)" /> is processed; otherwise, <see langword="false" />.</param>
5201      <returns>
5202          <see langword="true" /> if the specified type can be filtered; otherwise, <see langword="false" />. </returns>
5203    </member>
5204    <member name="M:System.Workflow.ComponentModel.ThrowActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetAccessType(System.IServiceProvider,System.String)">
5205      <summary>Returns the access type for the specified property.</summary>
5206      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design time services if they are needed.</param>
5207      <param name="propertyName">The name of the property.</param>
5208      <returns>An <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> enumeration value denoting the access level of the property.</returns>
5209    </member>
5210    <member name="M:System.Workflow.ComponentModel.ThrowActivity.System#Workflow#ComponentModel#IDynamicPropertyTypeProvider#GetPropertyType(System.IServiceProvider,System.String)">
5211      <summary>Returns the <see cref="T:System.Type" /> of the specified property.</summary>
5212      <param name="serviceProvider">An object that implements <see cref="T:System.IServiceProvider" /> to provide access to design time services if they are needed.</param>
5213      <param name="propertyName">The name of the property.</param>
5214      <returns>The <see cref="T:System.Type" /> for the property whose name is passed as the <paramref name="propertyName " />parameter. </returns>
5215    </member>
5216    <member name="M:System.Workflow.ComponentModel.TransactionScopeActivity.#ctor">
5217      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.TransactionScopeActivity" /> class.  </summary>
5218    </member>
5219    <member name="M:System.Workflow.ComponentModel.TransactionScopeActivity.#ctor(System.String)">
5220      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.TransactionScopeActivity" /> class using the name of the activity.</summary>
5221      <param name="name">The user-defined name of the activity.</param>
5222    </member>
5223    <member name="M:System.Workflow.ComponentModel.TransactionScopeActivity.System#Workflow#ComponentModel#IActivityEventListener{System#Workflow#ComponentModel#ActivityExecutionStatusChangedEventArgs}#OnEvent(System.Object,System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs)">
5224      <summary>Defines the processing procedure when the subscribed-to event occurs.</summary>
5225      <param name="sender">The object that raised the event.</param>
5226      <param name="e">The previously typed event arguments.</param>
5227    </member>
5228    <member name="M:System.Workflow.ComponentModel.WorkflowChangeAction.#ctor">
5229      <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowChangeAction" /> class. </summary>
5230    </member>
5231    <member name="M:System.Workflow.ComponentModel.WorkflowChangeAction.ApplyTo(System.Workflow.ComponentModel.Activity)">
5232      <summary>When overridden in a derived class, applies the changes to the root <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5233      <param name="rootActivity">The root <see cref="T:System.Workflow.ComponentModel.Activity" /> of the workflow.</param>
5234      <returns>
5235          <see langword="true" /> if the root <see cref="T:System.Workflow.ComponentModel.Activity" /> was updated with the added <see cref="T:System.Workflow.ComponentModel.Activity" />, <see langword="false" /> if the root <see cref="T:System.Workflow.ComponentModel.Activity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</returns>
5236    </member>
5237    <member name="M:System.Workflow.ComponentModel.WorkflowChangeAction.ValidateChanges(System.Workflow.ComponentModel.Activity)">
5238      <summary>When overridden in a derived class, validates the changes and returns a <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains any errors.</summary>
5239      <param name="activity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> upon which to validate the changes.</param>
5240      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> that contains any errors.</returns>
5241      <exception cref="T:System.ArgumentNullException">
5242              <paramref name="activityInstance" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5243    </member>
5244    <member name="M:System.Workflow.ComponentModel.WorkflowChanges.#ctor(System.Workflow.ComponentModel.Activity)">
5245      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowChanges" /> class.  </summary>
5246      <param name="rootActivity">The root <see cref="T:System.Workflow.ComponentModel.Activity" /> of the workflow.</param>
5247      <exception cref="T:System.ArgumentNullException">
5248              <paramref name="rootActivity" /> is a null reference (Visual Basic <see langword="Nothing" />).</exception>
5249      <exception cref="T:System.ArgumentException">
5250              <paramref name="rootActivity" /> is not a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</exception>
5251      <exception cref="T:System.InvalidOperationException">
5252              <paramref name="rootActivity" /> is in design mode.</exception>
5253    </member>
5254    <member name="M:System.Workflow.ComponentModel.WorkflowChanges.GetCondition(System.Object)">
5255      <summary>Gets the condition property on a dependency object.</summary>
5256      <param name="dependencyObject">A <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> (or derived type) that contains a condition property, such as the <see cref="T:System.Workflow.Activities.SequentialWorkflowActivity" /> and <see cref="T:System.Workflow.Activities.StateMachineWorkflowActivity" /> activities.</param>
5257      <returns>A condition property type, such as <see cref="T:System.Workflow.ComponentModel.ActivityCondition" />.</returns>
5258      <exception cref="T:System.ArgumentNullException">
5259              <paramref name="dependencyObject" /> is null (<see langword="Nothing" /> in Visual Basic).</exception>
5260      <exception cref="T:System.ArgumentException">
5261              <paramref name="dependencyObject" /> is not a <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> or a type that derives from <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</exception>
5262    </member>
5263    <member name="M:System.Workflow.ComponentModel.WorkflowChanges.SetCondition(System.Object,System.Object)">
5264      <summary>Sets the condition property on a dependency object.</summary>
5265      <param name="dependencyObject">A <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> (or derived type) that contains a condition property, such as the <see cref="T:System.Workflow.Activities.SequentialWorkflowActivity" /> and <see cref="T:System.Workflow.Activities.StateMachineWorkflowActivity" /> activities.</param>
5266      <param name="value">The condition type to set on the dependency object, such as an <see cref="T:System.Workflow.ComponentModel.ActivityCondition" />.</param>
5267    </member>
5268    <member name="M:System.Workflow.ComponentModel.WorkflowChanges.Validate">
5269      <summary>Validates the current set of proposed changes that have been made to the activity tree represented by the <see cref="P:System.Workflow.ComponentModel.WorkflowChanges.TransientWorkflow" /> property.</summary>
5270      <returns>A <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> object that contains any errors or warnings that occurred during validation.</returns>
5271    </member>
5272    <member name="M:System.Workflow.ComponentModel.WorkflowParameterBinding.#ctor">
5273      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBinding" /> class.  </summary>
5274    </member>
5275    <member name="M:System.Workflow.ComponentModel.WorkflowParameterBinding.#ctor(System.String)">
5276      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBinding" /> class.  </summary>
5277      <param name="parameterName">A <see langword="string" /> that contains the name of the parameter.</param>
5278    </member>
5279    <member name="M:System.Workflow.ComponentModel.WorkflowParameterBindingCollection.#ctor(System.Workflow.ComponentModel.Activity)">
5280      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBindingCollection" /> class.  </summary>
5281      <param name="ownerActivity">The <see cref="T:System.Workflow.ComponentModel.Activity" /> that own this instance.</param>
5282      <exception cref="T:System.ArgumentNullException">
5283              <paramref name="ownerActivity" /> is a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
5284    </member>
5285    <member name="M:System.Workflow.ComponentModel.WorkflowParameterBindingCollection.GetItem(System.String)">
5286      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBinding" /> from the collection having the specified key.</summary>
5287      <param name="key">The key to match for this retrieval.</param>
5288      <returns>The <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBinding" /> from the collection having the specified key.</returns>
5289    </member>
5290    <member name="M:System.Workflow.ComponentModel.WorkflowTerminatedException.#ctor">
5291      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowTerminatedException" /> class.  </summary>
5292    </member>
5293    <member name="M:System.Workflow.ComponentModel.WorkflowTerminatedException.#ctor(System.String)">
5294      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowTerminatedException" /> class, with a specified error message.</summary>
5295      <param name="message">The message that describes the error.</param>
5296    </member>
5297    <member name="M:System.Workflow.ComponentModel.WorkflowTerminatedException.#ctor(System.String,System.Exception)">
5298      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowTerminatedException" /> class, with a specified error message and a reference to the inner <see cref="T:System.Exception" /> that is the cause of this <see cref="T:System.Exception" /> .</summary>
5299      <param name="message">The message that describes the error.</param>
5300      <param name="exception">The inner <see cref="T:System.Exception" /> reference. </param>
5301    </member>
5302    <member name="M:System.Workflow.ComponentModel.WorkflowTransactionOptions.#ctor">
5303      <summary>Initializes a new instance of the <see cref="T:System.Workflow.ComponentModel.WorkflowTransactionOptions" /> class. </summary>
5304    </member>
5305    <member name="P:System.Workflow.ComponentModel.Activity.Description">
5306      <summary>Gets or sets the user-defined description of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5307      <returns>The text description of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5308    </member>
5309    <member name="P:System.Workflow.ComponentModel.Activity.Enabled">
5310      <summary>Gets or sets a value that indicates whether this instance is enabled for execution and validation.</summary>
5311      <returns>
5312          <see langword="true" /> if enabled for execution and validation; <see langword="false" /> otherwise.</returns>
5313    </member>
5314    <member name="P:System.Workflow.ComponentModel.Activity.ExecutionResult">
5315      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionResult" /> of the last attempt to run this instance.</summary>
5316      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionResult" /> of the last attempt to run this instance.</returns>
5317    </member>
5318    <member name="P:System.Workflow.ComponentModel.Activity.ExecutionStatus">
5319      <summary>Gets the current <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of this instance.</summary>
5320      <returns>The current <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of this instance.</returns>
5321    </member>
5322    <member name="P:System.Workflow.ComponentModel.Activity.IsDynamicActivity">
5323      <summary>Gets information about whether the activity is executing within the default <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the workflow instance.</summary>
5324      <returns>Returns <see langword="false" /> if the activity is executing within the default <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> of the workflow instance, otherwise returns <see langword="true" />.</returns>
5325    </member>
5326    <member name="P:System.Workflow.ComponentModel.Activity.Name">
5327      <summary>Gets or sets the name of this instance. This name must conform to the variable naming convention of the programming language that is being used in the Workflow project.</summary>
5328      <returns>The name of this instance.</returns>
5329    </member>
5330    <member name="P:System.Workflow.ComponentModel.Activity.Parent">
5331      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that contains this <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5332      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> that is a parent to this <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5333    </member>
5334    <member name="P:System.Workflow.ComponentModel.Activity.QualifiedName">
5335      <summary>Gets the qualified name of the activity. Qualified activity names are always unique in a workflow instance.</summary>
5336      <returns>The qualified name of the instance.</returns>
5337    </member>
5338    <member name="P:System.Workflow.ComponentModel.Activity.WorkflowInstanceId">
5339      <summary>Gets the <see cref="T:System.Guid" /> associated with the instance.</summary>
5340      <returns>The <see cref="T:System.Guid" /> associated with the instance.</returns>
5341    </member>
5342    <member name="P:System.Workflow.ComponentModel.ActivityBind.Name">
5343      <summary>Gets or sets the name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> points to.</summary>
5344      <returns>The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> points to.</returns>
5345      <exception cref="T:System.Data.ReadOnlyException">Occurs when you attempt to set this value when the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> is not in design mode.</exception>
5346    </member>
5347    <member name="P:System.Workflow.ComponentModel.ActivityBind.Path">
5348      <summary>Gets or sets the path for a member of the target activity. The value can use dotted notation to indicate a path to a nested value. For example, a path of "A.B.C" indicates that the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> is to a field or property named 'C', which is a member of the field or property 'B', which in turn is a field or property 'A', which is a member of the target activity.</summary>
5349      <returns>The path of the data item of interest on the chosen <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5350      <exception cref="T:System.Data.ReadOnlyException">Occurs when you attempt to set this value when the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> is not in design mode.</exception>
5351    </member>
5352    <member name="P:System.Workflow.ComponentModel.ActivityBind.UserData">
5353      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> of user data relating to this instance.</summary>
5354      <returns>An <see cref="T:System.Collections.IDictionary" /> of user data relating to this instance.</returns>
5355    </member>
5356    <member name="P:System.Workflow.ComponentModel.ActivityChangeAction.OwnerActivityDottedPath">
5357      <summary>Gets and sets the <see cref="P:System.Workflow.ComponentModel.ActivityChangeAction.OwnerActivityDottedPath" /> of the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> associated with this instance.</summary>
5358      <returns>The <see cref="P:System.Workflow.ComponentModel.ActivityChangeAction.OwnerActivityDottedPath" /> of the <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> associated with this instance.</returns>
5359    </member>
5360    <member name="P:System.Workflow.ComponentModel.ActivityCollection.Count">
5361      <summary>Gets the number of members of the <see cref="T:System.Collections.ICollection" />.</summary>
5362      <returns>The number of members of the <see cref="T:System.Collections.ICollection" />.</returns>
5363    </member>
5364    <member name="P:System.Workflow.ComponentModel.ActivityCollection.Item(System.Int32)">
5365      <summary>Gets or sets the activity in the <see cref="T:System.Collections.ICollection" /> based on the index.</summary>
5366      <param name="index">Zero-based index into the <see cref="T:System.Collections.ICollection" />.</param>
5367      <returns>A member activity of the <see cref="T:System.Collections.ICollection" />, whose index in the <see cref="T:System.Collections.ICollection" /> was specified in the call.</returns>
5368      <exception cref="T:System.ArgumentOutOfRangeException">
5369              <paramref name="index" /> is not a valid index in <see cref="T:System.Collections.IList" />.</exception>
5370      <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.IList" /> is read-only.</exception>
5371      <exception cref="T:System.Exception">An attempt to set to an <see cref="T:System.Object" /> that is not an <see cref="T:System.Workflow.ComponentModel.Activity" />.</exception>
5372    </member>
5373    <member name="P:System.Workflow.ComponentModel.ActivityCollection.Item(System.String)">
5374      <summary>Gets the activity in the <see cref="T:System.Collections.ICollection" /> based on the string which is a unique key.</summary>
5375      <param name="key">Unique identifier for activity in the <see cref="T:System.Collections.ICollection" />.</param>
5376      <returns>A member <see cref="T:System.Workflow.ComponentModel.Activity" /> of the <see cref="T:System.Collections.ICollection" />; the key in the <see cref="T:System.Collections.ICollection" /> which was specified in the call.</returns>
5377    </member>
5378    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#Count">
5379      <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
5380      <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
5381    </member>
5382    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#ICollection{System#Workflow#ComponentModel#Activity}#IsReadOnly">
5383      <summary>Gets a value that indicates whether the <see cref="T:System.Collections.IList" /> is read-only. </summary>
5384      <returns>
5385          <see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.</returns>
5386    </member>
5387    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#Generic#IList{System#Workflow#ComponentModel#Activity}#Item(System.Int32)">
5388      <summary>Gets or sets the element at the specified index.</summary>
5389      <param name="index">The zero-based index of the element to get or set.</param>
5390      <returns>The <see cref="T:System.Object" /> at the specified index.</returns>
5391      <exception cref="T:System.ArgumentOutOfRangeException">
5392              <paramref name="index" /> is not a valid index in the <see cref="T:System.Collections.IList" />.</exception>
5393      <exception cref="T:System.NotSupportedException">The <see langword="ICollection" /> is read-only.</exception>
5394    </member>
5395    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#ICollection#IsSynchronized">
5396      <summary>Gets a value that indicates whether access to the <see cref="T:System.Collections.Generic.ICollection`1" /> is synchronized, that is thread-safe.</summary>
5397      <returns>
5398          <see langword="true" /> if access to the <see cref="T:System.Collections.Generic.ICollection`1" /> is synchronized, that is, thread-safe; otherwise, <see langword="false" />.</returns>
5399    </member>
5400    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#ICollection#SyncRoot">
5401      <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
5402      <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
5403    </member>
5404    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#IsFixedSize">
5405      <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary>
5406      <returns>
5407          <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</returns>
5408    </member>
5409    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#IsReadOnly">
5410      <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only. </summary>
5411      <returns>Returns <see cref="T:System.Boolean" /><see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />. </returns>
5412    </member>
5413    <member name="P:System.Workflow.ComponentModel.ActivityCollection.System#Collections#IList#Item(System.Int32)">
5414      <summary>Gets or sets the activity in the <see cref="T:System.Collections.ICollection" /> based on the index.</summary>
5415      <param name="index">Zero-based index into the <see cref="T:System.Collections.ICollection" />.</param>
5416      <returns>Returns <see cref="T:System.Object" />, a member activity of the <see cref="T:System.Collections.ICollection" />, whose index in the <see cref="T:System.Collections.ICollection" /> was specified in the call.</returns>
5417    </member>
5418    <member name="P:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.Action">
5419      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeAction" /> representing the type of change that occurred.</summary>
5420      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityCollectionChangeAction" /> representing the type of change that occurred.</returns>
5421    </member>
5422    <member name="P:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.AddedItems">
5423      <summary>Gets a strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each added <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5424      <returns>A strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each added <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5425    </member>
5426    <member name="P:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.Index">
5427      <summary>Gets the index of the change originating the event.</summary>
5428      <returns>The index of the change originating the event.</returns>
5429    </member>
5430    <member name="P:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.Owner">
5431      <summary>Gets the <see cref="T:System.Object" /> which originated the event.</summary>
5432      <returns>The <see cref="T:System.Object" /> which originated the event.</returns>
5433    </member>
5434    <member name="P:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs.RemovedItems">
5435      <summary>Gets a strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each removed <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5436      <returns>A strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" /> containing each removed <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5437    </member>
5438    <member name="P:System.Workflow.ComponentModel.ActivityExecutionContext.Activity">
5439      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Activity" /> that currently executes within this execution context.</summary>
5440      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated to this execution context.</returns>
5441      <exception cref="T:System.ObjectDisposedException">This instance is marked for garbage collection.</exception>
5442    </member>
5443    <member name="P:System.Workflow.ComponentModel.ActivityExecutionContext.ContextGuid">
5444      <summary>Gets the <see langword="ContextID" /> of the associated <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
5445      <returns>The <see langword="ContextID" /> of the associated <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5446    </member>
5447    <member name="P:System.Workflow.ComponentModel.ActivityExecutionContext.ExecutionContextManager">
5448      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContextManager" /> associated with this instance.</summary>
5449      <returns>the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContextManager" /> associated with this instance.</returns>
5450    </member>
5451    <member name="P:System.Workflow.ComponentModel.ActivityExecutionContextManager.ExecutionContexts">
5452      <summary>Represents the set of execution contexts, created by the current activity, that have not yet been completed.</summary>
5453      <returns>The collection that contains the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />(s) associated with this instance.</returns>
5454    </member>
5455    <member name="P:System.Workflow.ComponentModel.ActivityExecutionContextManager.PersistedExecutionContexts">
5456      <summary>Represents the set of execution contexts, created by the current activity, that have been completed and were persisted upon their completion.</summary>
5457      <returns>The collection of type <see cref="T:System.Guid" /> that represents the set of all persisted <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" />.</returns>
5458    </member>
5459    <member name="P:System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs.Activity">
5460      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event.</summary>
5461      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event.</returns>
5462    </member>
5463    <member name="P:System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs.ExecutionResult">
5464      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionResult" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event corresponding to the value when the event occurred.</summary>
5465      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionResult" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event corresponding to the value when the event occurred.</returns>
5466    </member>
5467    <member name="P:System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs.ExecutionStatus">
5468      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event corresponding to the value when the event occurred.</summary>
5469      <returns>The <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that raised the event corresponding to the value when the event occurred.</returns>
5470    </member>
5471    <member name="P:System.Workflow.ComponentModel.AddedActivityAction.AddedActivity">
5472      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Activity" /> added to the workflow.</summary>
5473      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> added to the workflow.</returns>
5474    </member>
5475    <member name="P:System.Workflow.ComponentModel.AddedActivityAction.Index">
5476      <summary>Gets the index of the added <see cref="T:System.Workflow.ComponentModel.Activity" /> with the <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> collection of the parent <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</summary>
5477      <returns>The index value of the new <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
5478    </member>
5479    <member name="P:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity.TransactionOptions">
5480      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.WorkflowTransactionOptions" /> associated with this instance.</summary>
5481      <returns>The <see cref="T:System.Workflow.ComponentModel.WorkflowTransactionOptions" /> associated with this instance.</returns>
5482    </member>
5483    <member name="P:System.Workflow.ComponentModel.CompensateActivity.TargetActivityName">
5484      <summary>Gets or sets the name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to compensate.</summary>
5485      <returns>A string that contains the name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> to compensate.</returns>
5486    </member>
5487    <member name="P:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute.CodeGeneratorTypeName">
5488      <summary>Gets the name of the code generator <see cref="T:System.Type" /> which this instance is based on.</summary>
5489      <returns>A string that contains the name of the code generator <see cref="T:System.Type" /> on which this instance is based.</returns>
5490    </member>
5491    <member name="P:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute.ValidatorTypeName">
5492      <summary>Gets the name of the type of the associated <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> class. </summary>
5493      <returns>The name of the type of the associated <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> class. </returns>
5494    </member>
5495    <member name="P:System.Workflow.ComponentModel.Compiler.AttributeInfo.ArgumentValues">
5496      <summary>Gets a collection that contains values for each of the arguments associated with this instance.</summary>
5497      <returns>A collection that contains values for each of the arguments associated with this instance.</returns>
5498    </member>
5499    <member name="P:System.Workflow.ComponentModel.Compiler.AttributeInfo.AttributeType">
5500      <summary>Gets the <see cref="T:System.Type" /> of this instance.</summary>
5501      <returns>The <see cref="T:System.Type" /> of this instance.</returns>
5502    </member>
5503    <member name="P:System.Workflow.ComponentModel.Compiler.AttributeInfo.Creatable">
5504      <summary>Gets a value that indicates whether this instance can be created.</summary>
5505      <returns>Returns a value which is <see langword="false" /> if either of the following conditions are true:The <see cref="T:System.Type" /> defining this attribute has an <see cref="P:System.Type.Assembly" /> which is a null reference (Visual Basic <see langword="Nothing" />).Any one of the objects in the array <see cref="P:System.Workflow.ComponentModel.Compiler.AttributeInfo.ArgumentValues" /> is of <see cref="T:System.Type" /><see cref="T:System.Exception" />Otherwise the value returned is <see langword="true" />.</returns>
5506    </member>
5507    <member name="P:System.Workflow.ComponentModel.Compiler.AttributeInfoAttribute.AttributeInfo">
5508      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> associated with this instance.</summary>
5509      <returns>The <see cref="T:System.Workflow.ComponentModel.Compiler.AttributeInfo" /> associated with this instance. </returns>
5510    </member>
5511    <member name="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.Assembly">
5512      <summary>Gets or sets the name of the assembly that contains the type(s) represented by this class.</summary>
5513      <returns>The name of the assembly.</returns>
5514    </member>
5515    <member name="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.Authorized">
5516      <summary>Gets or sets the value that indicates whether the type designated by this class is authorized to participate in a workflow compilation.</summary>
5517      <returns>
5518          <see langword="true" /> if authorized to participate in a workflow compilation; otherwise, <see langword="false" />.</returns>
5519    </member>
5520    <member name="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.Namespace">
5521      <summary>Gets or sets the name of the namespace of the type represented in this instance.</summary>
5522      <returns>The name of the namespace of the <see cref="T:System.Type" /> represented in this instance.</returns>
5523    </member>
5524    <member name="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.RegularExpression">
5525      <summary>Gets the <see cref="T:System.Text.RegularExpressions.Regex" /> associated with this instance.</summary>
5526      <returns>The regular expression associated with this instance.</returns>
5527    </member>
5528    <member name="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.TypeName">
5529      <summary>Gets or sets the name of the type being represented by this instance.</summary>
5530      <returns>The name of the <see cref="T:System.Type" /> being represented by this instance.</returns>
5531    </member>
5532    <member name="P:System.Workflow.ComponentModel.Compiler.BindValidationContext.Access">
5533      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</summary>
5534      <returns>The <see cref="T:System.Workflow.ComponentModel.Compiler.AccessTypes" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</returns>
5535    </member>
5536    <member name="P:System.Workflow.ComponentModel.Compiler.BindValidationContext.TargetType">
5537      <summary>Gets the <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</summary>
5538      <returns>The <see cref="T:System.Type" /> of the target of the <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> represented by this instance.</returns>
5539    </member>
5540    <member name="P:System.Workflow.ComponentModel.Compiler.CodeGenerationManager.Context">
5541      <summary>Gets the <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> associated with this instance.</summary>
5542      <returns>The <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> associated with this instance.</returns>
5543    </member>
5544    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask.TemporaryFiles">
5545      <summary>Gets or sets an array of paths to temporary files created when compiling workflows created using Visual Basic .NET.</summary>
5546      <returns>A list of temporary files associated with this compilation task.</returns>
5547    </member>
5548    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.AssemblyName">
5549      <summary>Gets and sets the name of the assembly that is built during compilation.</summary>
5550      <returns>A <see langword="String" /> that contains the name of the assembly.</returns>
5551    </member>
5552    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.BuildingProject">
5553      <summary>Gets or sets a value that indicates whether this build task is currently building the workflow project.</summary>
5554      <returns>
5555          <see langword="true" /> if this build task is currently building the workflow project; otherwise, <see langword="false" />.</returns>
5556    </member>
5557    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.CompilationOptions">
5558      <summary>Gets or sets the compilation options.</summary>
5559      <returns>The compilation options.</returns>
5560    </member>
5561    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.DelaySign">
5562      <summary>Gets or sets a value that indicates whether the workflow assembly will be delay signed.</summary>
5563      <returns>
5564          <see langword="true" /> if the assembly will be delay signed; otherwise, <see langword="false" />.</returns>
5565    </member>
5566    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.HostObject">
5567      <summary>Gets or sets the <see cref="T:System.Object" /> that is used to obtain services provided by the Visual Studio host when the compile workflow task is invoked. </summary>
5568      <returns>The <see cref="T:System.Object" /> that is used to obtain services provided by Visual Studio host when the compile workflow task is invoked. </returns>
5569    </member>
5570    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.Imports">
5571      <summary>Gets or sets a string that contains all the imports directives for the compilation of the workflow.</summary>
5572      <returns>A string that contains all the imports directives for the compilation of the workflow.</returns>
5573    </member>
5574    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.KeepTemporaryFiles">
5575      <summary>Gets a Boolean value that determines whether temporary files are to be kept.</summary>
5576      <returns>
5577          <see langword="true" /> if temporary files are to be kept; otherwise, <see langword="false" />.</returns>
5578    </member>
5579    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.KeyContainer">
5580      <summary>Gets or sets the name of the public/private key container used for signing the workflow assembly.</summary>
5581      <returns>The name of the public/private key container used for signing the workflow assembly.</returns>
5582    </member>
5583    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.KeyFile">
5584      <summary>Gets or sets the path of the file that is used for signing the workflow assembly.</summary>
5585      <returns>The path of the file that is used for signing the workflow assembly.</returns>
5586    </member>
5587    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.Microsoft#Build#Framework#ITask#HostObject">
5588      <summary>Gets or sets the Host Object in the Microsoft Build framework.</summary>
5589      <returns>The Host Object from the Microsoft Build framework.</returns>
5590    </member>
5591    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.OutputFiles">
5592      <summary>Gets an array of paths to output files from the workflow project being compiled.</summary>
5593      <returns>An array of paths to output files from the workflow project being compiled.</returns>
5594    </member>
5595    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.ProjectDirectory">
5596      <summary>Gets or sets a string that contains the path of the directory that contains the workflow project.</summary>
5597      <returns>A string that contains the path of the directory that contains the workflow project.</returns>
5598    </member>
5599    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.ProjectExtension">
5600      <summary>Gets or sets a string that contains the file name extension for the workflow project.</summary>
5601      <returns>A string that contains the file name extension for the workflow project.</returns>
5602    </member>
5603    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.ReferenceFiles">
5604      <summary>Gets or sets an array of paths to reference files for the workflow project being compiled.</summary>
5605      <returns>An array of paths to reference files for the workflow project being compiled.</returns>
5606    </member>
5607    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.ResourceFiles">
5608      <summary>Gets or sets an array of paths to resource files for the workflow project being compiled.</summary>
5609      <returns>An array of paths to resource files for the workflow project being compiled.</returns>
5610    </member>
5611    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.RootNamespace">
5612      <summary>Gets or sets the root namespace for the workflow project being compiled.</summary>
5613      <returns>The root namespace for the workflow project being compiled.</returns>
5614    </member>
5615    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.SourceCodeFiles">
5616      <summary>Gets or sets an array of paths to Visual Basic or C# files in the workflow project being compiled.</summary>
5617      <returns>An array of paths to Visual Basic or C# files in the workflow project being compiled.</returns>
5618    </member>
5619    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.TargetFramework">
5620      <summary>Gets or sets the target .NET Framework of the current project.</summary>
5621      <returns>The target .NET Framework of the current project.</returns>
5622    </member>
5623    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.TemporaryFiles">
5624      <summary>Gets an array of paths to temporary files created by the build task for the workflow project being compiled.</summary>
5625      <returns>An array of paths to temporary files created by the build task for the workflow project being compiled.</returns>
5626    </member>
5627    <member name="P:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask.WorkflowMarkupFiles">
5628      <summary>Gets or sets an array of paths to Workflow Markup Files for the workflow project being compiled.</summary>
5629      <returns>An array of paths to Workflow Markup Files for the workflow project being compiled.</returns>
5630    </member>
5631    <member name="P:System.Workflow.ComponentModel.Compiler.ITypeProvider.LocalAssembly">
5632      <summary>Temporary assembly that is generated during the compilation process to validate the types in the active project that is being compiled.</summary>
5633      <returns>The local <see cref="T:System.Reflection.Assembly" /> defined by this instance.</returns>
5634    </member>
5635    <member name="P:System.Workflow.ComponentModel.Compiler.ITypeProvider.ReferencedAssemblies">
5636      <summary>Gets a collection of all assemblies referenced by the <see cref="T:System.Type" />.</summary>
5637      <returns>A collection of all assemblies referenced by the <see cref="T:System.Type" />.</returns>
5638    </member>
5639    <member name="P:System.Workflow.ComponentModel.Compiler.ITypeProvider.TypeLoadErrors">
5640      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> of load error exceptions keyed by the <see cref="T:System.Object" /> causing the <see cref="T:System.Exception" />.</summary>
5641      <returns>An <see cref="T:System.Collections.IDictionary" /> of load error exceptions keyed by the <see cref="T:System.Object" /> causing the <see cref="T:System.Exception" />.</returns>
5642    </member>
5643    <member name="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.CheckTypes">
5644      <summary>Gets a value that indicates whether types are checked.</summary>
5645      <returns>
5646          <see langword="true" /> if types are checked, otherwise <see langword="false" />.</returns>
5647    </member>
5648    <member name="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.Language">
5649      <summary>Gets the programming language used by the environment, such as Visual Studio, when compiling the workflow.</summary>
5650      <returns>The name of the programming language used by the development environment.</returns>
5651    </member>
5652    <member name="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.RootNamespace">
5653      <summary>Gets the root namespace set for the project. </summary>
5654      <returns>The name of the root namespace.</returns>
5655    </member>
5656    <member name="P:System.Workflow.ComponentModel.Compiler.PropertyValidationContext.Property">
5657      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated with this instance as an <see cref="T:System.Object" /> .</summary>
5658      <returns>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated with this instance as an <see cref="T:System.Object" /> .</returns>
5659    </member>
5660    <member name="P:System.Workflow.ComponentModel.Compiler.PropertyValidationContext.PropertyName">
5661      <summary>Gets the property name associated with this instance.</summary>
5662      <returns>The property name associated with this instance.</returns>
5663    </member>
5664    <member name="P:System.Workflow.ComponentModel.Compiler.PropertyValidationContext.PropertyOwner">
5665      <summary>Get the <see cref="T:System.Object" /> which owns the property associated with this instance.</summary>
5666      <returns>The <see cref="T:System.Object" /> which owns the property associated with this instance.</returns>
5667    </member>
5668    <member name="P:System.Workflow.ComponentModel.Compiler.TypeProvider.AssemblyNameResolver">
5669      <summary>Gets or sets the delegate that references a method with one parameter and one return value that returns the assembly display name in which a specified type belongs to.</summary>
5670      <returns>The delegate that references a method with one parameter and one return value that returns the assembly display name that a specified type belongs to.</returns>
5671    </member>
5672    <member name="P:System.Workflow.ComponentModel.Compiler.TypeProvider.IsSupportedPropertyResolver">
5673      <summary>Gets or sets the delegate that references a method with two parameters and one return value that determines whether a specified property is supported in the target .NET Framework.</summary>
5674      <returns>The delegate that references a method with two parameters and one return value that determines whether a specified property is supported in the target .NET Framework. </returns>
5675    </member>
5676    <member name="P:System.Workflow.ComponentModel.Compiler.TypeProvider.LocalAssembly">
5677      <summary>Gets a value that represents the locally defined <see cref="T:System.Reflection.Assembly" /> for this instance.</summary>
5678      <returns>The locally defined <see cref="T:System.Reflection.Assembly" /> for this instance.</returns>
5679    </member>
5680    <member name="P:System.Workflow.ComponentModel.Compiler.TypeProvider.ReferencedAssemblies">
5681      <summary>Gets a collection of all assemblies referenced by the <see cref="T:System.Type" />.</summary>
5682      <returns>A collection of all assemblies referenced by the <see cref="T:System.Type" />.</returns>
5683    </member>
5684    <member name="P:System.Workflow.ComponentModel.Compiler.TypeProvider.TypeLoadErrors">
5685      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> of load error exceptions keyed by the <see cref="T:System.Object" /> that causes the <see cref="T:System.Exception" />.</summary>
5686      <returns>An <see cref="T:System.Collections.IDictionary" /> of load error exceptions keyed by the <see cref="T:System.Object" /> that causes the <see cref="T:System.Exception" />.</returns>
5687    </member>
5688    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationError.ErrorNumber">
5689      <summary>Gets the error number of this instance.</summary>
5690      <returns>The error number of this instance.</returns>
5691    </member>
5692    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationError.ErrorText">
5693      <summary>Gets the error text for this instance.</summary>
5694      <returns>The error text for this instance.</returns>
5695    </member>
5696    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationError.IsWarning">
5697      <summary>Gets a value that indicates whether this instance is a warning.</summary>
5698      <returns>
5699          <see langword="true" /> if a warning; otherwise <see langword="false" />.</returns>
5700    </member>
5701    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationError.PropertyName">
5702      <summary>Gets or sets the name of the property that failed to validate. </summary>
5703      <returns>A <see cref="T:System.String" /> that contains the name of the property that failed to validate.</returns>
5704    </member>
5705    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationError.UserData">
5706      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> for the definition and storage of user-defined data related to this instance.</summary>
5707      <returns>An <see cref="T:System.Collections.IDictionary" /> for the definition and storage of user-defined data related to this instance.</returns>
5708    </member>
5709    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.HasErrors">
5710      <summary>Indicates whether the collection contains <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> objects that indicate compilation errors.</summary>
5711      <returns>
5712          <see langword="true" /> if the activity has generated validation errors; otherwise, <see langword="false" />.</returns>
5713    </member>
5714    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection.HasWarnings">
5715      <summary>This property indicates whether the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection" /> contains at least one <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> object, which indicates a compilation warning.</summary>
5716      <returns>
5717          <see langword="true" /> if the activity has generated validation warnings; otherwise, <see langword="false" />.</returns>
5718    </member>
5719    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationManager.Context">
5720      <summary>Gets a value that indicates the stack object that a validator can use to make information available to nested validators.</summary>
5721      <returns>A <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> that a validator can use to make information available to nested validators.</returns>
5722    </member>
5723    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationManager.ValidateChildActivities">
5724      <summary>Gets a value that indicates whether child <see cref="T:System.Workflow.ComponentModel.Activity" /> classes should be validated.</summary>
5725      <returns>
5726          <see langword="true" /> if child <see cref="T:System.Workflow.ComponentModel.Activity" /> classes should be validated; otherwise, <see langword="false" />.</returns>
5727    </member>
5728    <member name="P:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute.ValidationOption">
5729      <summary>Gets the value of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOption" /> associated with this instance.</summary>
5730      <returns>The value of the <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOption" /> associated with this instance.</returns>
5731    </member>
5732    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.CheckTypes">
5733      <summary>Gets a value that indicates whether <see cref="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.CheckTypes" /> is enabled at the current scope.</summary>
5734      <returns>
5735          <see langword="true" /> if <see cref="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.CheckTypes" /> is enabled; otherwise, <see langword="false" />.</returns>
5736    </member>
5737    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.Current">
5738      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext" /> that is available at the current scope.</summary>
5739      <returns>The workflow compilation context that is available at the current scope, or <see langword="null" /> if no compilation scope is initialized.</returns>
5740    </member>
5741    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.Language">
5742      <summary>Gets the workflow compiler options <see cref="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.Language" /> that is available at the current scope.</summary>
5743      <returns>The workflow compiler options programming language that is available at the current scope.</returns>
5744    </member>
5745    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.RootNamespace">
5746      <summary>Gets the workflow compiler options <see cref="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.RootNamespace" /> that is available at the current scope.</summary>
5747      <returns>The workflow compiler options root namespace that is available at the current scope.</returns>
5748    </member>
5749    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.PropertyName">
5750      <summary>Returns the property associated with the compiler error.</summary>
5751      <returns>The property associated with the compiler error.</returns>
5752    </member>
5753    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError.UserData">
5754      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> which can be accessed to read and write user-defined data associated with this instance.</summary>
5755      <returns>An <see cref="T:System.Collections.IDictionary" /> which can be accessed to read and write user-defined data associated with this instance.</returns>
5756    </member>
5757    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService.CheckTypes">
5758      <summary>Gets a value that indicates whether the types in the workflow being compiled are checked against a list that allows or excludes types based on the value of the <see cref="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.Authorized" /> property.</summary>
5759      <returns>
5760          <see langword="true" /> if <see cref="P:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService.CheckTypes" /> is enabled; otherwise, <see langword="false" />.</returns>
5761    </member>
5762    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService.Language">
5763      <summary>Gets the name of the programming language used by the environment.</summary>
5764      <returns>The name of the programming language used by the workflow compiler.</returns>
5765    </member>
5766    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService.RootNamespace">
5767      <summary>Gets the root namespace for the environment.</summary>
5768      <returns>The root namespace for the environment.</returns>
5769    </member>
5770    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService.TargetFrameworkMoniker">
5771      <summary>Gets the target .NET Framework version for the compiled workflow assembly.</summary>
5772      <returns>The target .NET Framework version for the compiled workflow assembly.</returns>
5773    </member>
5774    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.CompilerOptions">
5775      <summary>Gets or sets a string that contains command-line options for this compilation.</summary>
5776      <returns>A string that contains command-line options for this compilation.</returns>
5777    </member>
5778    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.GenerateCodeCompileUnitOnly">
5779      <summary>Gets or sets a value which indicates whether to generate only a <see cref="T:System.CodeDom.CodeCompileUnit" />, or to call the C# or Visual Basic compiler to generate the executable or DLL.</summary>
5780      <returns>A value which indicates whether to generate only a <see cref="T:System.CodeDom.CodeCompileUnit" /> , or to call the C# or Visual Basic compiler to generate the executable or DLL.</returns>
5781    </member>
5782    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.LanguageToUse">
5783      <summary>Gets or sets a string which contains the language to use in compilation of the <see cref="T:System.CodeDom.CodeCompileUnit" />.</summary>
5784      <returns>A string which contains the language to use in compilation of the <see cref="T:System.CodeDom.CodeCompileUnit" />.</returns>
5785    </member>
5786    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.LibraryPaths">
5787      <summary>Gets the property that represents a collection of directory names under which compiler looks for referenced assemblies.</summary>
5788      <returns>The property that represents a collection of directory names under which compiler looks for referenced assemblies.</returns>
5789    </member>
5790    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters.UserCodeCompileUnits">
5791      <summary>Gets or sets the collection of code compile units which will be used in this invocation of the workflow compiler.</summary>
5792      <returns>The collection of code compile units which will be used in this invocation of the workflow compiler.</returns>
5793    </member>
5794    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowCompilerResults.CompiledUnit">
5795      <summary>Gets the <see cref="T:System.CodeDom.CodeCompileUnit" /> that was produced during compilation of the workflow.</summary>
5796      <returns>The <see cref="T:System.CodeDom.CodeCompileUnit" /> associated with this instance.</returns>
5797    </member>
5798    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.FileName">
5799      <summary>Gets the name of the file represented by this instance.</summary>
5800      <returns>The name of the file represented by this instance</returns>
5801    </member>
5802    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute.MD5Digest">
5803      <summary>Gets the MD5 hash algorithm computed checksum that is associated with the workflow markup source file. </summary>
5804      <returns>A <see cref="T:System.String" /> that contains the checksum associated with the workflow markup source file. </returns>
5805    </member>
5806    <member name="P:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException.Errors">
5807      <summary>Returns <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" />s that were obtained when creating/validating workflows.</summary>
5808      <returns>An array that contains each <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> that caused this exception.</returns>
5809    </member>
5810    <member name="P:System.Workflow.ComponentModel.CompositeActivity.Activities">
5811      <summary>Gets the object representing the collection, <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />, of all child activities.</summary>
5812      <returns>
5813          <see cref="T:System.Workflow.ComponentModel.ActivityCollection" /> of all child activities.</returns>
5814    </member>
5815    <member name="P:System.Workflow.ComponentModel.CompositeActivity.CanModifyActivities">
5816      <summary>Gets or sets a value which controls whether the individual activities within <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> can be modified.</summary>
5817      <returns>
5818          <see langword="true" /> if the individual activities within <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> can be modified; otherwise <see langword="false" />.</returns>
5819    </member>
5820    <member name="P:System.Workflow.ComponentModel.CompositeActivity.EnabledActivities">
5821      <summary>Gets the read-only collection that represents the subset of <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> that are enabled. </summary>
5822      <returns>The read-only collection that represents the subset of <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> that are enabled.</returns>
5823    </member>
5824    <member name="P:System.Workflow.ComponentModel.DependencyObject.DesignMode">
5825      <summary>Gets the value that indicates whether this instance is in design or run-time mode.</summary>
5826      <returns>
5827          <see langword="true" /> if this instance is in design mode; otherwise, <see langword="false" />.</returns>
5828    </member>
5829    <member name="P:System.Workflow.ComponentModel.DependencyObject.ParentDependencyObject">
5830      <summary>Gets the parent <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> in the <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> graph.</summary>
5831      <returns>The parent <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> in the <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> graph.</returns>
5832    </member>
5833    <member name="P:System.Workflow.ComponentModel.DependencyObject.Site">
5834      <summary>Gets or sets a reference to the <see cref="P:System.Workflow.ComponentModel.DependencyObject.Site" /> component of the <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</summary>
5835      <returns>The <see cref="P:System.Workflow.ComponentModel.DependencyObject.Site" /> component of the <see cref="T:System.Workflow.ComponentModel.DependencyObject" />.</returns>
5836    </member>
5837    <member name="P:System.Workflow.ComponentModel.DependencyObject.UserData">
5838      <summary>Gets an <see cref="T:System.Collections.IDictionary" /> that associates custom data with this class instance.</summary>
5839      <returns>A dictionary that acts as an extensibility hook for developers to manipulate <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> declarations for a design tool and associate custom data with individual activity declarations.</returns>
5840    </member>
5841    <member name="P:System.Workflow.ComponentModel.DependencyProperty.DefaultMetadata">
5842      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> that represents user-defined data for this <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
5843      <returns>The <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> for this <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
5844    </member>
5845    <member name="P:System.Workflow.ComponentModel.DependencyProperty.IsAttached">
5846      <summary>Gets the property that indicates whether this <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is associated to a <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> by registration.</summary>
5847      <returns>
5848          <see langword="true" /> if attached to a <see cref="T:System.Workflow.ComponentModel.DependencyObject" />; otherwise, <see langword="false" />.</returns>
5849    </member>
5850    <member name="P:System.Workflow.ComponentModel.DependencyProperty.IsEvent">
5851      <summary>Gets the property that indicates whether the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is an event <see cref="T:System.Delegate" />.</summary>
5852      <returns>
5853          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is an event <see cref="T:System.Delegate" />; otherwise, <see langword="false" />.</returns>
5854    </member>
5855    <member name="P:System.Workflow.ComponentModel.DependencyProperty.Name">
5856      <summary>Gets the <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />. </summary>
5857      <returns>The <see cref="P:System.Workflow.ComponentModel.DependencyProperty.Name" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
5858    </member>
5859    <member name="P:System.Workflow.ComponentModel.DependencyProperty.OwnerType">
5860      <summary>Gets the <see cref="T:System.Type" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
5861      <returns>The <see cref="T:System.Type" /> of the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
5862    </member>
5863    <member name="P:System.Workflow.ComponentModel.DependencyProperty.PropertyType">
5864      <summary>Gets the <see cref="T:System.Type" /> of the value stored in the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
5865      <returns>The <see cref="T:System.Type" /> of the value stored in the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
5866    </member>
5867    <member name="P:System.Workflow.ComponentModel.DependencyProperty.ValidatorType">
5868      <summary>Gets the <see cref="T:System.Type" /> implementing validation logic specific to the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
5869      <returns>The <see cref="T:System.Type" /> implementing validation logic specific to this instance.</returns>
5870    </member>
5871    <member name="P:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs.Activity">
5872      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Activity" /> that has changed.</summary>
5873      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> that has changed.</returns>
5874    </member>
5875    <member name="P:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs.Member">
5876      <summary>The member of the <see cref="T:System.Workflow.ComponentModel.Activity" /> being changed.</summary>
5877      <returns>A <see cref="T:System.ComponentModel.MemberDescriptor" /> that describes the member that has changed.</returns>
5878    </member>
5879    <member name="P:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs.NewValue">
5880      <summary>The new value of the member of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that has changed.</summary>
5881      <returns>The new value of the member that has changed.</returns>
5882    </member>
5883    <member name="P:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs.OldValue">
5884      <summary>The old value of the member of the <see cref="T:System.Workflow.ComponentModel.Activity" /> that has changed.</summary>
5885      <returns>The old value of the member that has changed.</returns>
5886    </member>
5887    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.AccessibilityObject">
5888      <summary>Gets an <see cref="T:System.Windows.Forms.AccessibleObject" /> that accessibility applications use to adjust the application UI for users who have impairments.</summary>
5889      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> associated with the control.</returns>
5890    </member>
5891    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Activity">
5892      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the designer.</summary>
5893      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the designer.</returns>
5894    </member>
5895    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Bounds">
5896      <summary>Gets a <see cref="T:System.Drawing.Rectangle" /> which contains the value for the enclosing rectangle of the designer in logical coordinates.</summary>
5897      <returns>A <see cref="T:System.Drawing.Rectangle" /> that encloses the designer.</returns>
5898    </member>
5899    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.DesignerActions">
5900      <summary>Gets the array of actions associated with configuration errors.</summary>
5901      <returns>A read-only array of <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</returns>
5902    </member>
5903    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.DesignerTheme">
5904      <summary>Gets the current designer theme for the activity designer.</summary>
5905      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that contains theme settings for the activity designer.</returns>
5906    </member>
5907    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.EnableVisualResizing">
5908      <summary>Gets a value that indicates whether the activity designer can be resized in a free form designer.</summary>
5909      <returns>
5910          <see langword="true" /> if the activity designer can be resized in a <see cref="T:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner" />; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
5911    </member>
5912    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Glyphs">
5913      <summary>Gets a collection of glyphs with which to adorn the designer.</summary>
5914      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> that contains the glyphs to display on the designer.</returns>
5915    </member>
5916    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Image">
5917      <summary>Gets or sets the <see cref="T:System.Drawing.Image" /> associated with the designer.</summary>
5918      <returns>The <see cref="T:System.Drawing.Image" /> associated with the designer.</returns>
5919    </member>
5920    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.ImageRectangle">
5921      <summary>Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates.</summary>
5922      <returns>A <see cref="T:System.Drawing.Rectangle" /> image.</returns>
5923    </member>
5924    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.InvokingDesigner">
5925      <summary>Gets or sets the designer of the activity that invokes the activity associated with the current activity designer.</summary>
5926      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> to invoke the current activity designer.</returns>
5927      <exception cref="T:System.NotSupportedException">A set operation was attempted on <see cref="P:System.Workflow.ComponentModel.Design.ActivityDesigner.InvokingDesigner" />.</exception>
5928    </member>
5929    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.IsLocked">
5930      <summary>Gets a value that indicates whether the activity associated with the designer can be modified.</summary>
5931      <returns>
5932          <see langword="true" /> if the activity associated with the designer can be modified; otherwise, <see langword="false" />.</returns>
5933    </member>
5934    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.IsPrimarySelection">
5935      <summary>Gets a value that indicates whether the activity associated with the designer is the primary selection.</summary>
5936      <returns>
5937          <see langword="true" /> if the activity associated with the designer is the primary selection; otherwise, <see langword="false" />.</returns>
5938    </member>
5939    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.IsRootDesigner">
5940      <summary>Gets a value that indicates whether the designer is a root designer.</summary>
5941      <returns>
5942          <see langword="true" /> if the designer is a root designer; otherwise, <see langword="false" />.</returns>
5943    </member>
5944    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.IsSelected">
5945      <summary>Gets a value that indicates whether the activity associated with the designer is selected.</summary>
5946      <returns>
5947          <see langword="true" /> if the activity associated with the designer is selected; otherwise, <see langword="false" />.</returns>
5948    </member>
5949    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.IsVisible">
5950      <summary>Gets a value that indicates whether the activity associated with the designer is visible on the workflow.</summary>
5951      <returns>
5952          <see langword="true" /> if the activity associated with the designer is visible on the workflow; otherwise, <see langword="false" />.</returns>
5953    </member>
5954    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Location">
5955      <summary>Gets or sets the location of the designer in logical coordinates.</summary>
5956      <returns>The location of the designer in logical coordinates.</returns>
5957    </member>
5958    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.MessageFilters">
5959      <summary>Gets a read-only collection of message filters that are associated with the activity designer.</summary>
5960      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> read-only collection that includes all standard message filters to associate with the activity designer.</returns>
5961    </member>
5962    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.MinimumSize">
5963      <summary>Gets the minimum size for the activity designer.</summary>
5964      <returns>The minimum size of the activity designer.</returns>
5965    </member>
5966    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.ParentDesigner">
5967      <summary>Gets the parent designer of the existing designer.</summary>
5968      <returns>The parent designer of the existing designer. If the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> is a root designer then the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> returned will be the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />; otherwise, the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> will be the parent <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
5969    </member>
5970    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.ParentView">
5971      <summary>Gets the workflow view that contains the current activity designer.</summary>
5972      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> that contains the current activity designer.</returns>
5973    </member>
5974    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.ShowSmartTag">
5975      <summary>Gets a value that indicates whether the activity should show a smart tag.</summary>
5976      <returns>
5977          <see langword="true" /> if the activity should show a SmartTag; otherwise, <see langword="false" />.</returns>
5978    </member>
5979    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Size">
5980      <summary>Gets or sets the size of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
5981      <returns>A <see cref="T:System.Drawing.Size" /> that represents the area of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
5982    </member>
5983    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.SmartTagRectangle">
5984      <summary>Gets the rectangle where the smart tag should be displayed.</summary>
5985      <returns>The rectangle where the smart tag should be displayed.</returns>
5986    </member>
5987    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.SmartTagVerbs">
5988      <summary>Gets a read-only collection of designer actions to associate with a smart tag on the activity designer.</summary>
5989      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> read-only collection to associate with the activity designer's smart tag.</returns>
5990    </member>
5991    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesigner#Component">
5992      <summary>Gets the base component with which the activity designer is associated.</summary>
5993      <returns>The <see cref="T:System.ComponentModel.IComponent" /> with which the activity designer is associated.</returns>
5994    </member>
5995    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IDesigner#Verbs">
5996      <summary>Gets the design-time verbs associated with the activity designer.</summary>
5997      <returns>The design-time verbs associated with the activity designer.</returns>
5998    </member>
5999    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#ComponentModel#Design#IRootDesigner#SupportedTechnologies">
6000      <summary>Gets the array of technologies that the activity designer can support for its display.</summary>
6001      <returns>An array of supported <see cref="T:System.ComponentModel.Design.ViewTechnology" /> objects.</returns>
6002    </member>
6003    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IWorkflowRootDesigner#InvokingDesigner">
6004      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the activity designer be initialized.</summary>
6005      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the activity designer be initialized.</returns>
6006    </member>
6007    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IWorkflowRootDesigner#MessageFilters">
6008      <summary>Gets any message filters associated with the activity designer.</summary>
6009      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" /> read-only collection that contains any message filters associated with the workflow root designer.</returns>
6010    </member>
6011    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.System#Workflow#ComponentModel#Design#IWorkflowRootDesigner#SupportsLayoutPersistence">
6012      <summary>Gets the value that indicates whether the actual workflow root designer supports the layout persistence.</summary>
6013      <returns>
6014          <see langword="true" /> if the designer supports layout persistence; otherwise, <see langword="false" />.</returns>
6015    </member>
6016    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Text">
6017      <summary>Gets or sets the text to associate with the designer.</summary>
6018      <returns>The text to associate with the designer.</returns>
6019    </member>
6020    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.TextRectangle">
6021      <summary>Gets the value of the text rectangle in logical coordinates.</summary>
6022      <returns>A <see cref="T:System.Drawing.Rectangle" /> that contains the text associated with the designer.</returns>
6023    </member>
6024    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesigner.Verbs">
6025      <summary>Gets the collection of verbs to be associated with the designer.</summary>
6026      <returns>The collection of verbs to be associated with the designer.</returns>
6027    </member>
6028    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.ActivityDesigner">
6029      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to which the accessible object is applied.</summary>
6030      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to which the accessibility object is applied.</returns>
6031    </member>
6032    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Bounds">
6033      <summary>Gets the location and size of the accessible object.</summary>
6034      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the accessible object.</returns>
6035    </member>
6036    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.DefaultAction">
6037      <summary>Gets a string that describes the default action of the activity designer. </summary>
6038      <returns>A description of the default action associated with the activity designer, or a null reference (<see langword="Nothing" /> in Visual Basic) if the object has no default action.</returns>
6039    </member>
6040    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Description">
6041      <summary>Gets a string that describes the visual appearance of the activity designer. </summary>
6042      <returns>A description of the activity designer's visual appearance, or a null reference (<see langword="Nothing" /> in Visual Basic) if the object has no description.</returns>
6043    </member>
6044    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Help">
6045      <summary>Gets a description of what the activity associated with the activity designer does or how it is used.</summary>
6046      <returns>A string that contains the description of what the activity associated with the activity designer does or how it is used, or a null reference (<see langword="Nothing" /> in Visual Basic) if no help is defined.</returns>
6047    </member>
6048    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Name">
6049      <summary>Gets or sets the name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the accessible object's <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
6050      <returns>The name of the <see cref="T:System.Workflow.ComponentModel.Activity" /> or a null reference (<see langword="Nothing" /> in Visual Basic) if the property has not been set.</returns>
6051    </member>
6052    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Parent">
6053      <summary>Gets the parent of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" />.</summary>
6054      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the parent of the current <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" /> or a null reference (<see langword="Nothing" /> in Visual Basic) if there it no parent accessible object.</returns>
6055    </member>
6056    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.Role">
6057      <summary>Gets the role of the current <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" />.</summary>
6058      <returns>One of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values, or <see cref="F:System.Windows.Forms.AccessibleRole.None" /> if no role has been specified.</returns>
6059    </member>
6060    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject.State">
6061      <summary>Gets the accessible state of the current <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject" />.</summary>
6062      <returns>A combination of <see cref="T:System.Windows.Forms.AccessibleStates" /> values.</returns>
6063    </member>
6064    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs.AmbientTheme">
6065      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> associated with the root workflow.</summary>
6066      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> that contains theme information for the designer.</returns>
6067    </member>
6068    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs.DesignerTheme">
6069      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> associated with the designer.</summary>
6070      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that describes the designer look and feel.</returns>
6071    </member>
6072    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs.Graphics">
6073      <summary>Gets the <see cref="T:System.Drawing.Graphics" /> used to lay out the designer.</summary>
6074      <returns>The <see cref="T:System.Drawing.Graphics" /> object used to lay out the designer.</returns>
6075    </member>
6076    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs.AmbientTheme">
6077      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> associated with the workflow design surface.</summary>
6078      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> that contains theme information for the workflow.</returns>
6079    </member>
6080    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs.ClipRectangle">
6081      <summary>Gets the <see cref="T:System.Drawing.Rectangle" /> in which to draw.</summary>
6082      <returns>A <see cref="T:System.Drawing.Rectangle" /> that describes the area to draw.</returns>
6083    </member>
6084    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs.DesignerTheme">
6085      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> associated with the designer.</summary>
6086      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme" /> that describes the designer look and feel.</returns>
6087    </member>
6088    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs.Graphics">
6089      <summary>Gets the <see cref="T:System.Drawing.Graphics" /> used to draw the item on the workflow design surface.</summary>
6090      <returns>The <see cref="T:System.Drawing.Graphics" /> used to draw the item on the workflow design surface.</returns>
6091    </member>
6092    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs.Bounds">
6093      <summary>Gets the new bounding rectangle for the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on the workflow design surface.</summary>
6094      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the new bounds of the activity designer.</returns>
6095    </member>
6096    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs.SizingEdge">
6097      <summary>Gets the designer edge used to resize the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> on the workflow design surface.</summary>
6098      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> used to resize the activity designer on the workflow design surface.</returns>
6099    </member>
6100    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BackColorEnd">
6101      <summary>Gets or sets the <see cref="T:System.Drawing.Color" /> to end with when using a color gradient for the background color.</summary>
6102      <returns>The background ending <see cref="T:System.Drawing.Color" />.</returns>
6103    </member>
6104    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BackColorStart">
6105      <summary>Gets or sets the starting color of the background when using a color gradient on the background.</summary>
6106      <returns>The background starting <see cref="T:System.Drawing.Color" />.</returns>
6107    </member>
6108    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BackgroundStyle">
6109      <summary>Gets or sets the background style.</summary>
6110      <returns>A <see cref="T:System.Drawing.Drawing2D.LinearGradientMode" /> that describes the background style.</returns>
6111    </member>
6112    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BoldFont">
6113      <summary>Gets the font for the theme.</summary>
6114      <returns>The <see cref="T:System.Drawing.Font" /> of the theme.</returns>
6115    </member>
6116    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderColor">
6117      <summary>Gets or sets the <see cref="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderColor" /> for the theme.</summary>
6118      <returns>A <see cref="T:System.Drawing.Color" /> that represents the <see cref="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderColor" /> of the theme.</returns>
6119    </member>
6120    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderPen">
6121      <summary>Gets the BorderPen for the theme.</summary>
6122      <returns>A <see cref="T:System.Drawing.Pen" /> that represents the <see cref="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderPen" /> of the theme.</returns>
6123    </member>
6124    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderStyle">
6125      <summary>Gets or sets the style used for the border.</summary>
6126      <returns>A <see cref="T:System.Drawing.Drawing2D.DashStyle" /> enumeration that represents the style used for the border.</returns>
6127    </member>
6128    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.BorderWidth">
6129      <summary>Gets the width of the border in pixels.</summary>
6130      <returns>The width of the border in pixels.</returns>
6131    </member>
6132    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.DesignerGeometry">
6133      <summary>Gets the geometry of the designer.</summary>
6134      <returns>An enumeration that describes the geometry of the designer.</returns>
6135    </member>
6136    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.DesignerImage">
6137      <summary>Gets the image associated with the designer.</summary>
6138      <returns>The <see cref="T:System.Drawing.Image" /> to display for the designer.</returns>
6139    </member>
6140    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.DesignerImagePath">
6141      <summary>Gets or sets the image path for the designer.</summary>
6142      <returns>The image path for the designer.</returns>
6143    </member>
6144    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.Font">
6145      <summary>Gets the font of the text used by the theme.</summary>
6146      <returns>The font of the designer theme.</returns>
6147    </member>
6148    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.ForeColor">
6149      <summary>Gets or sets the color of the foreground.</summary>
6150      <returns>A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the theme.</returns>
6151    </member>
6152    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.ForegroundBrush">
6153      <summary>Gets the <see cref="T:System.Drawing.Brush" /> object associated with the theme.</summary>
6154      <returns>A <see cref="T:System.Drawing.Brush" /> object associated with the theme.</returns>
6155    </member>
6156    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.ForegroundPen">
6157      <summary>Gets the <see cref="T:System.Drawing.Pen" /> used for painting the foreground of the theme.</summary>
6158      <returns>A <see cref="T:System.Drawing.Pen" /> that is used to paint the foreground of the theme.</returns>
6159    </member>
6160    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.ImageSize">
6161      <summary>Gets the size of the image of the theme.</summary>
6162      <returns>A <see cref="T:System.Drawing.Size" /> that represents the size of the image.</returns>
6163    </member>
6164    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerTheme.Size">
6165      <summary>Gets the size of the designer.</summary>
6166      <returns>A <see cref="T:System.Drawing.Size" /> that represents the size of the designer.</returns>
6167    </member>
6168    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute.DesignerThemeType">
6169      <summary>Gets the type of the theme class that encapsulates the designer theme settings to apply to the activity designer.</summary>
6170      <returns>A <see cref="T:System.Type" /> that encapsulates the designer theme settings.</returns>
6171    </member>
6172    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute.Xml">
6173      <summary>Gets or sets an XML string that defines default property settings for the activity designer.</summary>
6174      <returns>A string that contains the default theme property settings in XML format.</returns>
6175    </member>
6176    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.CommandID">
6177      <summary>Gets a new <see cref="T:System.ComponentModel.Design.CommandID" /> for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" />.</summary>
6178      <returns>A new <see cref="P:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.CommandID" /> object.</returns>
6179    </member>
6180    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.Group">
6181      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" />.</summary>
6182      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup" /> object.</returns>
6183    </member>
6184    <member name="P:System.Workflow.ComponentModel.Design.ActivityDesignerVerb.OleStatus">
6185      <summary>Gets an integer that describes the status of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" />.</summary>
6186      <returns>An <see langword="int" /> that describes the <see langword="OleStatus" /> of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" />.</returns>
6187    </member>
6188    <member name="P:System.Workflow.ComponentModel.Design.ActivityDragEventArgs.Activities">
6189      <summary>Gets a collection of activities upon which a drag-and-drop operation is performed.</summary>
6190      <returns>A read-only collection that contains all <see cref="T:System.Workflow.ComponentModel.Activity" /> objects on which the drag-and-drop operation is performed.</returns>
6191    </member>
6192    <member name="P:System.Workflow.ComponentModel.Design.ActivityDragEventArgs.DragImageSnapPoint">
6193      <summary>Gets or sets the location where the activities are to be dropped on the workflow design surface.</summary>
6194      <returns>A <see cref="T:System.Drawing.Point" /> that defines the location on the workflow design surface where the activities will be dropped.</returns>
6195    </member>
6196    <member name="P:System.Workflow.ComponentModel.Design.ActivityDragEventArgs.DragInitiationPoint">
6197      <summary>Gets the <see cref="T:System.Drawing.Point" /> on the workflow design surface where a drag operation began.</summary>
6198      <returns>A <see cref="T:System.Drawing.Point" /> that defines the location on the workflow design surface where the drag operation began.</returns>
6199    </member>
6200    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.AccessibilityObject">
6201      <summary>Gets an <see cref="T:System.Windows.Forms.AccessibleObject" /> that allows the designer to adjust its UI for users with disabilities.</summary>
6202      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that allows the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> to adjust its UI for users who have impairments.</returns>
6203    </member>
6204    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.ContainedDesigners">
6205      <summary>Gets a collection of activity designers that are displayed by the activity preview designer.</summary>
6206      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> read-only collection that contains the designers displayed by <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
6207    </member>
6208    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.CurrentDropTarget">
6209      <summary>Gets or sets the index of the current drop target in the array of drop targets returned by <see cref="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.GetDropTargets(System.Drawing.Point)" />.</summary>
6210      <returns>An integer that represents the index of the current drop target for the designer.</returns>
6211    </member>
6212    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.FirstSelectableObject">
6213      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
6214      <returns>An <see cref="T:System.Object" /> that is the first selectable object in the designer navigation order.</returns>
6215    </member>
6216    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.Glyphs">
6217      <summary>Gets a read-only collection of glyphs that are associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
6218      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> read-only collection that contains the glyphs associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
6219    </member>
6220    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.HelpText">
6221      <summary>Gets or sets the text to display when the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> contains no other activity designers. </summary>
6222      <returns>A string that contains the text to display on the designer surface</returns>
6223    </member>
6224    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.LastSelectableObject">
6225      <summary>Gets the last selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
6226      <returns>The <see cref="T:System.Object" /> that is the last selectable object in the designer navigation order.</returns>
6227    </member>
6228    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.Location">
6229      <summary>Gets or sets the location of the designer in logical coordinates on the workflow design surface.</summary>
6230      <returns>A <see cref="T:System.Drawing.Point" /> that contains the x- and y-coordinates associated with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" /> on the workflow design surface.</returns>
6231    </member>
6232    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.PreviewedDesigner">
6233      <summary>Gets the designer to preview in the preview section of the activity designer.</summary>
6234      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to display in the preview section of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.  </returns>
6235    </member>
6236    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.ShowPreview">
6237      <summary>Gets or sets a value indicating whether the activity preview should be displayed in the designer. </summary>
6238      <returns>
6239          <see langword="true" /> to display the activity preview in the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />; otherwise, <see langword="false" />. </returns>
6240    </member>
6241    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.Verbs">
6242      <summary>Gets the collection of verbs to associate with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</summary>
6243      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection" /> that contains the verbs associated with <see cref="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner" />.</returns>
6244    </member>
6245    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.PreviewBackColor">
6246      <summary>Gets or sets the color set to associate with the background of the activity preview section of the designer.</summary>
6247      <returns>The <see cref="T:System.Drawing.Color" /> to associate with the background of the activity preview section of the designer.</returns>
6248    </member>
6249    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.PreviewBorderColor">
6250      <summary>Gets or sets the color set to associate with the border of the activity preview section of the designer.</summary>
6251      <returns>The <see cref="T:System.Drawing.Color" /> to associate with the border of the activity preview section of the designer.</returns>
6252    </member>
6253    <member name="P:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme.PreviewForeColor">
6254      <summary>Gets or sets the color set to associate with the foreground of the activity preview section of the designer.</summary>
6255      <returns>The <see cref="T:System.Drawing.Color" /> to associate with the foreground of the activity preview section of the designer.</returns>
6256    </member>
6257    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.BackColor">
6258      <summary>Gets or sets the ambient back color on a workflow design surface. </summary>
6259      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ambient background color. The default is white.</returns>
6260    </member>
6261    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.BackgroundBrush">
6262      <summary>Gets the ambient brush used to fill graphical shapes displayed on the workflow design surface. </summary>
6263      <returns>A <see cref="T:System.Drawing.Brush" /> value that represents the background brush of the workflow on a design surface. </returns>
6264    </member>
6265    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.BoldFont">
6266      <summary>Gets the ambient bold font setting for the workflow design surface.</summary>
6267      <returns>A <see cref="T:System.Drawing.Font" /> value that determines whether the text on the workflow design surface is bold. </returns>
6268    </member>
6269    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.BorderWidth">
6270      <summary>Gets the ambient border width for objects that are placed onto the workflow design surface. </summary>
6271      <returns>An integer that represents the border width of objects placed on the workflow design surface.</returns>
6272    </member>
6273    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.CommentIndicatorBrush">
6274      <summary>Gets the ambient brush associated with commented designers on the workflow design surface. </summary>
6275      <returns>A <see cref="T:System.Drawing.Brush" /> that is associated with commented designers on the workflow design surface.</returns>
6276    </member>
6277    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.CommentIndicatorColor">
6278      <summary>Gets or sets the ambient color associated with commented designers on the workflow design surface. </summary>
6279      <returns>A <see cref="T:System.Drawing.Color" /> value that is associated with commented designers on the workflow design surface.</returns>
6280    </member>
6281    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.CommentIndicatorPen">
6282      <summary>Gets the ambient pen associated with commented designers on the workflow design surface. </summary>
6283      <returns>A <see cref="T:System.Drawing.Pen" /> value that is associated with commented designers on the workflow design surface. </returns>
6284    </member>
6285    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DesignerSize">
6286      <summary>Gets or sets the ambient size settings for activity designers on the workflow design surface. </summary>
6287      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerSize" /> enumeration value that determines the size of activity designers on the workflow design surface. The default value is <see cref="F:System.Workflow.ComponentModel.Design.DesignerSize.Medium" />.</returns>
6288    </member>
6289    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DrawGrayscale">
6290      <summary>Gets or sets a value indicating whether the ambient theme associated with the workflow design surface draws grayscales. </summary>
6291      <returns>
6292          <see langword="true" /> if the ambient theme associated with the workflow draws grayscales; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6293    </member>
6294    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DrawRounded">
6295      <summary>Gets or sets a value indicating whether the ambient theme associated with the workflow design surface draws rounded shapes. </summary>
6296      <returns>
6297          <see langword="true" /> if the ambient theme associated with the workflow draws rounded shapes; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6298    </member>
6299    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DrawShadow">
6300      <summary>Gets or sets a value indicating whether the ambient theme associated with the workflow design surface draws shadows.</summary>
6301      <returns>
6302          <see langword="true" /> if the ambient theme associated with the workflow draws shadows; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6303    </member>
6304    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DropIndicatorBrush">
6305      <summary>Gets the ambient brush associated with an object that you drag onto the workflow design surface. </summary>
6306      <returns>A <see cref="T:System.Drawing.Brush" /> associated with an object that you drag onto the workflow design surface. </returns>
6307    </member>
6308    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DropIndicatorColor">
6309      <summary>Gets or sets the ambient color associated with an object that you drags onto the workflow design surface. </summary>
6310      <returns>A <see cref="T:System.Drawing.Color" /> value associated with an object that you drag onto the workflow design surface. </returns>
6311    </member>
6312    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.DropIndicatorPen">
6313      <summary>Gets the ambient pen associated with an object that you drag onto the workflow design surface. </summary>
6314      <returns>A <see cref="T:System.Drawing.Pen" /> associated with an object that you drag onto the workflow design surface.</returns>
6315    </member>
6316    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.Font">
6317      <summary>Gets the ambient font settings for the workflow design surface. </summary>
6318      <returns>A <see cref="T:System.Drawing.Font" /> that represents the ambient font settings for the workflow design surface.</returns>
6319    </member>
6320    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.FontName">
6321      <summary>Gets or sets the ambient font name for the workflow design surface. </summary>
6322      <returns>A string that represents the ambient font name for the workflow design surface.</returns>
6323    </member>
6324    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ForeColor">
6325      <summary>Gets or sets the ambient fore color property for the workflow design surface. </summary>
6326      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ambient fore color for the workflow design surface.</returns>
6327    </member>
6328    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ForegroundBrush">
6329      <summary>Gets the ambient foreground brush for the workflow design surface. </summary>
6330      <returns>A <see cref="T:System.Drawing.Brush" /> value that represents the ambient foreground brush.</returns>
6331    </member>
6332    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ForegroundPen">
6333      <summary>Gets the ambient foreground pen for the workflow design surface. </summary>
6334      <returns>A <see cref="T:System.Drawing.Pen" /> value that represents the ambient foreground pen.</returns>
6335    </member>
6336    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.GlyphSize">
6337      <summary>Gets the ambient height and width of glyphs on the workflow design surface. </summary>
6338      <returns>A <see cref="T:System.Drawing.Size" /> value that represents the ambient height and width of glyphs on the workflow design surface.</returns>
6339    </member>
6340    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.GridColor">
6341      <summary>Gets or sets the ambient grid color for the workflow design surface.</summary>
6342      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the grid color for the workflow design surface.</returns>
6343    </member>
6344    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.GridSize">
6345      <summary>Gets the ambient size of the grid to display on the workflow design surface.</summary>
6346      <returns>A <see cref="T:System.Drawing.Size" /> value that represents the height and width of the grid to display on the workflow design surface.</returns>
6347    </member>
6348    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.GridStyle">
6349      <summary>Gets or sets the ambient grid style for the workflow design surface.</summary>
6350      <returns>A <see cref="T:System.Drawing.Drawing2D.DashStyle" /> value that represents the dash style for the grid. The default setting is <see cref="F:System.Drawing.Drawing2D.DashStyle.Dash" />.</returns>
6351    </member>
6352    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.MajorGridBrush">
6353      <summary>Gets the ambient brush settings for major grids on the workflow design surface. </summary>
6354      <returns>A <see cref="T:System.Drawing.Brush" /> associated with the major grid on the workflow design surface.</returns>
6355    </member>
6356    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.MajorGridPen">
6357      <summary>Gets the ambient pen settings for major grids on the workflow design surface.</summary>
6358      <returns>A <see cref="T:System.Drawing.Pen" /> associated with the major grid on the workflow design surface.</returns>
6359    </member>
6360    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.Margin">
6361      <summary>Gets the ambient margin settings for the workflow design surface.</summary>
6362      <returns>A <see cref="T:System.Drawing.Size" /> that represents the margin settings on the workflow design surface.</returns>
6363    </member>
6364    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.MinorGridPen">
6365      <summary>Gets the ambient pen settings for minor grids on the workflow design surface.</summary>
6366      <returns>A <see cref="T:System.Drawing.Pen" /> associated with the minor grid on the workflow design surface.</returns>
6367    </member>
6368    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ReadonlyIndicatorBrush">
6369      <summary>Gets the ambient brush used to fill graphical shapes associated with read-only items displayed on the workflow design surface. </summary>
6370      <returns>A <see cref="T:System.Drawing.Brush" /> that represents the brush associated with read-only items on the workflow on a design surface.</returns>
6371    </member>
6372    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ReadonlyIndicatorColor">
6373      <summary>Gets or sets the ambient color for read-only items on the workflow design surface.</summary>
6374      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ambient color for read-only items on the workflow design surface.</returns>
6375    </member>
6376    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionForeColor">
6377      <summary>Gets or sets the ambient color for selected items on the workflow design surface.</summary>
6378      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ambient color for read-only items on the workflow design surface.</returns>
6379    </member>
6380    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionForegroundBrush">
6381      <summary>Gets the ambient foreground brush used to fill graphical shapes associated with selected items displayed on the workflow design surface. </summary>
6382      <returns>A <see cref="T:System.Drawing.Brush" /> that represents the brush associated with read-only items on the workflow on a design surface.</returns>
6383    </member>
6384    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionForegroundPen">
6385      <summary>Gets the ambient foreground pen settings for selected items on the workflow design surface.</summary>
6386      <returns>A <see cref="T:System.Drawing.Pen" /> associated with the foreground of selected items on the workflow design surface.</returns>
6387    </member>
6388    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionPatternColor">
6389      <summary>Gets or sets the ambient pattern color for items that you select on the workflow design surface.</summary>
6390      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ambient pattern color for items that you select on the workflow design surface.</returns>
6391    </member>
6392    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionPatternPen">
6393      <summary>Gets the ambient pen settings for the pattern associated with selected items on the workflow design surface.</summary>
6394      <returns>A <see cref="T:System.Drawing.Pen" /> associated with the pattern of selected items on the workflow design surface.</returns>
6395    </member>
6396    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.SelectionSize">
6397      <summary>Gets the ambient size of a selected item on the workflow design surface. </summary>
6398      <returns>A <see cref="T:System.Drawing.Size" /> that represents the ambient property settings for selected items on the workflow design surface.</returns>
6399    </member>
6400    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ShowConfigErrors">
6401      <summary>Gets or sets a value that indicates whether the workflow design surface displays configuration errors.</summary>
6402      <returns>
6403          <see langword="true" /> if the workflow design surface is to display configuration errors; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6404    </member>
6405    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ShowDesignerBorder">
6406      <summary>Gets or sets a value indicating whether the workflow design surface displays designer borders. </summary>
6407      <returns>
6408          <see langword="true" /> if the workflow design surface displays designer borders; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6409    </member>
6410    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.ShowGrid">
6411      <summary>Gets or sets a value indicating whether grids will be shown on the workflow design surface. </summary>
6412      <returns>
6413          <see langword="true" /> if grids will be displayed on the workflow design surface; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6414    </member>
6415    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.TextQuality">
6416      <summary>Gets or sets the text quality to display on the workflow design surface.</summary>
6417      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.TextQuality" /> that specifies the text quality settings to use on the workflow design surface.</returns>
6418    </member>
6419    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.UseOperatingSystemSettings">
6420      <summary>Gets or sets a value indicating whether the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> uses the theme settings of the operating system. </summary>
6421      <returns>
6422          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> uses theme settings of the operating system; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6423    </member>
6424    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.WatermarkAlignment">
6425      <summary>Gets or sets the ambient alignment settings for watermark images on the workflow design surface.</summary>
6426      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" /> that specifies the ambient alignment settings for watermark images on the workflow design surface. The default is <see cref="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.BottomRight" />.</returns>
6427    </member>
6428    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.WatermarkImagePath">
6429      <summary>Gets or sets the ambient path to the image to display as a watermark on the workflow design surface.</summary>
6430      <returns>A string that contains the ambient path to the image to display as a watermark on the workflow design surface. The default is an empty string.</returns>
6431    </member>
6432    <member name="P:System.Workflow.ComponentModel.Design.AmbientTheme.WorkflowWatermarkImage">
6433      <summary>Gets the ambient image to associate with the workflow design surface as its watermark.</summary>
6434      <returns>An <see cref="T:System.Drawing.Image" /> to use as a watermark on the workflow design surface.</returns>
6435    </member>
6436    <member name="P:System.Workflow.ComponentModel.Design.CommentGlyph.Priority">
6437      <summary>Gets the view priority of the glyph on the activity designer.</summary>
6438      <returns>An integer that represents the view priority of the glyph on the activity designer.</returns>
6439    </member>
6440    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.AccessibilityObject">
6441      <summary>Gets a <see cref="T:System.Windows.Forms.AccessibleObject" /> that accessibility applications use to adjust the application look and feel for people with disabilities.</summary>
6442      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> associated with the control.</returns>
6443    </member>
6444    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.CanExpandCollapse">
6445      <summary>Gets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> can be collapsed.</summary>
6446      <returns>
6447          <see langword="true" /> if the specified composite activity designer can be collapsed; otherwise <see langword="false" />.</returns>
6448    </member>
6449    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ContainedDesigners">
6450      <summary>Gets the array of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> contained within the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
6451      <returns>The read-only collection of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
6452    </member>
6453    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ExpandButtonRectangle">
6454      <summary>Gets the <see cref="T:System.Drawing.Rectangle" /> that contains the expand or collapse button.</summary>
6455      <returns>A <see cref="T:System.Drawing.Rectangle" /> that encloses the expand or collapse button.</returns>
6456    </member>
6457    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Expanded">
6458      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> is expanded.</summary>
6459      <returns>
6460          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> is expanded; otherwise <see langword="false" />.</returns>
6461    </member>
6462    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.FirstSelectableObject">
6463      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
6464      <returns>The first selectable object contained within the designer.</returns>
6465    </member>
6466    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Glyphs">
6467      <summary>Gets a collection of glyphs with which to adorn the composite activity designer.</summary>
6468      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> that contains the glyphs to display on the designer.</returns>
6469    </member>
6470    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.ImageRectangle">
6471      <summary>Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates.</summary>
6472      <returns>A rectangle that encloses the <see cref="T:System.Drawing.Image" /> displayed for the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
6473    </member>
6474    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.IsEditable">
6475      <summary>Gets a value that indicates whether the designer can be edited.</summary>
6476      <returns>
6477          <see langword="true" /> if the designer can be edited; otherwise, <see langword="false" />.</returns>
6478    </member>
6479    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.LastSelectableObject">
6480      <summary>Gets the last selectable object contained within the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
6481      <returns>The last selectable object contained within the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
6482    </member>
6483    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Location">
6484      <summary>Gets or sets the location of the designer in logical coordinates.</summary>
6485      <returns>The location of the designer in logical coordinates.</returns>
6486    </member>
6487    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.TextRectangle">
6488      <summary>Gets the value of the description rectangle in logical coordinates.</summary>
6489      <returns>The value of the description rectangle in logical coordinates.</returns>
6490    </member>
6491    <member name="P:System.Workflow.ComponentModel.Design.CompositeActivityDesigner.TitleHeight">
6492      <summary>Gets the height of the title area of the designer.</summary>
6493      <returns>The height in pixels of the title area of the designer.</returns>
6494    </member>
6495    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject.State">
6496      <summary>Gets the accessible state of the current <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject" />.</summary>
6497      <returns>A combination of <see cref="T:System.Windows.Forms.AccessibleStates" /> values.</returns>
6498    </member>
6499    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.ConnectorEndCap">
6500      <summary>Gets or sets a value that determines the shape that appears at the end of a connector.</summary>
6501      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.LineAnchor" /> enumeration value that defines the shape that appears at the end of the connector. The default value is <see cref="F:System.Workflow.ComponentModel.Design.LineAnchor.ArrowAnchor" />.</returns>
6502    </member>
6503    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.ConnectorSize">
6504      <summary>Gets the <see cref="T:System.Drawing.Size" /> of the connector.</summary>
6505      <returns>A <see cref="T:System.Drawing.Size" /> object that contains information about the height and width of the connector. </returns>
6506    </member>
6507    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.ConnectorStartCap">
6508      <summary>Gets or sets a value that determines the shape that appears at the beginning of a connector.</summary>
6509      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.LineAnchor" /> enumeration value that defines the shape that appears at the beginning of the connector. The default value is <see cref="F:System.Workflow.ComponentModel.Design.LineAnchor.None" />.</returns>
6510    </member>
6511    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.ExpandButtonSize">
6512      <summary>Gets the <see cref="T:System.Drawing.Size" /> of the expand button on the composite activity designer.</summary>
6513      <returns>A <see cref="T:System.Drawing.Size" /> object that contains information about the height and width of the expand button on the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />. </returns>
6514    </member>
6515    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.ShowDropShadow">
6516      <summary>Gets or sets a value indicating whether the composite designer theme will display drop shadows around the composite activity designer. </summary>
6517      <returns>
6518          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme" /> displays drop shadows around the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6519    </member>
6520    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.WatermarkAlignment">
6521      <summary>Gets or sets the alignment of the watermark image in the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</summary>
6522      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment" /> enumeration value that indicates where in the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> the watermark image will be placed. The default value is <see cref="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.BottomRight" />. </returns>
6523    </member>
6524    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.WatermarkImage">
6525      <summary>Gets the watermark image to use on the composite activity designer.</summary>
6526      <returns>The <see cref="T:System.Drawing.Image" /> object to use as the watermark for the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
6527    </member>
6528    <member name="P:System.Workflow.ComponentModel.Design.CompositeDesignerTheme.WatermarkImagePath">
6529      <summary>Gets or sets the relative path to the watermark image to use on the composite activity designer.</summary>
6530      <returns>A string value that represents the relative path to the watermark image to use on the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
6531    </member>
6532    <member name="P:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.CanBeActivated">
6533      <summary>Gets a value indicating whether the <see cref="T:System.Workflow.ComponentModel.Design.ConfigErrorGlyph" /> can gain focus on the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which it is associated. </summary>
6534      <returns>
6535          <see langword="true" /> if the designer glyph can be activated; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6536    </member>
6537    <member name="P:System.Workflow.ComponentModel.Design.ConfigErrorGlyph.Priority">
6538      <summary>Gets the priority setting for the glyph on the activity designer surface.</summary>
6539      <returns>An integer value that represents the priority setting for the <see cref="T:System.Workflow.ComponentModel.Design.ConfigErrorGlyph" /> on the activity design surface.</returns>
6540    </member>
6541    <member name="P:System.Workflow.ComponentModel.Design.ConnectionPoint.AssociatedDesigner">
6542      <summary>Gets the activity designer to which the connection point belongs.</summary>
6543      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to which the connection point belongs.</returns>
6544    </member>
6545    <member name="P:System.Workflow.ComponentModel.Design.ConnectionPoint.Bounds">
6546      <summary>Gets the bounding rectangle for the connection point.</summary>
6547      <returns>The <see cref="T:System.Drawing.Rectangle" /> that bounds the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />.</returns>
6548    </member>
6549    <member name="P:System.Workflow.ComponentModel.Design.ConnectionPoint.ConnectionEdge">
6550      <summary>Gets the designer edge on which the connection point appears.</summary>
6551      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerEdges" /> that specifies the activity designer edge on which the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> appears. </returns>
6552    </member>
6553    <member name="P:System.Workflow.ComponentModel.Design.ConnectionPoint.ConnectionIndex">
6554      <summary>Gets the connection index for the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />.</summary>
6555      <returns>An integer that represents the connection index for the current <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" />.</returns>
6556    </member>
6557    <member name="P:System.Workflow.ComponentModel.Design.ConnectionPoint.Location">
6558      <summary>Gets a point that represents the logical location of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> on the associated <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
6559      <returns>The <see cref="T:System.Drawing.Point" /> that represents the logical location of the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> on the associated <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</returns>
6560    </member>
6561    <member name="P:System.Workflow.ComponentModel.Design.Connector.AccessibilityObject">
6562      <summary>Gets an <see cref="T:System.Windows.Forms.AccessibleObject" /> that accessibility applications use to adjust the application UI for users who have impairments.</summary>
6563      <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that accessibility applications use to adjust the application UI for users who have impairments.</returns>
6564    </member>
6565    <member name="P:System.Workflow.ComponentModel.Design.Connector.Bounds">
6566      <summary>Gets the bounding rectangle for the connector on the workflow design surface.</summary>
6567      <returns>The <see cref="T:System.Drawing.Rectangle" /> that bounds the connector on the workflow design surface.</returns>
6568    </member>
6569    <member name="P:System.Workflow.ComponentModel.Design.Connector.ConnectorModified">
6570      <summary>Gets the value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> is modified.</summary>
6571      <returns>
6572          <see langword="true" /> if the connector is modified; otherwise <see langword="false" />.</returns>
6573    </member>
6574    <member name="P:System.Workflow.ComponentModel.Design.Connector.ConnectorSegments">
6575      <summary>Gets a read-only collection of points that contains all segments found in the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</summary>
6576      <returns>A <see cref="T:System.Drawing.Point" /> read-only collection that contains all segments found in the <see cref="T:System.Workflow.ComponentModel.Design.Connector" />.</returns>
6577    </member>
6578    <member name="P:System.Workflow.ComponentModel.Design.Connector.ExcludedRoutingRectangles">
6579      <summary>Returns an empty array of Rectangle object. Derived classes populate this collection.</summary>
6580      <returns>A generic collection of Rectangle objects.</returns>
6581    </member>
6582    <member name="P:System.Workflow.ComponentModel.Design.Connector.ParentDesigner">
6583      <summary>Gets the designer on which the connecter appears on the workflow design surface.</summary>
6584      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> on which the connector appears on the workflow design surface.</returns>
6585    </member>
6586    <member name="P:System.Workflow.ComponentModel.Design.Connector.ParentView">
6587      <summary>Gets the workflow view associated with the connector.</summary>
6588      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> that is associated with the connector.</returns>
6589    </member>
6590    <member name="P:System.Workflow.ComponentModel.Design.Connector.Source">
6591      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing of the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> begins.</summary>
6592      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing of the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> begins.</returns>
6593      <exception cref="T:System.ArgumentException">When setting this property the source <see cref="P:System.Workflow.ComponentModel.Design.ConnectionPoint.AssociatedDesigner" /> does not match the target associated designer.  </exception>
6594      <exception cref="T:System.ArgumentNullException">
6595              <see cref="P:System.Workflow.ComponentModel.Design.Connector.Source" /> was set to a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
6596    </member>
6597    <member name="P:System.Workflow.ComponentModel.Design.Connector.Target">
6598      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing of the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> ends.</summary>
6599      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ConnectionPoint" /> where drawing of the <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> ends.</returns>
6600      <exception cref="T:System.ArgumentException">When setting this property the source <see cref="P:System.Workflow.ComponentModel.Design.ConnectionPoint.AssociatedDesigner" /> does not match the target associated designer.  </exception>
6601      <exception cref="T:System.ArgumentNullException">
6602              <see cref="P:System.Workflow.ComponentModel.Design.Connector.Target" /> was set to a null reference (<see langword="Nothing" /> in Visual Basic).</exception>
6603    </member>
6604    <member name="P:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.Bounds">
6605      <summary>Gets the location and size of the accessible object.</summary>
6606      <returns>Rectangle containing location and size information for the accessible object</returns>
6607    </member>
6608    <member name="P:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.Name">
6609      <summary>Gets or sets the object name.</summary>
6610      <returns>String value representing the name of the accessible object</returns>
6611    </member>
6612    <member name="P:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.Parent">
6613      <summary>Gets the parent of an accessible object.</summary>
6614      <returns>Parent object for the accessible object</returns>
6615    </member>
6616    <member name="P:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject.Role">
6617      <summary>Gets the role of this accessible object.</summary>
6618      <returns>One of the values of AccessibleRole.</returns>
6619    </member>
6620    <member name="P:System.Workflow.ComponentModel.Design.ConnectorEventArgs.Connector">
6621      <summary>Gets the connector object that is passed as a part of <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" />.</summary>
6622      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> object passed as part of <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" />.</returns>
6623    </member>
6624    <member name="P:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.Bounds">
6625      <summary>Gets the bounding rectangle for the connector that was clicked.</summary>
6626      <returns>The <see cref="T:System.Drawing.Rectangle" /> that bounds the connector that was clicked.  </returns>
6627    </member>
6628    <member name="P:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo.SelectableObject">
6629      <summary>Gets a selectable object associated with the hit area.</summary>
6630      <returns>A selectable <see cref="T:System.Object" /> associated with the area where the user clicked. </returns>
6631    </member>
6632    <member name="P:System.Workflow.ComponentModel.Design.DesignerAction.ActionId">
6633      <summary>Gets the identifier for the designer action.</summary>
6634      <returns>An integer that represents the identifier for the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> object.</returns>
6635    </member>
6636    <member name="P:System.Workflow.ComponentModel.Design.DesignerAction.Image">
6637      <summary>Gets the image associated with the designer action.</summary>
6638      <returns>An <see cref="T:System.Drawing.Image" /> that is associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</returns>
6639    </member>
6640    <member name="P:System.Workflow.ComponentModel.Design.DesignerAction.PropertyName">
6641      <summary>Represents the name of the property that the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> is associated with.</summary>
6642      <returns>A <see cref="T:System.String" /> that contains the name of the property.</returns>
6643    </member>
6644    <member name="P:System.Workflow.ComponentModel.Design.DesignerAction.Text">
6645      <summary>Gets the text associated with the designer action.</summary>
6646      <returns>A string value that represents the text associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</returns>
6647    </member>
6648    <member name="P:System.Workflow.ComponentModel.Design.DesignerAction.UserData">
6649      <summary>Gets a dictionary of user data associated with the designer action.</summary>
6650      <returns>An <see cref="T:System.Collections.IDictionary" /> that represents the user data associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" />.</returns>
6651    </member>
6652    <member name="P:System.Workflow.ComponentModel.Design.DesignerGlyph.CanBeActivated">
6653      <summary>Gets a value indicating whether the <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> can gain focus on the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> with which it is associated. </summary>
6654      <returns>
6655          <see langword="true" /> if the designer glyph can be activated; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6656    </member>
6657    <member name="P:System.Workflow.ComponentModel.Design.DesignerGlyph.Priority">
6658      <summary>Gets the priority setting for the designer glyph on the activity design surface.</summary>
6659      <returns>An integer value that represents the priority setting for the <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> on the activity designer surface. A lower value indicates a higher priority and therefore draws the glyph at the top-most Z order position on an activity designer.</returns>
6660    </member>
6661    <member name="P:System.Workflow.ComponentModel.Design.DesignerTheme.ApplyTo">
6662      <summary>Gets or sets the unqualified name of the designer type to which the designer theme is applied. </summary>
6663      <returns>The name of the designer type to which the designer theme is applied.</returns>
6664      <exception cref="T:System.Data.ReadOnlyException">A user attempted a set operation when the <see cref="P:System.Workflow.ComponentModel.Design.DesignerTheme.ReadOnly" /> property was set to <see langword="true" />.</exception>
6665    </member>
6666    <member name="P:System.Workflow.ComponentModel.Design.DesignerTheme.ContainingTheme">
6667      <summary>Gets the workflow theme that encapsulates the designer theme. </summary>
6668      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> object associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerTheme" />.</returns>
6669    </member>
6670    <member name="P:System.Workflow.ComponentModel.Design.DesignerTheme.DesignerType">
6671      <summary>Gets or sets the type of the designer associated with the designer theme.</summary>
6672      <returns>A <see cref="T:System.Type" /> that represents the designer to be associated with the current designer theme.</returns>
6673      <exception cref="T:System.Data.ReadOnlyException">A user attempted a set operation when the <see cref="P:System.Workflow.ComponentModel.Design.DesignerTheme.ReadOnly" /> property was set to <see langword="true" />.</exception>
6674    </member>
6675    <member name="P:System.Workflow.ComponentModel.Design.DesignerTheme.ReadOnly">
6676      <summary>Gets a value that indicates whether the designer theme is read-only. </summary>
6677      <returns>
6678          <see langword="true" /> if <see cref="T:System.Workflow.ComponentModel.Design.DesignerTheme" /> is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6679    </member>
6680    <member name="P:System.Workflow.ComponentModel.Design.DesignerView.AssociatedDesigner">
6681      <summary>Gets the activity designer associated with the designer view.</summary>
6682      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
6683    </member>
6684    <member name="P:System.Workflow.ComponentModel.Design.DesignerView.Image">
6685      <summary>Gets the image associated with the designer view.</summary>
6686      <returns>The <see cref="T:System.Drawing.Image" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
6687    </member>
6688    <member name="P:System.Workflow.ComponentModel.Design.DesignerView.Text">
6689      <summary>Gets the name of the designer view.</summary>
6690      <returns>A string that contains the name of the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
6691    </member>
6692    <member name="P:System.Workflow.ComponentModel.Design.DesignerView.UserData">
6693      <summary>Gets the dictionary of user data associated with the designer view.</summary>
6694      <returns>An <see cref="T:System.Collections.IDictionary" /> that contains the user data associated with the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
6695    </member>
6696    <member name="P:System.Workflow.ComponentModel.Design.DesignerView.ViewId">
6697      <summary>Gets the identifier associated with the designer view.</summary>
6698      <returns>An integer that contains the identifier for the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" />.</returns>
6699    </member>
6700    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.AccessibilityObject">
6701      <summary>Gets an <see cref="T:System.Windows.Forms.AccessibleObject" /> that accessibility applications use to adjust the application UI for users who have impairments.</summary>
6702      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> associated with the control.</returns>
6703    </member>
6704    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.AutoSize">
6705      <summary>Gets or sets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> is resized automatically when a user resizes the designer's child designers. </summary>
6706      <returns>
6707          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> is resized automatically; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6708    </member>
6709    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.AutoSizeMargin">
6710      <summary>Gets or sets the margin size to render around the child designers when the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> is automatically resized.</summary>
6711      <returns>A <see cref="T:System.Drawing.Size" /> that represents the size of the margin to render around the child designers of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</returns>
6712    </member>
6713    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.AutoSizeMode">
6714      <summary>Gets or sets the <see cref="T:System.Windows.Forms.AutoSizeMode" /> settings for the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6715      <returns>The <see cref="T:System.Windows.Forms.AutoSizeMode" /> for the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. The default setting is <see cref="F:System.Windows.Forms.AutoSizeMode.GrowOnly" />.</returns>
6716    </member>
6717    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.CanExpandCollapse">
6718      <summary>Gets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can be collapsed on a workflow design surface.</summary>
6719      <returns>
6720          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can be collapsed; otherwise <see langword="false" />.</returns>
6721    </member>
6722    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Connectors">
6723      <summary>Gets a read-only collection of connectors that are associated with the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6724      <returns>A read-only collection that contains all <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> objects associated with the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</returns>
6725    </member>
6726    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.EnableUserDrawnConnectors">
6727      <summary>Gets or sets a value that indicates whether users can drag and draw connectors on the free-form activity designer surface. </summary>
6728      <returns>
6729          <see langword="true" /> if users can drag and draw connectors on the free-form activity designer surface; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6730    </member>
6731    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.EnableVisualResizing">
6732      <summary>Gets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can be visually resized on the workflow design surface. </summary>
6733      <returns>
6734          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> can be visually resized; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6735    </member>
6736    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.FirstSelectableObject">
6737      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6738      <returns>The first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</returns>
6739    </member>
6740    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Glyphs">
6741      <summary>Gets the collection of glyphs that are displayed on the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6742      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> that contains the glyphs displayed on the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</returns>
6743    </member>
6744    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.LastSelectableObject">
6745      <summary>Gets the last selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6746      <returns>The <see cref="T:System.Object" /> that is the last selectable object in the designer navigation order.</returns>
6747    </member>
6748    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Location">
6749      <summary>Gets or sets the location of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> in logical coordinates.</summary>
6750      <returns>A <see langword="Point" /> that represents the location of the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> in logical coordinates.</returns>
6751    </member>
6752    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.MinimumSize">
6753      <summary>Gets the minimum size settings for the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />.</summary>
6754      <returns>A <see cref="T:System.Drawing.Size" /> that represents the smallest possible size for the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </returns>
6755    </member>
6756    <member name="P:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ShowConnectorsInForeground">
6757      <summary>Gets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> draws connectors in the foreground of its design surface. </summary>
6758      <returns>
6759          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" /> draws connectors in the foreground of its design surface; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6760    </member>
6761    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.AssociatedDesigner">
6762      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> class. </summary>
6763      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> class. </returns>
6764    </member>
6765    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.Bounds">
6766      <summary>Returns the bounds of the area hit.</summary>
6767      <returns>A rectangle that encloses the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> object or an empty rectangle if the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> object is not associated with a designer.</returns>
6768    </member>
6769    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.HitLocation">
6770      <summary>Contains information about where the hit occurred.</summary>
6771      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestLocations" /> that describes the area hit.</returns>
6772    </member>
6773    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.Nowhere">
6774      <summary>Gets an empty <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" />.</summary>
6775      <returns>An empty <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" />.</returns>
6776    </member>
6777    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.SelectableObject">
6778      <summary>Gets a selectable object associated with the hit area.</summary>
6779      <returns>A selectable object associated with the hit area or a null reference (<see langword="Nothing" /> in Visual Basic) if no designer is associated with the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" />.</returns>
6780    </member>
6781    <member name="P:System.Workflow.ComponentModel.Design.HitTestInfo.UserData">
6782      <summary>Gets the user data associated with the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" />.</summary>
6783      <returns>A new dictionary for user data, or a reference to the existing user data.</returns>
6784    </member>
6785    <member name="P:System.Workflow.ComponentModel.Design.IDesignerGlyphProviderService.GlyphProviders">
6786      <summary>Gets a generic read-only collection of designer glyph providers.</summary>
6787      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider" /> read-only collection.</returns>
6788    </member>
6789    <member name="P:System.Workflow.ComponentModel.Design.IDesignerVerbProviderService.VerbProviders">
6790      <summary>Gets an <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> read-only collection.</summary>
6791      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider" /> read-only collection. </returns>
6792    </member>
6793    <member name="P:System.Workflow.ComponentModel.Design.ITypeFilterProvider.FilterDescription">
6794      <summary>Gets the description for the filter to be displayed on the class browser dialog box.</summary>
6795      <returns>A string value that contains the description of the filter.</returns>
6796    </member>
6797    <member name="P:System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.InvokingDesigner">
6798      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the workflow root designer to be initialized.</summary>
6799      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the workflow root designer to be initialized.</returns>
6800    </member>
6801    <member name="P:System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.MessageFilters">
6802      <summary>Gets any message filters associated with the workflow root designer. </summary>
6803      <returns>A WorkflowDesignerMessageFilter read-only collection that contains any message filters associated with the workflow root designer.</returns>
6804    </member>
6805    <member name="P:System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.SupportsLayoutPersistence">
6806      <summary>Gets the value that indicates whether the actual workflow root designer supports the layout persistence.</summary>
6807      <returns>
6808          <see langword="true" /> when the designer supports layout persistence; otherwise, <see langword="false" />.</returns>
6809    </member>
6810    <member name="P:System.Workflow.ComponentModel.Design.LockedActivityGlyph.Priority">
6811      <summary>Gets the priority setting for the glyph on the activity design surface.</summary>
6812      <returns>An integer value that represents the priority setting for the <see cref="T:System.Workflow.ComponentModel.Design.LockedActivityGlyph" /> on the activity design surface.</returns>
6813    </member>
6814    <member name="P:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.FirstSelectableObject">
6815      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
6816      <returns>An <see cref="T:System.Object" /> that is the first selectable object in the designer navigation order.</returns>
6817    </member>
6818    <member name="P:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.LastSelectableObject">
6819      <summary>Gets the last selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
6820      <returns>The <see cref="T:System.Object" /> that is the last selectable object in the designer navigation order.</returns>
6821    </member>
6822    <member name="P:System.Workflow.ComponentModel.Design.ParallelActivityDesigner.Verbs">
6823      <summary>Gets the collection of designer verbs to be associated with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />.</summary>
6824      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection" /> that contains the designer verbs to associate with the <see cref="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner" />. </returns>
6825    </member>
6826    <member name="P:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph.Priority">
6827      <summary>Gets the priority setting for the glyph on the activity designer surface.</summary>
6828      <returns>An integer value that represents the priority setting for the <see cref="T:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph" /> on the activity designer surface.</returns>
6829    </member>
6830    <member name="P:System.Workflow.ComponentModel.Design.SelectionGlyph.IsPrimarySelection">
6831      <summary>When overridden in a derived class, gets a value indicating whether the selection glyph is the primary of all selected glyphs on the design surface. </summary>
6832      <returns>
6833          <see langword="true" /> if the selection glyph is the primary selected glyph on the activity designer; otherwise, <see langword="false" />. </returns>
6834    </member>
6835    <member name="P:System.Workflow.ComponentModel.Design.SelectionGlyph.Priority">
6836      <summary>Gets the view priority of the glyph on the activity designer.</summary>
6837      <returns>An integer that represents the view priority of the glyph on the activity designer.</returns>
6838    </member>
6839    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.AccessibilityObject">
6840      <summary>Gets an <see cref="T:System.Windows.Forms.AccessibleObject" /> that allows the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> to adjust its UI for users who have disabilities. </summary>
6841      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> to associate with the designer.</returns>
6842    </member>
6843    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.CanExpandCollapse">
6844      <summary>Gets a value indicating whether the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> can be expanded and collapsed on the workflow designer surface. </summary>
6845      <returns>
6846          <see langword="true" /> if the designer can be expanded and collapsed on the workflow design surface; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6847    </member>
6848    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.Expanded">
6849      <summary>Gets or sets a value indicating whether the designer is expanded on the workflow design surface. </summary>
6850      <returns>
6851          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> is expanded on the workflow design surface; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
6852    </member>
6853    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.FirstSelectableObject">
6854      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
6855      <returns>An <see cref="T:System.Object" /> that is the first selectable object in the designer navigation order.</returns>
6856    </member>
6857    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.Glyphs">
6858      <summary>Gets a read-only collection of glyphs that are associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
6859      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerGlyph" /> read-only collection that contains all of the glyphs to display on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</returns>
6860    </member>
6861    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpText">
6862      <summary>Gets or sets the text to display when the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> contains no other activity designers.</summary>
6863      <returns>A string that contains the text to display on the designer surface.</returns>
6864    </member>
6865    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpTextRectangle">
6866      <summary>Gets the rectangle that serves as the bounds for the text displayed by the <see cref="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpText" /> property.</summary>
6867      <returns>A <see cref="T:System.Drawing.Rectangle" /> that serves as the bounds for the text displayed by the <see cref="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpText" /> property.</returns>
6868    </member>
6869    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpTextSize">
6870      <summary>Gets the height and width of the text to display in the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> when it contains no child activity designers.</summary>
6871      <returns>The <see cref="T:System.Drawing.Size" /> that defines the height and width of the text displayed by <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" /> when it contains no child activity designers. By default <see cref="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.HelpTextSize" /> is set to a newly initialized <see cref="T:System.Drawing.Size" />. </returns>
6872    </member>
6873    <member name="P:System.Workflow.ComponentModel.Design.SequentialActivityDesigner.LastSelectableObject">
6874      <summary>Gets the last selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner" />.</summary>
6875      <returns>The <see cref="T:System.Object" /> that is the last selectable object in the designer navigation order.</returns>
6876    </member>
6877    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.AssociatedDesigner">
6878      <summary>Gets the root designer to which the header or footer is applied.</summary>
6879      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" /> to which the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> is applied.</returns>
6880    </member>
6881    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.Bounds">
6882      <summary>Gets the bounding rectangle of the header or footer on the workflow design surface.</summary>
6883      <returns>The <see cref="T:System.Drawing.Rectangle" /> that bounds the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> on the workflow design surface.</returns>
6884    </member>
6885    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.Image">
6886      <summary>Gets or sets the image associated with the header or footer.</summary>
6887      <returns>The <see cref="T:System.Drawing.Image" /> to associate with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" />.</returns>
6888    </member>
6889    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.ImageRectangle">
6890      <summary>Gets the bounding rectangle for the image associated with the header or footer.</summary>
6891      <returns>The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds for the <see cref="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.Image" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" />.</returns>
6892    </member>
6893    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.Text">
6894      <summary>Gets or sets the text description associated with the header or footer.</summary>
6895      <returns>The string that contains the text description associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" />.</returns>
6896    </member>
6897    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.TextRectangle">
6898      <summary>Gets the bounding rectangle for the text associated with the header or footer.</summary>
6899      <returns>The <see cref="T:System.Drawing.Rectangle" /> that defines the bounds for the <see cref="P:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter.Text" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" />.</returns>
6900    </member>
6901    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.CanExpandCollapse">
6902      <summary>Gets a value indicating whether the designer can be expanded and collapsed. </summary>
6903      <returns>
6904          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" /> can be expanded and collapsed; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6905    </member>
6906    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.Footer">
6907      <summary>Gets the footer associated with the root designer.</summary>
6908      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> that represents the footer associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</returns>
6909    </member>
6910    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.Glyphs">
6911      <summary>Gets the collection of glyphs that are displayed on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
6912      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection" /> that contains the glyphs displayed on the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</returns>
6913    </member>
6914    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.Header">
6915      <summary>Gets the header associated with the root designer.</summary>
6916      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter" /> that represents the header associated with the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</returns>
6917    </member>
6918    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.Image">
6919      <summary>Gets the image associated with the designer.</summary>
6920      <returns>The <see cref="T:System.Drawing.Image" /> to associate with the designer.  </returns>
6921    </member>
6922    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.ImageRectangle">
6923      <summary>Gets the value for the enclosing bounds of the image associated with the designer in logical coordinates.</summary>
6924      <returns>A <see cref="T:System.Drawing.Rectangle" /> that encloses the <see cref="T:System.Drawing.Image" /> displayed for the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" />.</returns>
6925    </member>
6926    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.InvokingDesigner">
6927      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the sequential workflow root designer to be initialized.</summary>
6928      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> that requested the workflow root designer to be initialized.</returns>
6929    </member>
6930    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.MinimumSize">
6931      <summary>Gets the minimum size for the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
6932      <returns>A <see cref="T:System.Drawing.Size" /> that represents the minimum size of the sequential workflow designer.</returns>
6933    </member>
6934    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.ShowSmartTag">
6935      <summary>Gets a value indicating whether the root designer displays smart tags.</summary>
6936      <returns>
6937          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" /> displays smart tags; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
6938    </member>
6939    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.SmartTagRectangle">
6940      <summary>Gets the rectangle on the designer surface in which to display a smart tag.</summary>
6941      <returns>A <see cref="T:System.Drawing.Rectangle" /> that defines the bounds in which to display the smart tag.</returns>
6942    </member>
6943    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.Text">
6944      <summary>Gets the description associated with the designer.</summary>
6945      <returns>A string that contains the description associated with the designer.</returns>
6946    </member>
6947    <member name="P:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner.TitleHeight">
6948      <summary>Gets the height of the title area of the designer.</summary>
6949      <returns>An integer that represents the height of the title area of the <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</returns>
6950    </member>
6951    <member name="P:System.Workflow.ComponentModel.Design.ShadowGlyph.Priority">
6952      <summary>Gets the priority setting for the glyph on the activity designer surface.</summary>
6953      <returns>An integer value that represents the priority setting for the <see cref="T:System.Workflow.ComponentModel.Design.ShadowGlyph" /> on the activity designer surface.</returns>
6954    </member>
6955    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.ActiveView">
6956      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> that contains information about the current designer view displayed by the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
6957      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> that contains information about the current view displayed by the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</returns>
6958    </member>
6959    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.ContainedDesigners">
6960      <summary>Gets a generic read-only collection that contains all activity designers that are children of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
6961      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> read-only collection that contains the child designers.</returns>
6962    </member>
6963    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.CurrentDropTarget">
6964      <summary>Gets or sets the index of the current drop target in the array of drop targets returned by <see cref="M:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.GetDropTargets(System.Drawing.Point)" />.</summary>
6965      <returns>An integer that represents the index of the current drop target for the designer.</returns>
6966    </member>
6967    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.FirstSelectableObject">
6968      <summary>Gets the first selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
6969      <returns>An <see cref="T:System.Object" /> that is the first selectable object in the designer navigation order.</returns>
6970    </member>
6971    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.LastSelectableObject">
6972      <summary>Gets the last selectable object in the navigation order of the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
6973      <returns>The <see cref="T:System.Object" /> that is the last selectable object in the designer navigation order.</returns>
6974    </member>
6975    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.MinimumSize">
6976      <summary>Gets the minimum size settings for the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</summary>
6977      <returns>The <see cref="T:System.Drawing.Size" /> that represents the smallest possible size for the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</returns>
6978    </member>
6979    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.ShowSmartTag">
6980      <summary>Gets a value indicating whether the <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> displays smart tags.</summary>
6981      <returns>
6982          <see langword="true" /> if the designer displays smart tags; otherwise, <see langword="false" />. </returns>
6983    </member>
6984    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.SmartTagVerbs">
6985      <summary>Gets a read-only collection of designer actions that are associated with the smart tags on the designer.</summary>
6986      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.DesignerAction" /> read-only collection that contains all the actions associated with the smart tags on the designer.</returns>
6987    </member>
6988    <member name="P:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner.Views">
6989      <summary>Get a read-only collection of designer views that the current <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> hosts.</summary>
6990      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.DesignerView" /> read-only collection that contains the views hosted by the current <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" />.</returns>
6991    </member>
6992    <member name="P:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog.ComposedTheme">
6993      <summary>Gets the workflow theme that is highlighted in the theme configuration dialog box in the workflow designer.</summary>
6994      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> that is highlighted in the theme configuration dialog box in the workflow designer.</returns>
6995    </member>
6996    <member name="P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.SelectedType">
6997      <summary>Gets the type selected by the user in the type browser dialog box.</summary>
6998      <returns>The <see cref="T:System.Type" /> selected by the user in the type browser dialog box.</returns>
6999    </member>
7000    <member name="P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System#ComponentModel#ISite#Component">
7001      <summary>Gets the component to associate with the type browser dialog box.</summary>
7002      <returns>The <see cref="T:System.ComponentModel.IComponent" /> to bind to the <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog" />.</returns>
7003    </member>
7004    <member name="P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System#ComponentModel#ISite#Container">
7005      <summary>Gets the container to associate with the type browser dialog.</summary>
7006      <returns>The <see cref="T:System.ComponentModel.IContainer" /> to associate with the <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog" />.</returns>
7007    </member>
7008    <member name="P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System#ComponentModel#ISite#DesignMode">
7009      <summary>Gets a value that indicates whether the type browser dialog is in design mode. </summary>
7010      <returns>
7011          <see langword="true" /> if <see cref="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog" /> is in design mode; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
7012    </member>
7013    <member name="P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System#ComponentModel#ISite#Name">
7014      <summary>Gets or sets name of the component associated with the type browser dialog.</summary>
7015      <returns>The name of the component associated with the type browser dialog.</returns>
7016    </member>
7017    <member name="P:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute.TypeFilterProviderTypeName">
7018      <summary>Gets the name of the type that implements <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" />.</summary>
7019      <returns>A string that contains the name of the type that implements  <see cref="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider" />.</returns>
7020    </member>
7021    <member name="P:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.FileName">
7022      <summary>When overridden in a derived class, gets the file name of the designer to load. </summary>
7023      <returns>A string that contains the file name of the designer to load.</returns>
7024    </member>
7025    <member name="P:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.InDebugMode">
7026      <summary>Gets a value that indicates whether the workflow should be loaded in debug mode.  </summary>
7027      <returns>
7028          <see langword="true" /> if the workflow should be loaded in debug mode; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
7029    </member>
7030    <member name="P:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader.TargetFrameworkTypeDescriptionProvider">
7031      <summary>Gets the <see cref="T:System.ComponentModel.TypeDescriptor" /> metadata of the target .NET Framework.</summary>
7032      <returns>The <see cref="T:System.ComponentModel.TypeDescriptor" /> metadata of the target .NET Framework.</returns>
7033    </member>
7034    <member name="P:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.MessageHitTestContext">
7035      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> that describes the context of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</summary>
7036      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.HitTestInfo" /> object that contains information about the context of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</returns>
7037    </member>
7038    <member name="P:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter.ParentView">
7039      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> that is associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</summary>
7040      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter" />.</returns>
7041    </member>
7042    <member name="P:System.Workflow.ComponentModel.Design.WorkflowOutline.NeedsExpandAll">
7043      <summary>Gets or sets a value that indicates whether the document outline TreeView needs to be expanded.</summary>
7044      <returns>
7045          <see langword="true" /> if the document outline TreeView needs to be expanded; otherwise, <see langword="false" />.</returns>
7046    </member>
7047    <member name="P:System.Workflow.ComponentModel.Design.WorkflowOutline.RootNode">
7048      <summary>Gets the root node of the root provider.</summary>
7049      <returns>A <see cref="T:System.Windows.Forms.TreeNode" /> that is the root node.</returns>
7050    </member>
7051    <member name="P:System.Workflow.ComponentModel.Design.WorkflowOutline.TreeView">
7052      <summary>Retrieves the <see cref="T:System.Windows.Forms.TreeView" /> control used to display the document outline</summary>
7053      <returns>The <see cref="T:System.Windows.Forms.TreeView" /> control used to display the document outline.</returns>
7054    </member>
7055    <member name="P:System.Workflow.ComponentModel.Design.WorkflowOutlineNode.Activity">
7056      <summary>Gets the activity associated with the node.</summary>
7057      <returns>The <see cref="T:System.Workflow.ComponentModel.Activity" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode" />.</returns>
7058    </member>
7059    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.AmbientTheme">
7060      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />.</summary>
7061      <returns>An <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> that describes default values for the look and feel of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" />.</returns>
7062    </member>
7063    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.ContainingFileDirectory">
7064      <summary>Gets the directory part of the <see cref="P:System.Workflow.ComponentModel.Design.WorkflowTheme.FilePath" />.</summary>
7065      <returns>The directory part of the <see cref="P:System.Workflow.ComponentModel.Design.WorkflowTheme.FilePath" />.</returns>
7066    </member>
7067    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.CurrentTheme">
7068      <summary>Gets or sets the current theme.</summary>
7069      <returns>A <see cref="T:System.Workflow.ComponentModel.Design.WorkflowTheme" /> that is used for display settings.</returns>
7070    </member>
7071    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.Description">
7072      <summary>Gets or sets the description of the theme.</summary>
7073      <returns>The description of the theme.</returns>
7074      <exception cref="T:System.InvalidOperationException">The property value cannot be set because the workflow theme is read-only.</exception>
7075    </member>
7076    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.DesignerThemes">
7077      <summary>Gets a list of designer themes associated with the workflow.</summary>
7078      <returns>A list of designer themes associated with the workflow.</returns>
7079    </member>
7080    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.EnableChangeNotification">
7081      <summary>Gets or sets a value that indicates whether to enable change notification.</summary>
7082      <returns>
7083          <see langword="true" /> to enable change notification; otherwise, <see langword="false" />.</returns>
7084    </member>
7085    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.FilePath">
7086      <summary>Gets or sets the file path for the theme.</summary>
7087      <returns>The file path for the theme.</returns>
7088      <exception cref="T:System.InvalidOperationException">The property value cannot be set because the workflow theme is read-only.</exception>
7089    </member>
7090    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.LookupPath">
7091      <summary>Gets the file path from the registry.</summary>
7092      <returns>The file path from the registry to the theme.</returns>
7093    </member>
7094    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.Name">
7095      <summary>Gets or sets the name of the theme.</summary>
7096      <returns>The name of the theme.</returns>
7097      <exception cref="T:System.InvalidOperationException">The property value cannot be set because the workflow theme is read-only.</exception>
7098    </member>
7099    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.ReadOnly">
7100      <summary>Gets or sets a value that indicates whether the workflow theme is read-only.</summary>
7101      <returns>
7102          <see langword="true" /> if the workflow theme is read-only; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
7103    </member>
7104    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.RegistryKeyPath">
7105      <summary>Gets the registry key path for the theme.</summary>
7106      <returns>The registry key path for the theme.</returns>
7107    </member>
7108    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.StandardThemes">
7109      <summary>Gets the list of standard themes.</summary>
7110      <returns>A list of available themes.</returns>
7111    </member>
7112    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.Type">
7113      <summary>Gets the type of the theme.</summary>
7114      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ThemeType" /> of the theme. Possible values are <see langword="Default" />, <see langword="System" />, and <see langword="UserDefined" />.</returns>
7115    </member>
7116    <member name="P:System.Workflow.ComponentModel.Design.WorkflowTheme.Version">
7117      <summary>Gets or sets the version of the theme.</summary>
7118      <returns>The version information for the theme.</returns>
7119      <exception cref="T:System.InvalidOperationException">The property value cannot be set because the workflow theme is read-only.</exception>
7120    </member>
7121    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.EnableFitToScreen">
7122      <summary>Enables the button on the design surface that, when clicked, changes the zoom level of the workflow design surface so that the entire workflow is displayed in the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7123      <returns>
7124          <see langword="true" /> if the dynamic button is enabled; otherwise, <see langword="false" />. </returns>
7125    </member>
7126    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.HScrollBar">
7127      <summary>Gets the horizontal scrollbar for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7128      <returns>A <see cref="T:System.Windows.Forms.ScrollBar" /> you can use to adjust the settings and visibility of the horizontal scrollbar.</returns>
7129    </member>
7130    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.PrintDocument">
7131      <summary>Gets the <see cref="T:System.Drawing.Printing.PrintDocument" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7132      <returns>A <see cref="P:System.Workflow.ComponentModel.Design.WorkflowView.PrintDocument" /> object that sends output to a printer.</returns>
7133    </member>
7134    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.PrintPreviewMode">
7135      <summary>Gets or sets the print preview mode of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7136      <returns>
7137          <see langword="true" /> if print preview mode is active; otherwise, <see langword="false" />.</returns>
7138    </member>
7139    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.RootDesigner">
7140      <summary>Gets or sets the root designer for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7141      <returns>The <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</returns>
7142    </member>
7143    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.ScrollPosition">
7144      <summary>Gets or sets the position of the scrollbar on the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7145      <returns>A point describing the location of the scrollbar in screen coordinates.</returns>
7146    </member>
7147    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.ShadowDepth">
7148      <summary>Gets or sets the <see cref="P:System.Workflow.ComponentModel.Design.WorkflowView.ShadowDepth" /> for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7149      <returns>The shadow depth in pixels.</returns>
7150    </member>
7151    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.ViewPortRectangle">
7152      <summary>Gets the current <see cref="P:System.Workflow.ComponentModel.Design.WorkflowView.ViewPortRectangle" /> for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7153      <returns>A <see cref="T:System.Drawing.Rectangle" /> that describes the area on the screen that is visible.</returns>
7154    </member>
7155    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.ViewPortSize">
7156      <summary>Gets the size of the visible area for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7157      <returns>A <see langword="Size" /> that describes the visible area of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</returns>
7158    </member>
7159    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.VScrollBar">
7160      <summary>Gets the vertical scrollbar associated with the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7161      <returns>A <see cref="T:System.Windows.Forms.ScrollBar" /> you can use to adjust the settings and visibility of the horizontal scrollbar.</returns>
7162    </member>
7163    <member name="P:System.Workflow.ComponentModel.Design.WorkflowView.Zoom">
7164      <summary>Gets or sets the zoom level of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</summary>
7165      <returns>The zoom level of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" />.</returns>
7166      <exception cref="T:System.NotSupportedException">If the zoom level is less than the minimum zoom level of the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" />-or-if the zoom level exceeds the maximum zoom level of the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" />.</exception>
7167    </member>
7168    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Bounds">
7169      <summary>Gets the location and size of the accessible object.</summary>
7170      <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" />.</returns>
7171    </member>
7172    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.DefaultAction">
7173      <summary>Gets a string that describes the default action of the accessible object. Not all objects have a default action.</summary>
7174      <returns>A string that contains a description of the default action for the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" />, or a null reference (<see langword="Nothing" /> in Visual Basic) if the accessible object has no default action.</returns>
7175    </member>
7176    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Description">
7177      <summary>Gets a string that describes the visual appearance of the specified accessible object. Not all accessible objects have a description.</summary>
7178      <returns>A description of the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" /> visual appearance to the user, or a null reference (<see langword="Nothing" /> in Visual Basic) if the object does not have a description.</returns>
7179    </member>
7180    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Help">
7181      <summary>Gets a description of what the accessible object does or how the accessible object is used.</summary>
7182      <returns>A string that contains the description of what the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" /> does or how it is used or a null reference (<see langword="Nothing" /> in Visual Basic) if no help is defined.</returns>
7183    </member>
7184    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Name">
7185      <summary>Gets or sets the accessible object name.</summary>
7186      <returns>A string that contains the <see cref="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject" /> name, or a null reference (<see langword="Nothing" /> in Visual Basic) if the property has not been set.</returns>
7187    </member>
7188    <member name="P:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject.Role">
7189      <summary>Gets the role of the accessible object.</summary>
7190      <returns>One of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values. <see cref="F:System.Windows.Forms.AccessibleRole.None" /> is returned if no role has been specified</returns>
7191    </member>
7192    <member name="P:System.Workflow.ComponentModel.FaultHandlerActivity.Fault">
7193      <summary>Gets the <see cref="T:System.Exception" /> that is being handled by this <see cref="T:System.Workflow.ComponentModel.FaultHandlerActivity" />.</summary>
7194      <returns>The <see cref="T:System.Exception" /> associated with this instance. <see langword="null" /> is returned if the activity did not handle any exceptions.</returns>
7195    </member>
7196    <member name="P:System.Workflow.ComponentModel.FaultHandlerActivity.FaultType">
7197      <summary>Gets and sets the <see cref="T:System.Type" /> of the exceptions to be handled by the <see cref="T:System.Workflow.ComponentModel.FaultHandlerActivity" />. Exceptions of the type derived from the type specified in <see cref="P:System.Workflow.ComponentModel.FaultHandlerActivity.FaultType" /> are also handled.</summary>
7198      <returns>The <see cref="T:System.Type" /> of the associated <see cref="T:System.Exception" />.</returns>
7199    </member>
7200    <member name="P:System.Workflow.ComponentModel.FaultHandlerActivity.System#Workflow#ComponentModel#Design#ITypeFilterProvider#FilterDescription">
7201      <summary>Gets the filter description associated with this instance.</summary>
7202      <returns>The filter description associated with this instance.</returns>
7203    </member>
7204    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.DefaultValue">
7205      <summary>Gets or sets the default value of the associated dependency property.</summary>
7206      <returns>An object representing the default value for this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</returns>
7207      <exception cref="T:System.InvalidOperationException">Attempting to set this property when <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.IsSealed" /> is <see langword="true." /></exception>
7208    </member>
7209    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.GetValueOverride">
7210      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.GetValueOverride" /> callback, a callback invoked immediately upon a call to the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> method.</summary>
7211      <returns>The <see cref="T:System.Workflow.ComponentModel.GetValueOverride" /> callback, a callback invoked immediately upon a call to the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> method.</returns>
7212      <exception cref="T:System.InvalidOperationException">Attempting to set this property when <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.IsSealed" /> is <see langword="true." /></exception>
7213    </member>
7214    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.IsMetaProperty">
7215      <summary>Gets a value that indicates whether the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.Options" /> is set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.Metadata" />.</summary>
7216      <returns>
7217          <see langword="true" /> if this option is set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.Metadata" />; otherwise, <see langword="false" />.</returns>
7218    </member>
7219    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.IsNonSerialized">
7220      <summary>Gets a value that indicates whether the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.Options" /> is set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.NonSerialized" />.</summary>
7221      <returns>
7222          <see langword="true" /> if set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.NonSerialized" />; otherwise, <see langword="false" />.</returns>
7223    </member>
7224    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.IsReadOnly">
7225      <summary>Gets a value that indicates whether the <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.Options" /> are set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.ReadOnly" />.</summary>
7226      <returns>
7227          <see langword="true" /> if set to <see cref="F:System.Workflow.ComponentModel.DependencyPropertyOptions.ReadOnly" />; otherwise, <see langword="false" />.</returns>
7228    </member>
7229    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.IsSealed">
7230      <summary>Gets a value that indicates whether the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> has been applied to a property resulting in the immutable state.</summary>
7231      <returns>
7232          <see langword="true" /> if the <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" /> is immutable; otherwise, <see langword="false" />.</returns>
7233    </member>
7234    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.Options">
7235      <summary>Gets or set the property which represents the option setting for the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated to this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</summary>
7236      <returns>The option setting for the <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> associated to this <see cref="T:System.Workflow.ComponentModel.PropertyMetadata" />.</returns>
7237      <exception cref="T:System.InvalidOperationException">Attempting to set this property when <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.IsSealed" /> is <see langword="true." /></exception>
7238    </member>
7239    <member name="P:System.Workflow.ComponentModel.PropertyMetadata.SetValueOverride">
7240      <summary>Gets or sets the <see cref="T:System.Workflow.ComponentModel.SetValueOverride" /> callback, a callback invoked immediately upon a call to the <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)" /> method.</summary>
7241      <returns>The <see cref="T:System.Workflow.ComponentModel.SetValueOverride" /> callback, a callback invoked immediately upon a call to the <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)" /> method.</returns>
7242      <exception cref="T:System.InvalidOperationException">Trying to set this property when <see cref="P:System.Workflow.ComponentModel.PropertyMetadata.IsSealed" /> is <see langword="true." /></exception>
7243    </member>
7244    <member name="P:System.Workflow.ComponentModel.QueueEventArgs.QueueName">
7245      <summary>Gets the name of the workflow queue that originated the event.</summary>
7246      <returns>The name of the workflow queue that originated the event.</returns>
7247    </member>
7248    <member name="P:System.Workflow.ComponentModel.RemovedActivityAction.OriginalRemovedActivity">
7249      <summary>Gets the instance of original <see cref="T:System.Workflow.ComponentModel.Activity" /> being removed.</summary>
7250      <returns>The instance of the original <see cref="T:System.Workflow.ComponentModel.Activity" /> being removed.</returns>
7251    </member>
7252    <member name="P:System.Workflow.ComponentModel.RemovedActivityAction.RemovedActivityIndex">
7253      <summary>Gets index of the removed <see cref="T:System.Workflow.ComponentModel.Activity" /> with the <see cref="P:System.Workflow.ComponentModel.CompositeActivity.Activities" /> collection of the parent <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</summary>
7254      <returns>The index of the <see cref="T:System.Workflow.ComponentModel.Activity" /> being removed.</returns>
7255    </member>
7256    <member name="P:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.Context">
7257      <summary>Gets the <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> associated with <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager" />. </summary>
7258      <returns>The <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> associated with the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager" />.</returns>
7259    </member>
7260    <member name="P:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.Properties">
7261      <summary>Gets a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains a read-only collection of type <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
7262      <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains a read-only collection of type <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
7263    </member>
7264    <member name="P:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager.SerializationManager">
7265      <summary>Gets the <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> associated with the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager" />.</summary>
7266      <returns>The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> associated with the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager" />.</returns>
7267    </member>
7268    <member name="P:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector.Default">
7269      <summary>Gets the default <see cref="T:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector" />. This property is read-only.</summary>
7270      <returns>The default <see cref="T:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector" /> that can be used to serialize an <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
7271    </member>
7272    <member name="P:System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute.ArgumentName">
7273      <summary>Gets the <see langword="string" /> representing the argument name.</summary>
7274      <returns>The <see langword="string" /> representing the argument name.</returns>
7275    </member>
7276    <member name="P:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute.Name">
7277      <summary>Gets the <see cref="T:System.String" /> representing the name of the content property.</summary>
7278      <returns>The <see cref="T:System.String" /> representing the name of the content property.</returns>
7279    </member>
7280    <member name="P:System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute.Name">
7281      <summary>Gets the run-time name carried by this instance.</summary>
7282      <returns>A <see langword="string" /> that contains the run-time name carried by this instance.</returns>
7283    </member>
7284    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.LineNumber">
7285      <summary>Gets the line number in the object or XOML file that caused the exception to be thrown.</summary>
7286      <returns>An integer that represents the line number on which the exception was thrown.</returns>
7287    </member>
7288    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException.LinePosition">
7289      <summary>Gets the column position in the object or XOML file that caused the exception to be thrown.</summary>
7290      <returns>An integer that represents the column position that caused the exception to be thrown.</returns>
7291    </member>
7292    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.Context">
7293      <summary>Gets a stack-based, user-defined storage area that is useful for communication between serializers.</summary>
7294      <returns>A <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> that contains information about the current object being serialized.</returns>
7295    </member>
7296    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.LocalAssembly">
7297      <summary>Gets or sets the assembly that is associated with the current serializer. </summary>
7298      <returns>The <see cref="T:System.Reflection.Assembly" /> that is associated with the current serializer.</returns>
7299    </member>
7300    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.SerializationManager">
7301      <summary>Gets or sets the serialization manager to use with the current serializer.</summary>
7302      <returns>The <see cref="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager" /> to use with the current serializer.</returns>
7303    </member>
7304    <member name="P:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager.System#ComponentModel#Design#Serialization#IDesignerSerializationManager#Properties">
7305      <summary>Gets a collection of properties that can be serialized with available serializers.</summary>
7306      <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties to serialize.</returns>
7307    </member>
7308    <member name="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.AssemblyName">
7309      <summary>Gets or sets a <see cref="T:System.String" /> that represents the <see cref="P:System.Type.Assembly" /> name of the decorated class. </summary>
7310      <returns>A <see cref="T:System.String" /> that represents the <see cref="P:System.Type.Assembly" /> name of the decorated class.</returns>
7311    </member>
7312    <member name="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.ClrNamespace">
7313      <summary>Gets a <see cref="T:System.String" /> that represents the name of the CLR namespace of the decorated class. </summary>
7314      <returns>A <see cref="T:System.String" /> that represents the name of the CLR namespace of the decorated class. </returns>
7315    </member>
7316    <member name="P:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute.XmlNamespace">
7317      <summary>Gets a <see cref="T:System.String" /> that represents the name of the XML namespace of the decorated class. </summary>
7318      <returns>A <see cref="T:System.String" /> that represents the name of the XML namespace of the decorated class. </returns>
7319    </member>
7320    <member name="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.Prefix">
7321      <summary>Gets the <see cref="T:System.String" /> that contains the value of the prefix for the decorated class. </summary>
7322      <returns>The <see cref="T:System.String" /> that contains the value of the prefix for the decorated class. </returns>
7323    </member>
7324    <member name="P:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute.XmlNamespace">
7325      <summary>Gets the <see cref="T:System.String" /> that contains the value of the XML namespace for the decorated class. </summary>
7326      <returns>The <see cref="T:System.String" /> that contains the value of the XML namespace for the decorated class.</returns>
7327    </member>
7328    <member name="P:System.Workflow.ComponentModel.SuspendActivity.Error">
7329      <summary>Gets or sets an error message to report to administrators providing the reason for suspension.</summary>
7330      <returns>An error message that provides the reason for the workflow instance suspension. The default value is <see langword="null" />.</returns>
7331    </member>
7332    <member name="P:System.Workflow.ComponentModel.SynchronizationScopeActivity.SynchronizationHandles">
7333      <summary>Gets or sets a collection of strings that represents handles that determine the synchronization behavior of this <see cref="T:System.Workflow.ComponentModel.SynchronizationScopeActivity" />. When two or more <see cref="T:System.Workflow.ComponentModel.SynchronizationScopeActivity" /> activities share a synchronization handle, they execute in a serial fashion; there is no interleaved execution of the child activities within them.</summary>
7334      <returns>A multiline string that contains synchronization handles for this instance.</returns>
7335    </member>
7336    <member name="P:System.Workflow.ComponentModel.TerminateActivity.Error">
7337      <summary>Gets or sets an error message to report to administrators, providing the reason for termination.</summary>
7338      <returns>An error message that provides the reason for the workflow instance termination. The default value is <see langword="null" />.</returns>
7339    </member>
7340    <member name="P:System.Workflow.ComponentModel.ThrowActivity.Fault">
7341      <summary>Gets or sets the exception object that should be thrown by the <see cref="T:System.Workflow.ComponentModel.ThrowActivity" />.</summary>
7342      <returns>The <see cref="T:System.Exception" /> associated with this instance.</returns>
7343    </member>
7344    <member name="P:System.Workflow.ComponentModel.ThrowActivity.FaultType">
7345      <summary>Gets or sets the type of exception that should be thrown by the <see cref="T:System.Workflow.ComponentModel.ThrowActivity" />.</summary>
7346      <returns>The type representing the fault associated with this instance.</returns>
7347    </member>
7348    <member name="P:System.Workflow.ComponentModel.ThrowActivity.System#Workflow#ComponentModel#Design#ITypeFilterProvider#FilterDescription">
7349      <summary>Gets the description for the filter to be displayed on the class browser dialog box. </summary>
7350      <returns>A <see cref="T:System.String" /> that contains the description of the filter. </returns>
7351    </member>
7352    <member name="P:System.Workflow.ComponentModel.TransactionScopeActivity.TransactionOptions">
7353      <summary>Gets the <see cref="T:System.Workflow.ComponentModel.WorkflowTransactionOptions" /> associated with this instance.</summary>
7354      <returns>The <see cref="T:System.Workflow.ComponentModel.WorkflowTransactionOptions" /> associated with this instance.</returns>
7355    </member>
7356    <member name="P:System.Workflow.ComponentModel.WorkflowChanges.TransientWorkflow">
7357      <summary>Returns a cloned activity tree to which changes can be made and then applied to the running workflow instance.</summary>
7358      <returns>A <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that contains the cloned root activity for the workflow.</returns>
7359    </member>
7360    <member name="P:System.Workflow.ComponentModel.WorkflowParameterBinding.ParameterName">
7361      <summary>Gets or sets the <see cref="P:System.Workflow.ComponentModel.WorkflowParameterBinding.ParameterName" /> property. Represents the name of the parameter being bound.</summary>
7362      <returns>The name of the parameter being bound.</returns>
7363    </member>
7364    <member name="P:System.Workflow.ComponentModel.WorkflowParameterBinding.Value">
7365      <summary>Gets or sets the value assigned to the corresponding parameter.</summary>
7366      <returns>The assigned value as an <see cref="T:System.Object" />.</returns>
7367    </member>
7368    <member name="P:System.Workflow.ComponentModel.WorkflowTransactionOptions.IsolationLevel">
7369      <summary>Gets or sets the <see cref="T:System.Data.IsolationLevel" /> for the transaction. </summary>
7370      <returns>The <see cref="T:System.Data.IsolationLevel" /> for the workflow.</returns>
7371    </member>
7372    <member name="P:System.Workflow.ComponentModel.WorkflowTransactionOptions.TimeoutDuration">
7373      <summary>Gets or sets the <see cref="T:System.TimeSpan" /> representing the time-out period for the transaction.</summary>
7374      <returns>The <see cref="T:System.TimeSpan" /> representing the time-out period for the transaction.</returns>
7375    </member>
7376    <member name="T:System.Workflow.ComponentModel.Activity">
7377      <summary>Represents the fundamental building block of workflows. <see cref="T:System.Workflow.ComponentModel.Activity" /> is the base class for all activities. </summary>
7378    </member>
7379    <member name="T:System.Workflow.ComponentModel.ActivityBind">
7380      <summary>Binds an activity's property to a property, field, indexer, method, event, or another activity's property. This class cannot be inherited.</summary>
7381    </member>
7382    <member name="T:System.Workflow.ComponentModel.ActivityChangeAction">
7383      <summary>Represents a proposed change to a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> within a running workflow instance. This class must be inherited.</summary>
7384    </member>
7385    <member name="T:System.Workflow.ComponentModel.ActivityCollection">
7386      <summary>Models a strongly typed <see cref="T:System.Collections.ICollection" /> of type <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
7387    </member>
7388    <member name="T:System.Workflow.ComponentModel.ActivityCollectionChangeAction">
7389      <summary>Represents an enumeration of the permissible actions which may be performed on an <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />, which typically represents the collection of all child activities of a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</summary>
7390    </member>
7391    <member name="F:System.Workflow.ComponentModel.ActivityCollectionChangeAction.Add">
7392      <summary>The enumerator corresponding to adding a new <see cref="T:System.Workflow.ComponentModel.Activity" /> to the <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />.</summary>
7393    </member>
7394    <member name="F:System.Workflow.ComponentModel.ActivityCollectionChangeAction.Remove">
7395      <summary>The enumerator corresponding to removing an <see cref="T:System.Workflow.ComponentModel.Activity" /> from the <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />.</summary>
7396    </member>
7397    <member name="F:System.Workflow.ComponentModel.ActivityCollectionChangeAction.Replace">
7398      <summary>The enumerator corresponding to replacing an <see cref="T:System.Workflow.ComponentModel.Activity" /> in the <see cref="T:System.Workflow.ComponentModel.ActivityCollection" />.</summary>
7399    </member>
7400    <member name="T:System.Workflow.ComponentModel.ActivityCollectionChangeEventArgs">
7401      <summary>Represents the information needed by an event handler to perform custom processing whenever the contents of an <see cref="T:System.Workflow.ComponentModel.ActivityCollection" /> changes.</summary>
7402    </member>
7403    <member name="T:System.Workflow.ComponentModel.ActivityCondition">
7404      <summary>Represents an abstract class for an expression, which evaluates to a <see langword="Boolean" />. This class must be inherited.</summary>
7405    </member>
7406    <member name="T:System.Workflow.ComponentModel.ActivityExecutionContext">
7407      <summary>Represents the execution environment of an <see cref="T:System.Workflow.ComponentModel.Activity" />. This class cannot be inherited.</summary>
7408    </member>
7409    <member name="T:System.Workflow.ComponentModel.ActivityExecutionContextManager">
7410      <summary>Allows a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> to create and manage execution contexts for its child activities. This class cannot be inherited.</summary>
7411    </member>
7412    <member name="T:System.Workflow.ComponentModel.ActivityExecutionResult">
7413      <summary>Enumeration of activity result values that qualifies the state of an <see cref="T:System.Workflow.ComponentModel.Activity" /> that has an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionStatus" /> of <see langword="Closed" />.</summary>
7414    </member>
7415    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.None">
7416      <summary>The activity is not in the <see cref="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Closed" /> state.</summary>
7417    </member>
7418    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.Succeeded">
7419      <summary>The activity has transitioned to the closed state from the executing state.</summary>
7420    </member>
7421    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.Canceled">
7422      <summary>The activity has transitioned to the closed state from the canceling state.</summary>
7423    </member>
7424    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.Compensated">
7425      <summary>The activity has transitioned to the closed state from the compensating state.</summary>
7426    </member>
7427    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.Faulted">
7428      <summary>The activity has transitioned to the closed state from the faulting state.</summary>
7429    </member>
7430    <member name="F:System.Workflow.ComponentModel.ActivityExecutionResult.Uninitialized">
7431      <summary>The activity has transitioned to the closed state from the initialized state.</summary>
7432    </member>
7433    <member name="T:System.Workflow.ComponentModel.ActivityExecutionStatus">
7434      <summary>Enumeration of activity status values that correspond to the life cycle of an activity within a running workflow instance.</summary>
7435    </member>
7436    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Initialized">
7437      <summary>Represents the status when an activity is being initialized.</summary>
7438    </member>
7439    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Executing">
7440      <summary>Represents the status when an activity is executing.</summary>
7441    </member>
7442    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Canceling">
7443      <summary>Represents the status when an activity is in the process of being canceled.</summary>
7444    </member>
7445    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Closed">
7446      <summary>Represents the status when an activity is closed.</summary>
7447    </member>
7448    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Compensating">
7449      <summary>Represents the status when an activity is compensating.</summary>
7450    </member>
7451    <member name="F:System.Workflow.ComponentModel.ActivityExecutionStatus.Faulting">
7452      <summary>Represents the status when an activity is faulting.</summary>
7453    </member>
7454    <member name="T:System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs">
7455      <summary>Holds information relating to the change of execution status event for an <see cref="T:System.Workflow.ComponentModel.Activity" />. This class cannot be inherited.</summary>
7456    </member>
7457    <member name="T:System.Workflow.ComponentModel.AddedActivityAction">
7458      <summary>Represents a proposed addition of an <see cref="T:System.Workflow.ComponentModel.Activity" /> to a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> within a running workflow instance.</summary>
7459    </member>
7460    <member name="T:System.Workflow.ComponentModel.AlternateFlowActivityAttribute">
7461      <summary>Custom attribute which indicates that the activity supports an alternative flow. This class cannot be inherited.</summary>
7462    </member>
7463    <member name="T:System.Workflow.ComponentModel.CancellationHandlerActivity">
7464      <summary>Represents cancellation logic that can be associated with a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />. This class cannot be inherited.</summary>
7465    </member>
7466    <member name="T:System.Workflow.ComponentModel.CompensatableTransactionScopeActivity">
7467      <summary>Defines a compensatable version of the <see cref="T:System.Workflow.ComponentModel.TransactionScopeActivity" /> activity. This class cannot be inherited.</summary>
7468    </member>
7469    <member name="T:System.Workflow.ComponentModel.CompensateActivity">
7470      <summary>Triggers the compensation of a completed child <see cref="T:System.Workflow.ComponentModel.Activity" /> that implements the <see cref="T:System.Workflow.ComponentModel.ICompensatableActivity" /> interface. This class cannot be inherited.</summary>
7471    </member>
7472    <member name="T:System.Workflow.ComponentModel.CompensationHandlerActivity">
7473      <summary>Specifies workflow logic that undoes, or compensates for, the successful execution of the associated <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />. This class cannot be inherited.</summary>
7474    </member>
7475    <member name="T:System.Workflow.ComponentModel.Compiler.AccessTypes">
7476      <summary>Specifies the access mode for the dependency property.</summary>
7477    </member>
7478    <member name="F:System.Workflow.ComponentModel.Compiler.AccessTypes.Read">
7479      <summary>Read access.</summary>
7480    </member>
7481    <member name="F:System.Workflow.ComponentModel.Compiler.AccessTypes.Write">
7482      <summary>Write access.</summary>
7483    </member>
7484    <member name="F:System.Workflow.ComponentModel.Compiler.AccessTypes.ReadWrite">
7485      <summary>Read and write access.</summary>
7486    </member>
7487    <member name="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGenerator">
7488      <summary>Base class for code generator components that can be associated with activities.</summary>
7489    </member>
7490    <member name="T:System.Workflow.ComponentModel.Compiler.ActivityCodeGeneratorAttribute">
7491      <summary>Indicates the type to be used for code generation for an activity. This class cannot be inherited.</summary>
7492    </member>
7493    <member name="T:System.Workflow.ComponentModel.Compiler.ActivityValidator">
7494      <summary>Derivative of <see cref="T:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator" /> that is a base class for all activity validator components.</summary>
7495    </member>
7496    <member name="T:System.Workflow.ComponentModel.Compiler.ActivityValidatorAttribute">
7497      <summary>Identifies the class that performs validation on an <see cref="T:System.Workflow.ComponentModel.Activity" /> that is subject to validation. This class cannot be inherited.</summary>
7498    </member>
7499    <member name="T:System.Workflow.ComponentModel.Compiler.AttributeInfo">
7500      <summary>Wrapper class that represents attributes on a type at design time. This class cannot be inherited.</summary>
7501    </member>
7502    <member name="T:System.Workflow.ComponentModel.Compiler.AttributeInfoAttribute">
7503      <summary>Represents a class holding information about an attribute at design time. This class cannot be inherited.</summary>
7504    </member>
7505    <member name="T:System.Workflow.ComponentModel.Compiler.AuthorizedType">
7506      <summary>Represents a set of types that are either allowed or disallowed in compiled workflows by the workflow compiler (depending on the value of the <see cref="P:System.Workflow.ComponentModel.Compiler.AuthorizedType.Authorized" /> property). This class cannot be inherited.</summary>
7507    </member>
7508    <member name="T:System.Workflow.ComponentModel.Compiler.BindValidationContext">
7509      <summary>Represents the context for the validation of an <see cref="T:System.Workflow.ComponentModel.ActivityBind" />. This class cannot be inherited.</summary>
7510    </member>
7511    <member name="T:System.Workflow.ComponentModel.Compiler.CodeGenerationManager">
7512      <summary>Enables sharing of data across activity code generators during the code generation phase of compilation. This class cannot be inherited.</summary>
7513    </member>
7514    <member name="T:System.Workflow.ComponentModel.Compiler.CompileWorkflowCleanupTask">
7515      <summary>Defines an MSBuild task for erasing the contents of temporary files that are used when compiling workflows created using Visual Basic. The contents of the temporary files are erased but the files are not deleted. This class cannot be inherited.</summary>
7516    </member>
7517    <member name="T:System.Workflow.ComponentModel.Compiler.CompileWorkflowTask">
7518      <summary>Represents the MSBuild task of compiling a workflow. This class cannot be inherited.</summary>
7519    </member>
7520    <member name="T:System.Workflow.ComponentModel.Compiler.CompositeActivityCodeGenerator">
7521      <summary>Base class for code generator components that can be associated with composite activities.</summary>
7522    </member>
7523    <member name="T:System.Workflow.ComponentModel.Compiler.CompositeActivityValidator">
7524      <summary>Derivative of <see cref="T:System.Workflow.ComponentModel.Compiler.ActivityValidator" /> that is the base class for all composite activity validator components. </summary>
7525    </member>
7526    <member name="T:System.Workflow.ComponentModel.Compiler.ConditionValidator">
7527      <summary>Derivative of <see cref="T:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator" /> that is the base class for all condition validator components.</summary>
7528    </member>
7529    <member name="T:System.Workflow.ComponentModel.Compiler.DependencyObjectValidator">
7530      <summary>Derivative of <see cref="T:System.Workflow.ComponentModel.Compiler.Validator" /> that is the base class for all dependency object validator components.</summary>
7531    </member>
7532    <member name="T:System.Workflow.ComponentModel.Compiler.ITypeProvider">
7533      <summary>Defines the behavior of a service that acts as a container of types.</summary>
7534    </member>
7535    <member name="T:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService">
7536      <summary>Defines the interface implemented by the environment hosting the workflow designer and compiler to provide environment-specific compilation information during the validation and compilation processes.</summary>
7537    </member>
7538    <member name="T:System.Workflow.ComponentModel.Compiler.PropertyValidationContext">
7539      <summary>Provides the context for validation of a <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</summary>
7540    </member>
7541    <member name="T:System.Workflow.ComponentModel.Compiler.TypeProvider">
7542      <summary>An implementation of <see cref="T:System.Workflow.ComponentModel.Compiler.ITypeProvider" /> that acts as a container of types within the indicated assemblies and code compile units.</summary>
7543    </member>
7544    <member name="T:System.Workflow.ComponentModel.Compiler.ValidationError">
7545      <summary>Represents the base class for all validation errors.</summary>
7546    </member>
7547    <member name="T:System.Workflow.ComponentModel.Compiler.ValidationErrorCollection">
7548      <summary>Holds a collection of <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationError" /> objects.</summary>
7549    </member>
7550    <member name="T:System.Workflow.ComponentModel.Compiler.ValidationManager">
7551      <summary>Enables the sharing of contextual information, such as property validation, parent activity, and so on, across validators during the compilation process.</summary>
7552    </member>
7553    <member name="T:System.Workflow.ComponentModel.Compiler.ValidationOption">
7554      <summary>Specifies the validation options in the <see cref="P:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute.ValidationOption" /> property.</summary>
7555    </member>
7556    <member name="F:System.Workflow.ComponentModel.Compiler.ValidationOption.None">
7557      <summary>No validation performed.</summary>
7558    </member>
7559    <member name="F:System.Workflow.ComponentModel.Compiler.ValidationOption.Optional">
7560      <summary>Validation is optional. If value is present, it will be validated.</summary>
7561    </member>
7562    <member name="F:System.Workflow.ComponentModel.Compiler.ValidationOption.Required">
7563      <summary>Validation must be performed. Value must be present and will be validated.</summary>
7564    </member>
7565    <member name="T:System.Workflow.ComponentModel.Compiler.ValidationOptionAttribute">
7566      <summary>Custom attribute that contains <see cref="T:System.Workflow.ComponentModel.Compiler.ValidationOption" /> information. This class cannot be inherited.</summary>
7567    </member>
7568    <member name="T:System.Workflow.ComponentModel.Compiler.Validator">
7569      <summary>Base class for all validator components.</summary>
7570    </member>
7571    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext">
7572      <summary>Provides workflow compilation options for the current compilation or validation task.</summary>
7573    </member>
7574    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompiler">
7575      <summary>Represents the compiler for workflows that are developed using C# or Visual Basic code and/or XAML markup. This class cannot be inherited.</summary>
7576    </member>
7577    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerError">
7578      <summary>Represents a <see cref="T:System.CodeDom.Compiler.CompilerError" /> that is obtained during the workflow compilation process. </summary>
7579    </member>
7580    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerOptionsService">
7581      <summary>Provides a default implementation of <see cref="T:System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService" />.</summary>
7582    </member>
7583    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters">
7584      <summary>Represents parameters passed to <see cref="T:System.Workflow.ComponentModel.Compiler.WorkflowCompiler" /> during the compilation process.</summary>
7585    </member>
7586    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowCompilerResults">
7587      <summary>Represents the results of a workflow compilation. This class cannot be inherited.</summary>
7588    </member>
7589    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowMarkupSourceAttribute">
7590      <summary>Attribute that contains information about a Workflow markup file. This class cannot be inherited.</summary>
7591    </member>
7592    <member name="T:System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException">
7593      <summary>Represents an <see cref="T:System.Exception" /> that occurs when a workflow does not pass validation. This class cannot be inherited.</summary>
7594    </member>
7595    <member name="T:System.Workflow.ComponentModel.CompositeActivity">
7596      <summary>Derivative of <see cref="T:System.Workflow.ComponentModel.Activity" /> that is the base class for all activities that contain other activities. A <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> is responsible for managing the execution of its child activities.</summary>
7597    </member>
7598    <member name="T:System.Workflow.ComponentModel.DependencyObject">
7599      <summary>The base class for all objects that have dependency properties. This class must be inherited.</summary>
7600    </member>
7601    <member name="T:System.Workflow.ComponentModel.DependencyProperty">
7602      <summary>A special kind of property that can be defined or attached to a <see cref="T:System.Workflow.ComponentModel.DependencyObject" />. There are three kinds of dependency properties: instance properties, meta properties, and attached properties. This class cannot be inherited.</summary>
7603    </member>
7604    <member name="T:System.Workflow.ComponentModel.DependencyPropertyOptions">
7605      <summary>Represents an enumeration of <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> options.</summary>
7606    </member>
7607    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.Default">
7608      <summary>Default option. No noted characteristic.</summary>
7609    </member>
7610    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.ReadOnly">
7611      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is read-only.</summary>
7612    </member>
7613    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.Optional">
7614      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> is an optional property.</summary>
7615    </member>
7616    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.Metadata">
7617      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> represents metadata.</summary>
7618    </member>
7619    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.NonSerialized">
7620      <summary>The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /></summary>
7621    </member>
7622    <member name="F:System.Workflow.ComponentModel.DependencyPropertyOptions.DelegateProperty">
7623      <summary>This option is used to specify whether or not a property is of type <see cref="T:System.Delegate" />. It is important to use this to disambiguate the delegate properties from events.</summary>
7624    </member>
7625    <member name="T:System.Workflow.ComponentModel.Design.ActivityBindTypeConverter">
7626      <summary>Provides a type converter to convert <see cref="T:System.Workflow.ComponentModel.ActivityBind" /> classes to and from various other representations.</summary>
7627    </member>
7628    <member name="T:System.Workflow.ComponentModel.Design.ActivityChangedEventArgs">
7629      <summary>Contains information about changes made to the activity associated with the designer.</summary>
7630    </member>
7631    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesigner">
7632      <summary>Provides a mandatory base class for all activity designer components.</summary>
7633    </member>
7634    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerAccessibleObject">
7635      <summary>Implements an accessible object that <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> classes use to adjust the designer user interface for users who have impairments.</summary>
7636    </member>
7637    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection">
7638      <summary>Exposes a generic <see cref="T:System.Collections.Generic.List`1" /> of designer glyphs associated with an activity designer.</summary>
7639    </member>
7640    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs">
7641      <summary>Provides data for the layout event for the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />.</summary>
7642    </member>
7643    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerLayoutSerializer">
7644      <summary>Serializes an activity designer layout used in a freeform designer.</summary>
7645    </member>
7646    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaint">
7647      <summary>Provides static methods used to draw user interface elements on activity designer surfaces. This class cannot be inherited.</summary>
7648    </member>
7649    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs">
7650      <summary>Provides data for the <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)" />, <see cref="M:System.Workflow.ComponentModel.Design.ConnectionPoint.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs,System.Boolean)" />, <see cref="M:System.Workflow.ComponentModel.Design.Connector.OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs)" />, and <see cref="M:System.Workflow.ComponentModel.Design.DesignerGlyph.OnPaint(System.Drawing.Graphics,System.Boolean,System.Workflow.ComponentModel.Design.AmbientTheme,System.Workflow.ComponentModel.Design.ActivityDesigner)" /> methods and any overridden versions of <see langword="OnPaint" /> in classes that derive from them, when they are drawn on a workflow design surface.</summary>
7651    </member>
7652    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs">
7653      <summary>Provides data for the <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnBeginResizing(System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs)" /> and <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnResizing(System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs)" /> methods.</summary>
7654    </member>
7655    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerTheme">
7656      <summary>Provides the look and feel property settings to a designer in a design-time environment.</summary>
7657    </member>
7658    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute">
7659      <summary>Specifies the theme class an activity designer uses on the workflow design surface. This class cannot be inherited. </summary>
7660    </member>
7661    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb">
7662      <summary>Creates a new verb to be used with the designer using the associated verb group, text and event handler.</summary>
7663    </member>
7664    <member name="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection">
7665      <summary>Maintains a collection of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesignerVerb" /> objects.</summary>
7666    </member>
7667    <member name="T:System.Workflow.ComponentModel.Design.ActivityDragEventArgs">
7668      <summary>Represents a class that provides data for the <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragDrop(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)" />, <see cref="M:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner.OnDragEnter(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)" />, and <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.OnDragOver(System.Workflow.ComponentModel.Design.ActivityDragEventArgs)" /> events in the workflow designer.</summary>
7669    </member>
7670    <member name="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesigner">
7671      <summary>Displays a collection of child activity designers in a preview strip and, when a child designer is selected on the preview strip, displays the selected activity designer in preview or edit mode on a workflow design surface. </summary>
7672    </member>
7673    <member name="T:System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme">
7674      <summary>Provides theme settings for activity designers that use a preview mode on the workflow design surface. This class cannot be inherited. </summary>
7675    </member>
7676    <member name="T:System.Workflow.ComponentModel.Design.ActivityToolboxItem">
7677      <summary>Provides a base class for all toolbox items associated with an activity in a workflow designer.</summary>
7678    </member>
7679    <member name="T:System.Workflow.ComponentModel.Design.AmbientProperty">
7680      <summary>Specifies the source of ambient theme settings for designer theme classes.</summary>
7681    </member>
7682    <member name="F:System.Workflow.ComponentModel.Design.AmbientProperty.DesignerSize">
7683      <summary>The ambient theme settings are obtained from the <see cref="T:System.Workflow.ComponentModel.Design.AmbientTheme" /> class associated with the activity designer.</summary>
7684    </member>
7685    <member name="F:System.Workflow.ComponentModel.Design.AmbientProperty.OperatingSystemSetting">
7686      <summary>The ambient theme settings are obtained from the operating system.</summary>
7687    </member>
7688    <member name="T:System.Workflow.ComponentModel.Design.AmbientTheme">
7689      <summary>Provides the look and feel property settings to a top-level workflow in a design-time environment.</summary>
7690    </member>
7691    <member name="T:System.Workflow.ComponentModel.Design.BindUITypeEditor">
7692      <summary>Represents a <see cref="T:System.Drawing.Design.UITypeEditor" /> that is associated with the properties that are bound, or can be bound, on an activity.</summary>
7693    </member>
7694    <member name="T:System.Workflow.ComponentModel.Design.CommentGlyph">
7695      <summary>Provides a glyph for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to display when a user disables an activity at design time. </summary>
7696    </member>
7697    <member name="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner">
7698      <summary>Provides a designer that enables you to visually design composite activities.</summary>
7699    </member>
7700    <member name="T:System.Workflow.ComponentModel.Design.CompositeActivityDesignerLayoutSerializer">
7701      <summary>Serializes a composite activity designer layout used in a freeform designer.</summary>
7702    </member>
7703    <member name="T:System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject">
7704      <summary>Implements an accessible object that <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> classes use to adjust the designer user interface for users who have impairments.</summary>
7705    </member>
7706    <member name="T:System.Workflow.ComponentModel.Design.CompositeDesignerTheme">
7707      <summary>Provides theme settings to <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> objects.</summary>
7708    </member>
7709    <member name="T:System.Workflow.ComponentModel.Design.ConfigErrorGlyph">
7710      <summary>Provides a glyph for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to display when a user has not performed required designer actions at design time.</summary>
7711    </member>
7712    <member name="T:System.Workflow.ComponentModel.Design.ConnectionPoint">
7713      <summary>Represents a connection point that is displayed on the outer edges of an activity designer on a workflow design surface.</summary>
7714    </member>
7715    <member name="T:System.Workflow.ComponentModel.Design.Connector">
7716      <summary>Represents a connector between two activity designers on a workflow design surface.</summary>
7717    </member>
7718    <member name="T:System.Workflow.ComponentModel.Design.ConnectorAccessibleObject">
7719      <summary>Provides information on connectors between activity designers that accessibility applications use to adjust an application's UI for users with impairments.</summary>
7720    </member>
7721    <member name="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs">
7722      <summary>Provides data for the <see cref="E:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.ConnectorAdded" />, <see cref="E:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.ConnectorRemoved" />, and <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorChanged" /> events.</summary>
7723    </member>
7724    <member name="T:System.Workflow.ComponentModel.Design.ConnectorEventHandler">
7725      <summary>Represents the method that will handle the <see cref="E:System.Workflow.ComponentModel.Design.FreeFormActivityDesigner.ConnectorAdded" />, <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorRemoved" />, and <see cref="E:System.Workflow.ComponentModel.Design.FreeformActivityDesigner.ConnectorChanged" /> events of a <see cref="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner" />. </summary>
7726      <param name="sender">The source of the event.</param>
7727      <param name="e">A <see cref="T:System.Workflow.ComponentModel.Design.ConnectorEventArgs" /> that contains the event data.</param>
7728    </member>
7729    <member name="T:System.Workflow.ComponentModel.Design.ConnectorHitTestInfo">
7730      <summary>Contains information about a connector at a specified coordinate in <see cref="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner" /> and all classes that inherit from it.</summary>
7731    </member>
7732    <member name="T:System.Workflow.ComponentModel.Design.ConnectorLayoutSerializer">
7733      <summary>Serializes a connector layout.</summary>
7734    </member>
7735    <member name="T:System.Workflow.ComponentModel.Design.DesignerAction">
7736      <summary>Associates an action taken on an activity designer on the workflow design surface with the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" />. This class cannot be inherited.</summary>
7737    </member>
7738    <member name="T:System.Workflow.ComponentModel.Design.DesignerContentAlignment">
7739      <summary>Specifies where in the workflow designer that workflow content is aligned.</summary>
7740    </member>
7741    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Left">
7742      <summary>Workflow content is aligned to the left side of the designer.</summary>
7743    </member>
7744    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Top">
7745      <summary>Workflow content is aligned to the top of the designer.</summary>
7746    </member>
7747    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Right">
7748      <summary>Workflow content is aligned to the right side of the designer.</summary>
7749    </member>
7750    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Bottom">
7751      <summary>Workflow content is aligned to the bottom of the designer.</summary>
7752    </member>
7753    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Center">
7754      <summary>Workflow content is aligned to the center of the designer.</summary>
7755    </member>
7756    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.TopLeft">
7757      <summary>Workflow content is aligned to the top left of the designer.</summary>
7758    </member>
7759    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.TopCenter">
7760      <summary>Workflow content is aligned to the top center of the designer.</summary>
7761    </member>
7762    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.TopRight">
7763      <summary>Workflow content is aligned to the top right of the designer.</summary>
7764    </member>
7765    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.CenterLeft">
7766      <summary>Workflow content is aligned to the center left of the designer.</summary>
7767    </member>
7768    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.CenterRight">
7769      <summary>Workflow content is aligned to the center right of the designer.</summary>
7770    </member>
7771    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.BottomLeft">
7772      <summary>Workflow content is aligned to the bottom left of the designer.</summary>
7773    </member>
7774    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.BottomCenter">
7775      <summary>Workflow content is aligned to the bottom center of the designer.</summary>
7776    </member>
7777    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.BottomRight">
7778      <summary>Workflow content is aligned to the bottom right of the designer.</summary>
7779    </member>
7780    <member name="F:System.Workflow.ComponentModel.Design.DesignerContentAlignment.Fill">
7781      <summary>Workflow content is aligned to fill the designer.</summary>
7782    </member>
7783    <member name="T:System.Workflow.ComponentModel.Design.DesignerEdges">
7784      <summary>Specifies the edge or edges of an activity designer on a workflow design surface where design-time processing is performed, such as a <see cref="T:System.Workflow.ComponentModel.Design.Connector" /> location on the activity designer.</summary>
7785    </member>
7786    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.None">
7787      <summary>None of the edges of the activity designer.</summary>
7788    </member>
7789    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.Left">
7790      <summary>The left edge of the activity designer.</summary>
7791    </member>
7792    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.Top">
7793      <summary>The top edge of the activity designer.</summary>
7794    </member>
7795    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.Right">
7796      <summary>The right edge of the activity designer.</summary>
7797    </member>
7798    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.Bottom">
7799      <summary>The bottom edge of the activity designer.</summary>
7800    </member>
7801    <member name="F:System.Workflow.ComponentModel.Design.DesignerEdges.All">
7802      <summary>All edges of the activity designer.</summary>
7803    </member>
7804    <member name="T:System.Workflow.ComponentModel.Design.DesignerGeometry">
7805      <summary>Specifies the shape used by activity designers to render the corners of their design surface.</summary>
7806    </member>
7807    <member name="F:System.Workflow.ComponentModel.Design.DesignerGeometry.Rectangle">
7808      <summary>The corners of the design surface are straight.</summary>
7809    </member>
7810    <member name="F:System.Workflow.ComponentModel.Design.DesignerGeometry.RoundedRectangle">
7811      <summary>The corners of the design surface are rounded.</summary>
7812    </member>
7813    <member name="T:System.Workflow.ComponentModel.Design.DesignerGlyph">
7814      <summary>Draws a glyph at the top-most Z order position on an activity designer. </summary>
7815    </member>
7816    <member name="T:System.Workflow.ComponentModel.Design.DesignerNavigationDirection">
7817      <summary>Specifies values for navigating among designer objects.</summary>
7818    </member>
7819    <member name="F:System.Workflow.ComponentModel.Design.DesignerNavigationDirection.Down">
7820      <summary>Navigates down to the next activity in sequence.</summary>
7821    </member>
7822    <member name="F:System.Workflow.ComponentModel.Design.DesignerNavigationDirection.Up">
7823      <summary>Navigates up to the previous activity in sequence.</summary>
7824    </member>
7825    <member name="F:System.Workflow.ComponentModel.Design.DesignerNavigationDirection.Left">
7826      <summary>Navigates to the left in the workflow.</summary>
7827    </member>
7828    <member name="F:System.Workflow.ComponentModel.Design.DesignerNavigationDirection.Right">
7829      <summary>Navigates to the right in the workflow.</summary>
7830    </member>
7831    <member name="T:System.Workflow.ComponentModel.Design.DesignerSize">
7832      <summary>Specifies the size settings that theme classes use to control the size of <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> classes when they are rendered on a workflow design surface.</summary>
7833    </member>
7834    <member name="F:System.Workflow.ComponentModel.Design.DesignerSize.Small">
7835      <summary>The activity designer is small.</summary>
7836    </member>
7837    <member name="F:System.Workflow.ComponentModel.Design.DesignerSize.Medium">
7838      <summary>The activity designer is medium. </summary>
7839    </member>
7840    <member name="F:System.Workflow.ComponentModel.Design.DesignerSize.Large">
7841      <summary>The activity designer is large.</summary>
7842    </member>
7843    <member name="T:System.Workflow.ComponentModel.Design.DesignerTheme">
7844      <summary>Supplies base class implementation for all activity designer theme classes used in a workflow design-time environment.</summary>
7845    </member>
7846    <member name="T:System.Workflow.ComponentModel.Design.DesignerVerbGroup">
7847      <summary>Specifies the grouping area on a context menu or a workflow designer menu in which an activity designer verb is to appear.</summary>
7848    </member>
7849    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.General">
7850      <summary>The general designer verb group.</summary>
7851    </member>
7852    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.View">
7853      <summary>The view designer verb group.</summary>
7854    </member>
7855    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.Edit">
7856      <summary>The edit designer verb group.</summary>
7857    </member>
7858    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.Options">
7859      <summary>The options designer verb group.</summary>
7860    </member>
7861    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.Actions">
7862      <summary>The actions designer verb group.</summary>
7863    </member>
7864    <member name="F:System.Workflow.ComponentModel.Design.DesignerVerbGroup.Misc">
7865      <summary>The miscellaneous designer verb group.</summary>
7866    </member>
7867    <member name="T:System.Workflow.ComponentModel.Design.DesignerView">
7868      <summary>Serves as a repository for information about the views supported by the <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> or classes that inherit from it.</summary>
7869    </member>
7870    <member name="T:System.Workflow.ComponentModel.Design.FreeformActivityDesigner">
7871      <summary>Provides a customizable activity designer surface for users to visually modify on a workflow design surface.</summary>
7872    </member>
7873    <member name="T:System.Workflow.ComponentModel.Design.FreeformActivityDesignerLayoutSerializer">
7874      <summary>Serializes freeform activity designer specific layout information.</summary>
7875    </member>
7876    <member name="T:System.Workflow.ComponentModel.Design.HitTestInfo">
7877      <summary>Contains information about a part of the <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> at a specified coordinate.</summary>
7878    </member>
7879    <member name="T:System.Workflow.ComponentModel.Design.HitTestLocations">
7880      <summary>Describes the area of the designer that contains the point passed to a <see cref="M:System.Workflow.ComponentModel.Design.ActivityDesigner.HitTest(System.Drawing.Point)" /> method.</summary>
7881    </member>
7882    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.None">
7883      <summary>Indicates that no part of the designer was hit.</summary>
7884    </member>
7885    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Designer">
7886      <summary>Indicates that any part of the designer was hit.</summary>
7887    </member>
7888    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.ActionArea">
7889      <summary>Indicates the area contained by the expand button was hit.</summary>
7890    </member>
7891    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Left">
7892      <summary>Indicates that the left part of the designer was hit.</summary>
7893    </member>
7894    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Top">
7895      <summary>Indicates the top of the designer was hit.</summary>
7896    </member>
7897    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Right">
7898      <summary>Indicates the right part of the designer was hit.</summary>
7899    </member>
7900    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Bottom">
7901      <summary>Indicates that the bottom of the designer was hit. </summary>
7902    </member>
7903    <member name="F:System.Workflow.ComponentModel.Design.HitTestLocations.Connector">
7904      <summary>Indicates that a connector on the designer was hit.</summary>
7905    </member>
7906    <member name="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProvider">
7907      <summary>Defines the method that glyph provider classes use to generate an array of glyphs to display on an activity designer.</summary>
7908    </member>
7909    <member name="T:System.Workflow.ComponentModel.Design.IDesignerGlyphProviderService">
7910      <summary>Allows activity designer developers to add custom glyph providers to an activity designer.</summary>
7911    </member>
7912    <member name="T:System.Workflow.ComponentModel.Design.IDesignerVerbProvider">
7913      <summary>Defines a means for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to return its designer verbs.</summary>
7914    </member>
7915    <member name="T:System.Workflow.ComponentModel.Design.IDesignerVerbProviderService">
7916      <summary>Allows activity designer developers to add custom designer verb providers to an activity designer.</summary>
7917    </member>
7918    <member name="T:System.Workflow.ComponentModel.Design.IExtendedUIService">
7919      <summary>Defines the methods that workflow designer hosts can call to perform advanced UI operations. </summary>
7920    </member>
7921    <member name="T:System.Workflow.ComponentModel.Design.IExtendedUIService2">
7922      <summary>Defines the methods that workflow designer hosts can call to determine the environment settings.</summary>
7923    </member>
7924    <member name="T:System.Workflow.ComponentModel.Design.IIdentifierCreationService">
7925      <summary>Provides a mechanism to create uniquely named identifiers throughout a specified range of activities.</summary>
7926    </member>
7927    <member name="T:System.Workflow.ComponentModel.Design.IMemberCreationService">
7928      <summary>Defines methods to dynamically create, update and remove code elements for a type at design time. Methods are also provided that allow you to display code at design time.</summary>
7929    </member>
7930    <member name="T:System.Workflow.ComponentModel.Design.IPersistUIState">
7931      <summary>Defines methods that workflow designers and activity designers use to save UI state information to and restore UI state information from a binary stream. </summary>
7932    </member>
7933    <member name="T:System.Workflow.ComponentModel.Design.ITypeFilterProvider">
7934      <summary>Provides members that classes use to filter types that are displayed in class browser dialog boxes that are displayed by the workflow designer.</summary>
7935    </member>
7936    <member name="T:System.Workflow.ComponentModel.Design.ITypeProviderCreator">
7937      <summary>Defines a group of methods that classes can use to create a type provider for an activity or workflow designer.</summary>
7938    </member>
7939    <member name="T:System.Workflow.ComponentModel.Design.IWorkflowRootDesigner">
7940      <summary>Defines the invoking designer and message filters properties and the method that determines whether an activity is supported for all workflow root designers.</summary>
7941    </member>
7942    <member name="T:System.Workflow.ComponentModel.Design.LineAnchor">
7943      <summary>Determines the shapes of connector points on a workflow design surface.</summary>
7944    </member>
7945    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.None">
7946      <summary>There is no connector point.</summary>
7947    </member>
7948    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.Arrow">
7949      <summary>The connector point is an arrow.</summary>
7950    </member>
7951    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.ArrowAnchor">
7952      <summary>The connector point is an arrow anchor.</summary>
7953    </member>
7954    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.Diamond">
7955      <summary>The connector point is a diamond.</summary>
7956    </member>
7957    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.DiamondAnchor">
7958      <summary>The connector point is an diamond anchor.</summary>
7959    </member>
7960    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.Round">
7961      <summary>The connector point is a circle.</summary>
7962    </member>
7963    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.RoundAnchor">
7964      <summary>The connector point is a circle anchor.</summary>
7965    </member>
7966    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.Rectangle">
7967      <summary>The connector point is a rectangle.</summary>
7968    </member>
7969    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.RectangleAnchor">
7970      <summary>The connector point is a rectangle anchor.</summary>
7971    </member>
7972    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.RoundedRectangle">
7973      <summary>The connector point is a rounded rectangle.</summary>
7974    </member>
7975    <member name="F:System.Workflow.ComponentModel.Design.LineAnchor.RoundedRectangleAnchor">
7976      <summary>The connector point is a rounded rectangle anchor.</summary>
7977    </member>
7978    <member name="T:System.Workflow.ComponentModel.Design.LockedActivityGlyph">
7979      <summary>Provides a glyph for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to display when the activity associated with the designer cannot be modified.</summary>
7980    </member>
7981    <member name="T:System.Workflow.ComponentModel.Design.ParallelActivityDesigner">
7982      <summary>Provides methods and properties for all activity designers that display parallel vertical layouts on a workflow design surface.</summary>
7983    </member>
7984    <member name="T:System.Workflow.ComponentModel.Design.ReadOnlyActivityGlyph">
7985      <summary>Provides a glyph for an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> to display when the activity it is associated with is set to read only at design time.</summary>
7986    </member>
7987    <member name="T:System.Workflow.ComponentModel.Design.SelectionGlyph">
7988      <summary>Provides methods and properties for all glyph classes that an <see cref="T:System.Workflow.ComponentModel.Design.ActivityDesigner" /> displays when it is selected on the workflow design surface.</summary>
7989    </member>
7990    <member name="T:System.Workflow.ComponentModel.Design.SequenceDesigner">
7991      <summary>Provides design-time support for <see cref="T:System.Workflow.Activities.SequenceActivity" /> and all classes that derive from it.</summary>
7992    </member>
7993    <member name="T:System.Workflow.ComponentModel.Design.SequenceDesignerAccessibleObject">
7994      <summary>Implements an accessibility object that SequentialActivityDesigner classes use to adjust the designer user interface for users who have impairments.</summary>
7995    </member>
7996    <member name="T:System.Workflow.ComponentModel.Design.SequentialActivityDesigner">
7997      <summary>Defines properties and methods for all activity designers that have a sequential vertical layout on the workflow design surface.</summary>
7998    </member>
7999    <member name="T:System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter">
8000      <summary>Represents a header or footer that is associated with a <see cref="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner" />.</summary>
8001    </member>
8002    <member name="T:System.Workflow.ComponentModel.Design.SequentialWorkflowRootDesigner">
8003      <summary>Contains properties and methods to provide consistent look and feel to all root designers on a workflow design surface.</summary>
8004    </member>
8005    <member name="T:System.Workflow.ComponentModel.Design.ShadowGlyph">
8006      <summary>Provides a drop shadow for display by <see cref="T:System.Workflow.ComponentModel.Design.CompositeActivityDesigner" /> classes.</summary>
8007    </member>
8008    <member name="T:System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner">
8009      <summary>Provides common methods and properties for composite activity designers that contain structured layouts. </summary>
8010    </member>
8011    <member name="T:System.Workflow.ComponentModel.Design.TextQuality">
8012      <summary>Specifies the text rendering settings for the AmbientTheme class.</summary>
8013    </member>
8014    <member name="F:System.Workflow.ComponentModel.Design.TextQuality.Aliased">
8015      <summary>The ambient text quality setting is aliased.</summary>
8016    </member>
8017    <member name="F:System.Workflow.ComponentModel.Design.TextQuality.AntiAliased">
8018      <summary>The ambient text quality setting is antialiased.</summary>
8019    </member>
8020    <member name="T:System.Workflow.ComponentModel.Design.ThemeConfigurationDialog">
8021      <summary>Represents a common dialog box that allows the user to specify a workflow theme to apply to a workflow design surface. This class cannot be inherited. </summary>
8022    </member>
8023    <member name="T:System.Workflow.ComponentModel.Design.ThemeType">
8024      <summary>Specifies the type of theme displayed in the Options dialog box.</summary>
8025    </member>
8026    <member name="F:System.Workflow.ComponentModel.Design.ThemeType.Default">
8027      <summary>The theme settings are provided by the default workflow theme.</summary>
8028    </member>
8029    <member name="F:System.Workflow.ComponentModel.Design.ThemeType.System">
8030      <summary>The theme settings are provided by the operating system. </summary>
8031    </member>
8032    <member name="F:System.Workflow.ComponentModel.Design.ThemeType.UserDefined">
8033      <summary>The theme settings are provided by user-defined themes.</summary>
8034    </member>
8035    <member name="T:System.Workflow.ComponentModel.Design.TypeBrowserDialog">
8036      <summary>Represents a dialog box that allows the user to choose a type. This class cannot be inherited. </summary>
8037    </member>
8038    <member name="T:System.Workflow.ComponentModel.Design.TypeBrowserEditor">
8039      <summary>Provides a user interface for representing and editing the values the Windows Workflow Foundation types in an object browser associated with a workflow designer.</summary>
8040    </member>
8041    <member name="T:System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute">
8042      <summary>Specifies the class a type or member uses to filter the types that are displayed in the class browser dialog box. This class cannot be inherited. </summary>
8043    </member>
8044    <member name="T:System.Workflow.ComponentModel.Design.WorkflowDesignerLoader">
8045      <summary>Provides common designer loader functionality that can be used to implement custom workflow designer loaders.</summary>
8046    </member>
8047    <member name="T:System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter">
8048      <summary>Provides a base class for all workflow message filters.</summary>
8049    </member>
8050    <member name="T:System.Workflow.ComponentModel.Design.WorkflowMenuCommands">
8051      <summary>Defines a set of <see cref="T:System.ComponentModel.Design.CommandID" /> fields that each corresponds to a command function provided by the workflow designers. This class cannot be inherited.</summary>
8052    </member>
8053    <member name="T:System.Workflow.ComponentModel.Design.WorkflowOutline">
8054      <summary>Renders the document outline for the workflow currently being designed in the workflow designer.</summary>
8055    </member>
8056    <member name="T:System.Workflow.ComponentModel.Design.WorkflowOutlineNode">
8057      <summary>Represents a node in a workflow outline document displayed in the workflow designer.</summary>
8058    </member>
8059    <member name="T:System.Workflow.ComponentModel.Design.WorkflowPageSetupDialog">
8060      <summary>Represents the page setup dialog for the workflow designer when a user selects the Page Setup… command. This class cannot be inherited. </summary>
8061    </member>
8062    <member name="T:System.Workflow.ComponentModel.Design.WorkflowTheme">
8063      <summary>Provides the look and feel property settings to a workflow in design-time environment.</summary>
8064    </member>
8065    <member name="T:System.Workflow.ComponentModel.Design.WorkflowView">
8066      <summary>Provides a design surface, which renders a visual representation of process flow.</summary>
8067    </member>
8068    <member name="T:System.Workflow.ComponentModel.Design.WorkflowViewAccessibleObject">
8069      <summary>Implements an accessibility object that <see cref="T:System.Workflow.ComponentModel.Design.WorkflowView" /> classes use to adjust the designer user interface for users with disabilities.</summary>
8070    </member>
8071    <member name="T:System.Workflow.ComponentModel.FaultHandlerActivity">
8072      <summary>Represents the activity class used to handle an <see cref="T:System.Exception" /> of the type specified by the <see cref="P:System.Workflow.ComponentModel.FaultHandlerActivity.FaultType" /> property. This class cannot be inherited.</summary>
8073    </member>
8074    <member name="T:System.Workflow.ComponentModel.FaultHandlersActivity">
8075      <summary>Represents a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> that has an ordered list of child activities of type <see cref="T:System.Workflow.ComponentModel.FaultHandlerActivity" />. This class cannot be inherited.</summary>
8076    </member>
8077    <member name="T:System.Workflow.ComponentModel.GetValueOverride">
8078      <summary>Allows a custom override of the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> logic associated with a dependency property that is defined on a dependency object.</summary>
8079      <param name="d">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="M:System.Workflow.ComponentModel.DependencyObject.GetValue(System.Workflow.ComponentModel.DependencyProperty)" /> method.</param>
8080      <returns>An <see cref="T:System.Object" /> that represents the value of the designated <see cref="T:System.Workflow.ComponentModel.DependencyProperty" />.</returns>
8081    </member>
8082    <member name="T:System.Workflow.ComponentModel.IActivityEventListener`1">
8083      <summary>Defines the interface for an object that listens for an event.</summary>
8084      <typeparam name="T">The type of the event argument.</typeparam>
8085    </member>
8086    <member name="T:System.Workflow.ComponentModel.ICompensatableActivity">
8087      <summary>Defines the interface required by an <see cref="T:System.Workflow.ComponentModel.Activity" /> that can be compensated.</summary>
8088    </member>
8089    <member name="T:System.Workflow.ComponentModel.IDynamicPropertyTypeProvider">
8090      <summary>Provides a property type to the bind infrastructure. It is implemented by activities that contain a property of variable type, where the type can vary depending on other activity settings.</summary>
8091    </member>
8092    <member name="T:System.Workflow.ComponentModel.IStartWorkflow">
8093      <summary>Defines a service that can be obtained from an <see cref="T:System.Workflow.ComponentModel.ActivityExecutionContext" /> for the purpose of starting a new workflow instance.</summary>
8094    </member>
8095    <member name="T:System.Workflow.ComponentModel.IWorkflowChangeDiff">
8096      <summary>Supports mining of workflow changes.</summary>
8097    </member>
8098    <member name="T:System.Workflow.ComponentModel.PersistOnCloseAttribute">
8099      <summary>Indicates that the current workflow instance must be persisted when the adorned activity completes its execution. This class cannot be inherited.</summary>
8100    </member>
8101    <member name="T:System.Workflow.ComponentModel.PropertyMetadata">
8102      <summary>Represents the behavior of a dependency property.</summary>
8103    </member>
8104    <member name="T:System.Workflow.ComponentModel.QueueEventArgs">
8105      <summary>Represents the event arguments for a workflow queue-related event.</summary>
8106    </member>
8107    <member name="T:System.Workflow.ComponentModel.RemovedActivityAction">
8108      <summary>Represents a proposed removal of an <see cref="T:System.Workflow.ComponentModel.Activity" /> from a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" /> within a running workflow instance.</summary>
8109    </member>
8110    <member name="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializationManager">
8111      <summary>Manages serialization of activities into designer-generated source code segments before compilation.</summary>
8112    </member>
8113    <member name="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer">
8114      <summary>Represents a class that provides the CodeDOM serialization services to an activity at design time.</summary>
8115    </member>
8116    <member name="T:System.Workflow.ComponentModel.Serialization.ActivityMarkupSerializer">
8117      <summary>Provides extensible Application Markup Language (XAML) serialization services for an <see cref="T:System.Workflow.ComponentModel.Activity" /> at design time.</summary>
8118    </member>
8119    <member name="T:System.Workflow.ComponentModel.Serialization.ActivitySurrogateSelector">
8120      <summary>Selects the surrogate that can be used to serialize an <see cref="T:System.Workflow.ComponentModel.Activity" />. This class cannot be inherited. </summary>
8121    </member>
8122    <member name="T:System.Workflow.ComponentModel.Serialization.ActivityTypeCodeDomSerializer">
8123      <summary>Serializes an <see cref="T:System.Workflow.ComponentModel.Activity" /> to a new type.</summary>
8124    </member>
8125    <member name="T:System.Workflow.ComponentModel.Serialization.CompositeActivityMarkupSerializer">
8126      <summary>Provides extensible Application Markup Language (XAML) serialization services for a <see cref="T:System.Workflow.ComponentModel.CompositeActivity" />.</summary>
8127    </member>
8128    <member name="T:System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute">
8129      <summary>Carries argument name information for the decorated class.  This class cannot be inherited. </summary>
8130    </member>
8131    <member name="T:System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute">
8132      <summary>Contains the name for the content property of the decorated class.  Marking a type with this attribute causes the data in that type to be serialized without the enclosing property name tags. This class cannot be inherited.</summary>
8133    </member>
8134    <member name="T:System.Workflow.ComponentModel.Serialization.DependencyObjectCodeDomSerializer">
8135      <summary>Provides <see cref="T:System.Workflow.ComponentModel.DependencyObject" /> objects with CodeDOM serialization services. This is the base class from which other CodeDOM serializers, such as the <see cref="T:System.Workflow.ComponentModel.Serialization.ActivityCodeDomSerializer" />, are inherited.</summary>
8136    </member>
8137    <member name="T:System.Workflow.ComponentModel.Serialization.MarkupExtension">
8138      <summary>Represents the abstract class for all Markup extensions for types. This class must be inherited.</summary>
8139    </member>
8140    <member name="T:System.Workflow.ComponentModel.Serialization.RuntimeNamePropertyAttribute">
8141      <summary>Carries the run-time name for an <see cref="T:System.Object" /> decorated with this <see cref="T:System.Attribute" />. This class cannot be inherited.</summary>
8142    </member>
8143    <member name="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException">
8144      <summary>The exception that is thrown by methods that perform serialization and deserialization. </summary>
8145    </member>
8146    <member name="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager">
8147      <summary>Manages design-time serialization to and from extensible Application Markup Language (XAML) for workflows.</summary>
8148    </member>
8149    <member name="T:System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer">
8150      <summary>Provides the extensible Application Markup Language (XAML) serialization services to workflows at design time.</summary>
8151    </member>
8152    <member name="T:System.Workflow.ComponentModel.Serialization.XmlnsDefinitionAttribute">
8153      <summary>Can be optionally applied to a workflow assembly. It defines a mapping between a common language runtime namespace that is defined in the current assembly and an XML namespace. This information is used in extensible Application Markup Language (XAML) serialization/deserialization when activities or workflows that are defined in the assembly decorated with this attribute are used. This class cannot be inherited.</summary>
8154    </member>
8155    <member name="T:System.Workflow.ComponentModel.Serialization.XmlnsPrefixAttribute">
8156      <summary>Contains XML namespace and prefix information for the decorated class.  This class cannot be inherited.</summary>
8157    </member>
8158    <member name="T:System.Workflow.ComponentModel.SetValueOverride">
8159      <summary>Allows a custom override of the <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)" /> logic associated with a dependency property that is defined on a dependency object. </summary>
8160      <param name="d">The <see cref="T:System.Workflow.ComponentModel.DependencyProperty" /> that targets the <see cref="M:System.Workflow.ComponentModel.DependencyObject.SetValue(System.Workflow.ComponentModel.DependencyProperty,System.Object)" />  method.</param>
8161      <param name="value">The <see cref="T:System.Object" /> to set the value to.</param>
8162    </member>
8163    <member name="T:System.Workflow.ComponentModel.SuspendActivity">
8164      <summary>Suspends the running workflow instance when executed. This class cannot be inherited.</summary>
8165    </member>
8166    <member name="T:System.Workflow.ComponentModel.SynchronizationScopeActivity">
8167      <summary>Represents a section of workflow that requires controlled access to shared variables.  If two or more instances of a <see cref="T:System.Workflow.ComponentModel.SynchronizationScopeActivity" /> access the same variables, then the execution of these activities is effectively serialized. This class cannot be inherited. </summary>
8168    </member>
8169    <member name="T:System.Workflow.ComponentModel.TerminateActivity">
8170      <summary>Terminates the running workflow instance when an abnormal situation occurs. This class cannot be inherited.</summary>
8171    </member>
8172    <member name="T:System.Workflow.ComponentModel.ThrowActivity">
8173      <summary>Models the throwing of an exception. This class cannot be inherited.</summary>
8174    </member>
8175    <member name="T:System.Workflow.ComponentModel.TransactionScopeActivity">
8176      <summary>A section of workflow which demarcates a transaction boundary. A new <see cref="T:System.Transactions.Transaction" /> is started when this <see cref="T:System.Workflow.ComponentModel.Activity" /> begins executing and the transaction commits when the <see cref="T:System.Workflow.ComponentModel.Activity" /> closes successfully. This class cannot be inherited. </summary>
8177    </member>
8178    <member name="T:System.Workflow.ComponentModel.WorkflowChangeAction">
8179      <summary>An abstract base class from which all classes that represent proposed changes to a running workflow instance must derive.</summary>
8180    </member>
8181    <member name="T:System.Workflow.ComponentModel.WorkflowChanges">
8182      <summary>Represents a set of proposed changes to a running workflow instance.</summary>
8183    </member>
8184    <member name="T:System.Workflow.ComponentModel.WorkflowParameterBinding">
8185      <summary>A general-purpose class that represents a binding to a named parameter. This class cannot be inherited. </summary>
8186    </member>
8187    <member name="T:System.Workflow.ComponentModel.WorkflowParameterBindingCollection">
8188      <summary>Represents a <see cref="T:System.Collections.ObjectModel.KeyedCollection`2" /> of type <see cref="T:System.Workflow.ComponentModel.WorkflowParameterBinding" />. This class may not be inherited.</summary>
8189    </member>
8190    <member name="T:System.Workflow.ComponentModel.WorkflowTerminatedException">
8191      <summary>Represents the <see cref="T:System.Exception" /> that is raised when a workflow is terminated. This class cannot be inherited.</summary>
8192    </member>
8193    <member name="T:System.Workflow.ComponentModel.WorkflowTransactionOptions">
8194      <summary>Container for workflow transaction type options. This class cannot be inherited.</summary>
8195    </member>
8196  </members>
8197</doc>