Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / WindowsBase.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>WindowsBase</name>
5   </assembly>
6   <members>
7     <member name="T:System.Collections.Specialized.CollectionChangedEventManager">
8       <summary>Provides a <see cref="T:System.Windows.WeakEventManager" /> implementation so that you can use the "weak event listener" pattern to attach listeners for the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</summary>
9     </member>
10     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.AddHandler(System.Collections.Specialized.INotifyCollectionChanged,System.EventHandler{System.Collections.Specialized.NotifyCollectionChangedEventArgs})">
11       <summary>Adds the specified event handler, which is called when specified source raises the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</summary>
12       <param name="source">The source object that the raises the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</param>
13       <param name="handler">The delegate that handles the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</param>
14     </member>
15     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.AddListener(System.Collections.Specialized.INotifyCollectionChanged,System.Windows.IWeakEventListener)">
16       <summary>Adds the specified listener to the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event of the specified source.</summary>
17       <param name="source">The object with the event.</param>
18       <param name="listener">The object to add as a listener.</param>
19     </member>
20     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.NewListenerList">
21       <summary>Returns a new object to contain listeners to the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</summary>
22       <returns>A new object to contain listeners to the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</returns>
23     </member>
24     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.RemoveHandler(System.Collections.Specialized.INotifyCollectionChanged,System.EventHandler{System.Collections.Specialized.NotifyCollectionChangedEventArgs})">
25       <summary>Removes the specified event handler from the specified source.</summary>
26       <param name="source">The source object that the raises the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</param>
27       <param name="handler">The delegate that handles the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event.</param>
28     </member>
29     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.RemoveListener(System.Collections.Specialized.INotifyCollectionChanged,System.Windows.IWeakEventListener)">
30       <summary>Removes the specified listener from the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event of the specified source.</summary>
31       <param name="source">The object with the event.</param>
32       <param name="listener">The listener to remove.</param>
33     </member>
34     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.StartListening(System.Object)">
35       <summary>Begins listening for the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event on the specified source.</summary>
36       <param name="source">The object with the event.</param>
37     </member>
38     <member name="M:System.Collections.Specialized.CollectionChangedEventManager.StopListening(System.Object)">
39       <summary>Stops listening for the <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> event on the specified source.</summary>
40       <param name="source">The object with the event.</param>
41     </member>
42     <member name="T:System.ComponentModel.CurrentChangedEventManager">
43       <summary>Provides a <see cref="T:System.Windows.WeakEventManager" /> implementation so that you can use the "weak event listener" pattern to attach listeners for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</summary>
44     </member>
45     <member name="M:System.ComponentModel.CurrentChangedEventManager.AddHandler(System.ComponentModel.ICollectionView,System.EventHandler{System.EventArgs})">
46       <summary>Adds the specified event handler, which is called when specified source raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</summary>
47       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</param>
48       <param name="handler">The source object that the raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</param>
49       <exception cref="T:System.ArgumentNullException">
50         <paramref name="handler" /> is <see langword="null" />.</exception>
51     </member>
52     <member name="M:System.ComponentModel.CurrentChangedEventManager.AddListener(System.ComponentModel.ICollectionView,System.Windows.IWeakEventListener)">
53       <summary>Adds the specified listener to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event of the specified source.</summary>
54       <param name="source">The object with the event.</param>
55       <param name="listener">The object to add as a listener.</param>
56     </member>
57     <member name="M:System.ComponentModel.CurrentChangedEventManager.NewListenerList">
58       <summary>Returns a new object to contain listeners to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</summary>
59       <returns>A new object to contain listeners to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</returns>
60     </member>
61     <member name="M:System.ComponentModel.CurrentChangedEventManager.RemoveHandler(System.ComponentModel.ICollectionView,System.EventHandler{System.EventArgs})">
62       <summary>Removes the specified event handler from the specified source.</summary>
63       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</param>
64       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event.</param>
65       <exception cref="T:System.ArgumentNullException">
66         <paramref name="handler" /> is <see langword="null" />.</exception>
67     </member>
68     <member name="M:System.ComponentModel.CurrentChangedEventManager.RemoveListener(System.ComponentModel.ICollectionView,System.Windows.IWeakEventListener)">
69       <summary>Removes the specified listener from the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event of the specified source.</summary>
70       <param name="source">The object with the event.</param>
71       <param name="listener">The listener to remove.</param>
72     </member>
73     <member name="M:System.ComponentModel.CurrentChangedEventManager.StartListening(System.Object)">
74       <summary>Begins listening for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event on the specified source.</summary>
75       <param name="source">The object with the event.</param>
76     </member>
77     <member name="M:System.ComponentModel.CurrentChangedEventManager.StopListening(System.Object)">
78       <summary>Stops listening for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanged" /> event on the specified source.</summary>
79       <param name="source">The object with the event.</param>
80     </member>
81     <member name="T:System.ComponentModel.CurrentChangingEventArgs">
82       <summary>Provides information for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</summary>
83     </member>
84     <member name="M:System.ComponentModel.CurrentChangingEventArgs.#ctor">
85       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CurrentChangingEventArgs" /> class.</summary>
86     </member>
87     <member name="M:System.ComponentModel.CurrentChangingEventArgs.#ctor(System.Boolean)">
88       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CurrentChangingEventArgs" /> class with the specified <paramref name="isCancelable" /> value.</summary>
89       <param name="isCancelable">A value that indicates whether the event is cancelable.</param>
90     </member>
91     <member name="P:System.ComponentModel.CurrentChangingEventArgs.Cancel">
92       <summary>Gets or sets a value that indicates whether to cancel the event.</summary>
93       <returns>
94         <see langword="true" /> if the event is to be canceled; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
95       <exception cref="T:System.InvalidOperationException">If the value of <see cref="P:System.ComponentModel.CurrentChangingEventArgs.IsCancelable" /> is <see langword="false" />.</exception>
96     </member>
97     <member name="P:System.ComponentModel.CurrentChangingEventArgs.IsCancelable">
98       <summary>Gets a value that indicates whether the event is cancelable.</summary>
99       <returns>
100         <see langword="true" /> if the event is cancelable, otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
101     </member>
102     <member name="T:System.ComponentModel.CurrentChangingEventHandler">
103       <summary>Represents the method that handles the <see cref="E:System.Windows.Data.CollectionView.CurrentChanging" /> event.</summary>
104       <param name="sender">The object that raised the event.</param>
105       <param name="e">Information about the event.</param>
106     </member>
107     <member name="T:System.ComponentModel.CurrentChangingEventManager">
108       <summary>Provides a <see cref="T:System.Windows.WeakEventManager" /> implementation so that you can use the "weak event listener" pattern to attach listeners for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</summary>
109     </member>
110     <member name="M:System.ComponentModel.CurrentChangingEventManager.AddHandler(System.ComponentModel.ICollectionView,System.EventHandler{System.ComponentModel.CurrentChangingEventArgs})">
111       <summary>Adds the specified event handler, which is called when specified source raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</summary>
112       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</param>
113       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</param>
114       <exception cref="T:System.ArgumentNullException">
115         <paramref name="handler" /> is <see langword="null" />.</exception>
116     </member>
117     <member name="M:System.ComponentModel.CurrentChangingEventManager.AddListener(System.ComponentModel.ICollectionView,System.Windows.IWeakEventListener)">
118       <summary>Adds the specified listener to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event of the specified source.</summary>
119       <param name="source">The object with the event.</param>
120       <param name="listener">The object to add as a listener.</param>
121     </member>
122     <member name="M:System.ComponentModel.CurrentChangingEventManager.NewListenerList">
123       <summary>Returns a new object to contain listeners to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</summary>
124       <returns>A new object to contain listeners to the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</returns>
125     </member>
126     <member name="M:System.ComponentModel.CurrentChangingEventManager.RemoveHandler(System.ComponentModel.ICollectionView,System.EventHandler{System.ComponentModel.CurrentChangingEventArgs})">
127       <summary>Removes the specified event handler from the specified source.</summary>
128       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</param>
129       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event.</param>
130       <exception cref="T:System.ArgumentNullException">
131         <paramref name="handler" /> is <see langword="null" />.</exception>
132     </member>
133     <member name="M:System.ComponentModel.CurrentChangingEventManager.RemoveListener(System.ComponentModel.ICollectionView,System.Windows.IWeakEventListener)">
134       <summary>Removes the specified listener from the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event of the specified source.</summary>
135       <param name="source">The object with the event.</param>
136       <param name="listener">The listener to remove.</param>
137     </member>
138     <member name="M:System.ComponentModel.CurrentChangingEventManager.StartListening(System.Object)">
139       <summary>Begins listening for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event on the specified source.</summary>
140       <param name="source">The object with the event.</param>
141     </member>
142     <member name="M:System.ComponentModel.CurrentChangingEventManager.StopListening(System.Object)">
143       <summary>Stops listening for the <see cref="E:System.ComponentModel.ICollectionView.CurrentChanging" /> event on the specified source.</summary>
144       <param name="source">The object with the event.</param>
145     </member>
146     <member name="T:System.ComponentModel.DependencyPropertyDescriptor">
147       <summary>Provides an extension of <see cref="T:System.ComponentModel.PropertyDescriptor" /> that accounts for the additional property characteristics of a dependency property.</summary>
148     </member>
149     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.AddValueChanged(System.Object,System.EventHandler)">
150       <summary>Enables other objects to be notified when this property changes.</summary>
151       <param name="component">The component to add the handler for.</param>
152       <param name="handler">The delegate to add as a listener.</param>
153     </member>
154     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.Attributes">
155       <summary>Gets the collection of attributes for this member.</summary>
156       <returns>The <see cref="T:System.ComponentModel.AttributeCollection" /> collection of attributes.</returns>
157     </member>
158     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.CanResetValue(System.Object)">
159       <summary>Returns whether resetting an object changes its value.</summary>
160       <param name="component">The component to test for reset capability.</param>
161       <returns>
162         <see langword="true" /> if resetting the component changes its value; otherwise, <see langword="false" />.</returns>
163     </member>
164     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.Category">
165       <summary>Gets the name of the category that the member belongs to, as specified in the <see cref="T:System.ComponentModel.CategoryAttribute" />.</summary>
166       <returns>The name of the category to which the member belongs. If there is no <see cref="T:System.ComponentModel.CategoryAttribute" />, the category name is set to the default category, <see langword="Misc" />.</returns>
167     </member>
168     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.ComponentType">
169       <summary>Gets the type of the component this property is bound to.</summary>
170       <returns>A <see cref="T:System.Type" /> that represents the type of component this property is bound to. When <see cref="M:System.ComponentModel.DependencyPropertyDescriptor.GetValue(System.Object)" /> or <see cref="M:System.ComponentModel.DependencyPropertyDescriptor.SetValue(System.Object,System.Object)" /> are invoked, the object specified might be an instance of this type.</returns>
171     </member>
172     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.Converter">
173       <summary>Gets the type converter for this property.</summary>
174       <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that is used to convert the <see cref="T:System.Type" /> of this property.</returns>
175     </member>
176     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.DependencyProperty">
177       <summary>Returns the dependency property identifier.</summary>
178       <returns>The dependency property identifier.</returns>
179     </member>
180     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.Description">
181       <summary>Gets the description of the member, as specified in the <see cref="T:System.ComponentModel.DescriptionAttribute" />.</summary>
182       <returns>The description of the member. If there is no <see cref="T:System.ComponentModel.DescriptionAttribute" />, the property value is set to the default, which is an empty string ("").</returns>
183     </member>
184     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.DesignerCoerceValueCallback">
185       <summary>Gets or sets a callback that designers use to modify the effective value of a dependency property before the dependency property value is stored in the dependency property engine.</summary>
186       <returns>A callback that designers use to modify the effective value of a dependency property before the dependency property value is stored in the dependency property engine.</returns>
187     </member>
188     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.DesignTimeOnly">
189       <summary>Gets whether this member should be set only at design time, as specified in the <see cref="T:System.ComponentModel.DesignOnlyAttribute" />.</summary>
190       <returns>
191         <see langword="true" /> if this member should be set only at design time; <see langword="false" /> if the member can be set during run time. If there is no <see cref="T:System.ComponentModel.DesignOnlyAttribute" />, the return value is the default, which is <see langword="false" />.</returns>
192     </member>
193     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.DisplayName">
194       <summary>Gets the name that can be displayed in a window, such as a Properties window.</summary>
195       <returns>The name to display for the property.</returns>
196     </member>
197     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.Equals(System.Object)">
198       <summary>Compares two <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> instances for equality.</summary>
199       <param name="obj">The <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> to compare with the current instance.</param>
200       <returns>
201         <see langword="true" /> if the values are equivalent; otherwise, <see langword="false" />.</returns>
202     </member>
203     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.FromName(System.String,System.Type,System.Type)">
204       <summary>Returns a <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> for a provided property name.</summary>
205       <param name="name">The registered name of a dependency property or an attached property.</param>
206       <param name="ownerType">The <see cref="T:System.Type" /> of the object that owns the property definition.</param>
207       <param name="targetType">The <see cref="T:System.Type" /> of the object you want to set the property for.</param>
208       <returns>The requested <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" />.</returns>
209     </member>
210     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.FromName(System.String,System.Type,System.Type,System.Boolean)">
211       <summary>Returns a <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> for a provided property name.</summary>
212       <param name="name">The registered name of a dependency property or an attached property.</param>
213       <param name="ownerType">The <see cref="T:System.Type" /> of the object that owns the property definition.</param>
214       <param name="targetType">The <see cref="T:System.Type" /> of the object you want to set the property for.</param>
215       <param name="ignorePropertyType">Specifies to ignore the property type.</param>
216       <returns>The requested <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" />.</returns>
217     </member>
218     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.FromProperty(System.ComponentModel.PropertyDescriptor)">
219       <summary>Returns a <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> for a provided <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
220       <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to check.</param>
221       <returns>If the property described by <paramref name="property" /> is a dependency property, returns a valid <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" />. Otherwise, returns a <see langword="null" /><see cref="T:System.ComponentModel.DependencyPropertyDescriptor" />.</returns>
222     </member>
223     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.FromProperty(System.Windows.DependencyProperty,System.Type)">
224       <summary>Returns a <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> for a provided dependency property and target type.</summary>
225       <param name="dependencyProperty">The identifier for a dependency property.</param>
226       <param name="targetType">The type of the object where the property is set.</param>
227       <returns>A <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" /> for the provided dependency property.</returns>
228     </member>
229     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.GetChildProperties(System.Object,System.Attribute[])">
230       <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />.</summary>
231       <param name="instance">A component to get the properties for.</param>
232       <param name="filter">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
233       <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that match the specified attributes for the specified component.</returns>
234     </member>
235     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.GetEditor(System.Type)">
236       <summary>Gets an editor of the specified type.</summary>
237       <param name="editorBaseType">The base type of editor, which is used to differentiate between multiple editors that a property supports.</param>
238       <returns>An instance of the requested editor type, or <see langword="null" /> if an editor cannot be found.</returns>
239     </member>
240     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.GetHashCode">
241       <summary>Returns the hash code for this <see cref="T:System.ComponentModel.DependencyPropertyDescriptor" />.</summary>
242       <returns>A 32-bit signed integer hash code.</returns>
243     </member>
244     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.GetValue(System.Object)">
245       <summary>Returns the current value of the property on a component.</summary>
246       <param name="component">The component instance.</param>
247       <returns>The requested value.</returns>
248     </member>
249     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.IsAttached">
250       <summary>Gets a value that indicates whether the property is registered as an attached property and is being used through an attached usage.</summary>
251       <returns>
252         <see langword="true" /> if the property is an attached property; otherwise, <see langword="false" />.</returns>
253     </member>
254     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.IsBrowsable">
255       <summary>Gets a value that indicates the value of the <see cref="T:System.ComponentModel.BrowsableAttribute" /> on the property.</summary>
256       <returns>
257         <see langword="true" /> if the <see cref="T:System.ComponentModel.BrowsableAttribute" /> was specified on the property; otherwise, <see langword="false" />.</returns>
258     </member>
259     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.IsLocalizable">
260       <summary>Gets a value indicating whether this property should be localized, as specified in the <see cref="T:System.ComponentModel.LocalizableAttribute" />.</summary>
261       <returns>
262         <see langword="true" /> if the member is marked with the <see cref="T:System.ComponentModel.LocalizableAttribute" /> constructor of the value true; otherwise, <see langword="false" />.</returns>
263     </member>
264     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.IsReadOnly">
265       <summary>Gets a value indicating whether this property is read-only.</summary>
266       <returns>
267         <see langword="true" /> if the property is read-only; otherwise, <see langword="false" />.</returns>
268     </member>
269     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.Metadata">
270       <summary>Gets the metadata associated with the dependency property.</summary>
271       <returns>The dependency property metadata.</returns>
272     </member>
273     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.PropertyType">
274       <summary>Gets the represented <see cref="T:System.Type" /> of the dependency property.</summary>
275       <returns>The <see cref="T:System.Type" /> of the dependency property.</returns>
276     </member>
277     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.RemoveValueChanged(System.Object,System.EventHandler)">
278       <summary>Enables other objects to be notified when this property changes.</summary>
279       <param name="component">The component to add the handler for.</param>
280       <param name="handler">The delegate to add as a listener.</param>
281     </member>
282     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.ResetValue(System.Object)">
283       <summary>Resets the value for this property of the component to the default value.</summary>
284       <param name="component">The component with the property value that is to be reset to the default value.</param>
285     </member>
286     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.SetValue(System.Object,System.Object)">
287       <summary>Sets the value of the component to a different value.</summary>
288       <param name="component">The component with the property value that is to be set.</param>
289       <param name="value">The new value.</param>
290     </member>
291     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.ShouldSerializeValue(System.Object)">
292       <summary>Indicates whether the value of this property needs to be persisted by serialization processes.</summary>
293       <param name="component">The component with the property to be examined for persistence.</param>
294       <returns>
295         <see langword="true" /> if the property should be persisted; otherwise, <see langword="false" />.</returns>
296     </member>
297     <member name="P:System.ComponentModel.DependencyPropertyDescriptor.SupportsChangeEvents">
298       <summary>Indicates whether value change notifications for this property may originate from outside the property descriptor, such as from the component itself, or whether notifications will only originate from direct calls made to <see cref="M:System.ComponentModel.DependencyPropertyDescriptor.SetValue(System.Object,System.Object)" />.</summary>
299       <returns>
300         <see langword="true" /> if notifications for this property may originate from outside the property descriptor, such as from the component itself. <see langword="false" /> if notifications will only originate from direct calls made to <see cref="M:System.ComponentModel.DependencyPropertyDescriptor.SetValue(System.Object,System.Object)" />.</returns>
301     </member>
302     <member name="M:System.ComponentModel.DependencyPropertyDescriptor.ToString">
303       <summary>Converts the value of this instance to its equivalent string representation.</summary>
304       <returns>Returns the <see cref="P:System.ComponentModel.MemberDescriptor.Name" /> value.</returns>
305     </member>
306     <member name="T:System.ComponentModel.ErrorsChangedEventManager">
307       <summary>Provides a <see cref="T:System.Windows.WeakEventManager" /> implementation so that you can use the weak event listener pattern to attach listeners for the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</summary>
308     </member>
309     <member name="M:System.ComponentModel.ErrorsChangedEventManager.AddHandler(System.ComponentModel.INotifyDataErrorInfo,System.EventHandler{System.ComponentModel.DataErrorsChangedEventArgs})">
310       <summary>Adds the specified event handler, which is called when specified source raises the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</summary>
311       <param name="source">The source object that raises the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
312       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
313       <exception cref="T:System.ArgumentNullException">
314         <paramref name="handler" /> is <see langword="null" />.</exception>
315     </member>
316     <member name="M:System.ComponentModel.ErrorsChangedEventManager.NewListenerList">
317       <summary>Returns a new object to contain listeners to the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</summary>
318       <returns>A new object to contain listeners to the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</returns>
319     </member>
320     <member name="M:System.ComponentModel.ErrorsChangedEventManager.RemoveHandler(System.ComponentModel.INotifyDataErrorInfo,System.EventHandler{System.ComponentModel.DataErrorsChangedEventArgs})">
321       <summary>Removes the specified event handler from the specified source.</summary>
322       <param name="source">The source object that raises the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
323       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
324       <exception cref="T:System.ArgumentNullException">
325         <paramref name="handler" /> is <see langword="null" />.</exception>
326     </member>
327     <member name="M:System.ComponentModel.ErrorsChangedEventManager.StartListening(System.Object)">
328       <summary>Begins listening for the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event on the specified source.</summary>
329       <param name="source">The source object that raises the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
330     </member>
331     <member name="M:System.ComponentModel.ErrorsChangedEventManager.StopListening(System.Object)">
332       <summary>Stops listening for the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event on the specified source.</summary>
333       <param name="source">The source object that raises the <see cref="E:System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged" /> event.</param>
334     </member>
335     <member name="T:System.ComponentModel.GroupDescription">
336       <summary>Provides an abstract base class for types that describe how to divide the items in a collection into groups.</summary>
337     </member>
338     <member name="M:System.ComponentModel.GroupDescription.#ctor">
339       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.GroupDescription" /> class.</summary>
340     </member>
341     <member name="P:System.ComponentModel.GroupDescription.CustomSort">
342       <summary>Gets or sets a custom comparer that sorts groups using an object that implements <see cref="T:System.Collections.IComparer" />.</summary>
343       <returns>A custom comparer that sorts groups using an object that implements <see cref="T:System.Collections.IComparer" />.</returns>
344     </member>
345     <member name="M:System.ComponentModel.GroupDescription.GroupNameFromItem(System.Object,System.Int32,System.Globalization.CultureInfo)">
346       <summary>Returns the group name(s) for the given item.</summary>
347       <param name="item">The item to return group names for.</param>
348       <param name="level">The level of grouping.</param>
349       <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to supply to the converter.</param>
350       <returns>The group name(s) for the given item.</returns>
351     </member>
352     <member name="P:System.ComponentModel.GroupDescription.GroupNames">
353       <summary>Gets the collection of names that are used to initialize a group with a set of subgroups with the given names.</summary>
354       <returns>The collection of names that are used to initialize a group with a set of subgroups with the given names.</returns>
355     </member>
356     <member name="M:System.ComponentModel.GroupDescription.NamesMatch(System.Object,System.Object)">
357       <summary>Returns a value that indicates whether the group name and the item name match such that the item belongs to the group.</summary>
358       <param name="groupName">The name of the group to check.</param>
359       <param name="itemName">The name of the item to check.</param>
360       <returns>
361         <see langword="true" /> if the names match and the item belongs to the group; otherwise, <see langword="false" />.</returns>
362     </member>
363     <member name="M:System.ComponentModel.GroupDescription.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
364       <summary>Raises the <see cref="E:System.ComponentModel.GroupDescription.PropertyChanged" /> event.</summary>
365       <param name="e">Arguments of the event being raised.</param>
366     </member>
367     <member name="E:System.ComponentModel.GroupDescription.PropertyChanged">
368       <summary>Occurs when a property value changes.</summary>
369     </member>
370     <member name="M:System.ComponentModel.GroupDescription.ShouldSerializeGroupNames">
371       <summary>Returns whether serialization processes should serialize the effective value of the <see cref="P:System.ComponentModel.GroupDescription.GroupNames" /> property on instances of this class.</summary>
372       <returns>
373         <see langword="true" /> if the <see cref="P:System.ComponentModel.GroupDescription.GroupNames" /> property value should be serialized; otherwise, <see langword="false" />.</returns>
374     </member>
375     <member name="M:System.ComponentModel.GroupDescription.ShouldSerializeSortDescriptions">
376       <summary>Returns whether serialization processes should serialize the effective value of the <see cref="P:System.ComponentModel.GroupDescription.SortDescriptions" /> property on instances of this class.</summary>
377       <returns>
378         <see langword="true" /> if the <see cref="P:System.ComponentModel.GroupDescription.SortDescriptions" /> property value should be serialized; otherwise, <see langword="false" />.</returns>
379     </member>
380     <member name="P:System.ComponentModel.GroupDescription.SortDescriptions">
381       <summary>Gets the collection of sort criteria in which to sort the groups.</summary>
382       <returns>The collection of sort criteria in which to sort the groups.</returns>
383     </member>
384     <member name="E:System.ComponentModel.GroupDescription.System#ComponentModel#INotifyPropertyChanged#PropertyChanged">
385       <summary>Occurs when a property value changes.</summary>
386     </member>
387     <member name="T:System.ComponentModel.ICollectionView">
388       <summary>Enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping.</summary>
389     </member>
390     <member name="P:System.ComponentModel.ICollectionView.CanFilter">
391       <summary>Gets a value that indicates whether this view supports filtering via the <see cref="P:System.ComponentModel.ICollectionView.Filter" /> property.</summary>
392       <returns>
393         <see langword="true" /> if this view support filtering; otherwise, <see langword="false" />.</returns>
394     </member>
395     <member name="P:System.ComponentModel.ICollectionView.CanGroup">
396       <summary>Gets a value that indicates whether this view supports grouping via the <see cref="P:System.ComponentModel.ICollectionView.GroupDescriptions" /> property.</summary>
397       <returns>
398         <see langword="true" /> if this view supports grouping; otherwise, <see langword="false" />.</returns>
399     </member>
400     <member name="P:System.ComponentModel.ICollectionView.CanSort">
401       <summary>Gets a value that indicates whether this view supports sorting via the <see cref="P:System.ComponentModel.ICollectionView.SortDescriptions" /> property.</summary>
402       <returns>
403         <see langword="true" /> if this view supports sorting; otherwise, <see langword="false" />.</returns>
404     </member>
405     <member name="M:System.ComponentModel.ICollectionView.Contains(System.Object)">
406       <summary>Returns a value that indicates whether a given item belongs to this collection view.</summary>
407       <param name="item">The object to check.</param>
408       <returns>
409         <see langword="true" /> if the item belongs to this collection view; otherwise, <see langword="false" />.</returns>
410     </member>
411     <member name="P:System.ComponentModel.ICollectionView.Culture">
412       <summary>Gets or sets the cultural info for any operations of the view that may differ by culture, such as sorting.</summary>
413       <returns>The culture to use during sorting.</returns>
414     </member>
415     <member name="E:System.ComponentModel.ICollectionView.CurrentChanged">
416       <summary>When implementing this interface, raise this event after the current item has been changed.</summary>
417     </member>
418     <member name="E:System.ComponentModel.ICollectionView.CurrentChanging">
419       <summary>When implementing this interface, raise this event before changing the current item. Event handler can cancel this event.</summary>
420     </member>
421     <member name="P:System.ComponentModel.ICollectionView.CurrentItem">
422       <summary>Gets the current item in the view.</summary>
423       <returns>The current item of the view or <see langword="null" /> if there is no current item.</returns>
424     </member>
425     <member name="P:System.ComponentModel.ICollectionView.CurrentPosition">
426       <summary>Gets the ordinal position of the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> within the view.</summary>
427       <returns>The ordinal position of the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> within the view.</returns>
428     </member>
429     <member name="M:System.ComponentModel.ICollectionView.DeferRefresh">
430       <summary>Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.</summary>
431       <returns>An <see cref="T:System.IDisposable" /> object that you can use to dispose of the calling object.</returns>
432     </member>
433     <member name="P:System.ComponentModel.ICollectionView.Filter">
434       <summary>Gets or sets a callback used to determine if an item is suitable for inclusion in the view.</summary>
435       <returns>A method used to determine if an item is suitable for inclusion in the view.</returns>
436     </member>
437     <member name="P:System.ComponentModel.ICollectionView.GroupDescriptions">
438       <summary>Gets a collection of <see cref="T:System.ComponentModel.GroupDescription" /> objects that describe how the items in the collection are grouped in the view.</summary>
439       <returns>A collection of <see cref="T:System.ComponentModel.GroupDescription" /> objects that describe how the items in the collection are grouped in the view.</returns>
440     </member>
441     <member name="P:System.ComponentModel.ICollectionView.Groups">
442       <summary>Gets the top-level groups.</summary>
443       <returns>A read-only collection of the top-level groups or <see langword="null" /> if there are no groups.</returns>
444     </member>
445     <member name="P:System.ComponentModel.ICollectionView.IsCurrentAfterLast">
446       <summary>Gets a value that indicates whether the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> of the view is beyond the end of the collection.</summary>
447       <returns>
448         <see langword="true" /> if the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> of the view is beyond the end of the collection; otherwise, <see langword="false" />.</returns>
449     </member>
450     <member name="P:System.ComponentModel.ICollectionView.IsCurrentBeforeFirst">
451       <summary>Gets a value that indicates whether the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> of the view is beyond the beginning of the collection.</summary>
452       <returns>
453         <see langword="true" /> if the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> of the view is beyond the beginning of the collection; otherwise, <see langword="false" />.</returns>
454     </member>
455     <member name="P:System.ComponentModel.ICollectionView.IsEmpty">
456       <summary>Returns a value that indicates whether the resulting view is empty.</summary>
457       <returns>
458         <see langword="true" /> if the resulting view is empty; otherwise, <see langword="false" />.</returns>
459     </member>
460     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentTo(System.Object)">
461       <summary>Sets the specified item to be the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> in the view.</summary>
462       <param name="item">The item to set as the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" />.</param>
463       <returns>
464         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is within the view; otherwise, <see langword="false" />.</returns>
465     </member>
466     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentToFirst">
467       <summary>Sets the first item in the view as the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" />.</summary>
468       <returns>
469         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is an item within the view; otherwise, <see langword="false" />.</returns>
470     </member>
471     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentToLast">
472       <summary>Sets the last item in the view as the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" />.</summary>
473       <returns>
474         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is an item within the view; otherwise, <see langword="false" />.</returns>
475     </member>
476     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentToNext">
477       <summary>Sets the item after the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> in the view as the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" />.</summary>
478       <returns>
479         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is an item within the view; otherwise, <see langword="false" />.</returns>
480     </member>
481     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentToPosition(System.Int32)">
482       <summary>Sets the item at the specified index to be the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> in the view.</summary>
483       <param name="position">The index to set the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> to.</param>
484       <returns>
485         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is an item within the view; otherwise, <see langword="false" />.</returns>
486     </member>
487     <member name="M:System.ComponentModel.ICollectionView.MoveCurrentToPrevious">
488       <summary>Sets the item before the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> in the view as the <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" />.</summary>
489       <returns>
490         <see langword="true" /> if the resulting <see cref="P:System.ComponentModel.ICollectionView.CurrentItem" /> is an item within the view; otherwise, <see langword="false" />.</returns>
491     </member>
492     <member name="M:System.ComponentModel.ICollectionView.Refresh">
493       <summary>Recreates the view.</summary>
494     </member>
495     <member name="P:System.ComponentModel.ICollectionView.SortDescriptions">
496       <summary>Gets a collection of <see cref="T:System.ComponentModel.SortDescription" /> objects that describe how the items in the collection are sorted in the view.</summary>
497       <returns>A collection of <see cref="T:System.ComponentModel.SortDescription" /> objects that describe how the items in the collection are sorted in the view.</returns>
498     </member>
499     <member name="P:System.ComponentModel.ICollectionView.SourceCollection">
500       <summary>Returns the underlying collection.</summary>
501       <returns>An <see cref="T:System.Collections.IEnumerable" /> object that is the underlying collection.</returns>
502     </member>
503     <member name="T:System.ComponentModel.ICollectionViewFactory">
504       <summary>An interface that enables implementing collections to create a view to their data. Normally, user code does not call methods on this interface.</summary>
505     </member>
506     <member name="M:System.ComponentModel.ICollectionViewFactory.CreateView">
507       <summary>Creates a new view on the collection that implements this interface. Typically, user code does not call this method.</summary>
508       <returns>The newly created view.</returns>
509     </member>
510     <member name="T:System.ComponentModel.ICollectionViewLiveShaping">
511       <summary>Defines properties that enables sorting, grouping, and filtering on a <see cref="T:System.Windows.Data.CollectionView" /> in real time.</summary>
512     </member>
513     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering">
514       <summary>Gets a value that indicates whether the collection view supports turning filtering data in real time on or off.</summary>
515       <returns>
516         <see langword="true" /> if the collection view supports turning live filtering on or off; otherwise, <see langword="false" />.</returns>
517     </member>
518     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping">
519       <summary>Gets a value that indicates whether the collection view supports turning grouping data in real time on or off.</summary>
520       <returns>
521         <see langword="true" /> if the collection view supports turning live grouping on or off; otherwise, <see langword="false" />.</returns>
522     </member>
523     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting">
524       <summary>Gets a value that indicates whether the collection view supports turning sorting data in real time on or off.</summary>
525       <returns>
526         <see langword="true" /> if the collection view supports turning live sorting on or off; otherwise, <see langword="false" />.</returns>
527     </member>
528     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering">
529       <summary>Gets or sets a value that indicates whether filtering data in real time is enabled.</summary>
530       <returns>
531         <see langword="true" /> if filtering data in real time is enabled; <see langword="false" /> if live filtering is not enabled; <see langword="null" /> if it cannot be determined whether the collection view implements live filtering.</returns>
532     </member>
533     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping">
534       <summary>Gets or sets a value that indicates whether grouping data in real time is enabled.</summary>
535       <returns>
536         <see langword="true" /> if grouping data in real time is enable; <see langword="false" /> if live grouping is not enabled; <see langword="null" /> if it cannot be determined whether the collection view implements live grouping.</returns>
537     </member>
538     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting">
539       <summary>Gets or sets a value that indicates whether sorting in real time is enabled.</summary>
540       <returns>
541         <see langword="true" /> if sorting data in real time is enable; <see langword="false" /> if live sorting is not enabled; <see langword="null" /> if it cannot be determined whether the collection view implements live sorting.</returns>
542     </member>
543     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties">
544       <summary>Gets a collection of strings that specify the properties that participate in filtering data in real time.</summary>
545       <returns>A collection of strings that specify the properties that participate in filtering data in real time.</returns>
546     </member>
547     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties">
548       <summary>Gets a collection of strings that specify the properties that participate in grouping data in real time.</summary>
549       <returns>A collection of strings that specify the properties that participate in grouping data in real time.</returns>
550     </member>
551     <member name="P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties">
552       <summary>Gets a collection of strings that specify the properties that participate in sorting data in real time.</summary>
553       <returns>A collection of strings that specify the properties that participate in sorting data in real time.</returns>
554     </member>
555     <member name="T:System.ComponentModel.IEditableCollectionView">
556       <summary>Defines methods and properties that a <see cref="T:System.Windows.Data.CollectionView" /> implements to provide editing capabilities to a collection.</summary>
557     </member>
558     <member name="M:System.ComponentModel.IEditableCollectionView.AddNew">
559       <summary>Adds a new item to the collection.</summary>
560       <returns>The new item that is added to the collection.</returns>
561     </member>
562     <member name="P:System.ComponentModel.IEditableCollectionView.CanAddNew">
563       <summary>Gets a value that indicates whether a new item can be added to the collection.</summary>
564       <returns>
565         <see langword="true" /> if a new item can be added to the collection; otherwise, <see langword="false" />.</returns>
566     </member>
567     <member name="P:System.ComponentModel.IEditableCollectionView.CanCancelEdit">
568       <summary>Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.</summary>
569       <returns>
570         <see langword="true" /> if the collection view can discard pending changes and restore the original values of an edited object; otherwise, <see langword="false" />.</returns>
571     </member>
572     <member name="M:System.ComponentModel.IEditableCollectionView.CancelEdit">
573       <summary>Ends the edit transaction and, if possible, restores the original value to the item.</summary>
574     </member>
575     <member name="M:System.ComponentModel.IEditableCollectionView.CancelNew">
576       <summary>Ends the add transaction and discards the pending new item.</summary>
577     </member>
578     <member name="P:System.ComponentModel.IEditableCollectionView.CanRemove">
579       <summary>Gets a value that indicates whether an item can be removed from the collection.</summary>
580       <returns>
581         <see langword="true" /> if an item can be removed from the collection; otherwise, <see langword="false" />.</returns>
582     </member>
583     <member name="M:System.ComponentModel.IEditableCollectionView.CommitEdit">
584       <summary>Ends the edit transaction and saves the pending changes.</summary>
585     </member>
586     <member name="M:System.ComponentModel.IEditableCollectionView.CommitNew">
587       <summary>Ends the add transaction and saves the pending new item.</summary>
588     </member>
589     <member name="P:System.ComponentModel.IEditableCollectionView.CurrentAddItem">
590       <summary>Gets the item that is being added during the current add transaction.</summary>
591       <returns>The item that is being added if <see cref="P:System.ComponentModel.IEditableCollectionView.IsAddingNew" /> is <see langword="true" />; otherwise, <see langword="null" />.</returns>
592     </member>
593     <member name="P:System.ComponentModel.IEditableCollectionView.CurrentEditItem">
594       <summary>Gets the item in the collection that is being edited.</summary>
595       <returns>The item in the collection that is being edited if <see cref="P:System.ComponentModel.IEditableCollectionView.IsEditingItem" /> is <see langword="true" />; otherwise, <see langword="null" />.</returns>
596     </member>
597     <member name="M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object)">
598       <summary>Begins an edit transaction of the specified item.</summary>
599       <param name="item">The item to edit.</param>
600     </member>
601     <member name="P:System.ComponentModel.IEditableCollectionView.IsAddingNew">
602       <summary>Gets a value that indicates whether an add transaction is in progress.</summary>
603       <returns>
604         <see langword="true" /> if an add transaction is in progress; otherwise, <see langword="false" />.</returns>
605     </member>
606     <member name="P:System.ComponentModel.IEditableCollectionView.IsEditingItem">
607       <summary>Gets a value that indicates whether an edit transaction is in progress.</summary>
608       <returns>
609         <see langword="true" /> if an edit transaction is in progress; otherwise, <see langword="false" />.</returns>
610     </member>
611     <member name="P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition">
612       <summary>Gets or sets the position of the new item placeholder in the collection view.</summary>
613       <returns>One of the enumeration values that specifies the position of the new item placeholder in the collection view.</returns>
614     </member>
615     <member name="M:System.ComponentModel.IEditableCollectionView.Remove(System.Object)">
616       <summary>Removes the specified item from the collection.</summary>
617       <param name="item">The item to remove.</param>
618     </member>
619     <member name="M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32)">
620       <summary>Removes the item at the specified position from the collection.</summary>
621       <param name="index">The position of the item to remove.</param>
622       <exception cref="T:System.ArgumentOutOfRangeException">
623         <paramref name="index" /> is less than 0 or greater than the number of items in the collection view.</exception>
624     </member>
625     <member name="T:System.ComponentModel.IEditableCollectionViewAddNewItem">
626       <summary>Defines methods and properties that a <see cref="T:System.Windows.Data.CollectionView" /> implements to enable specifying adding items of a specific type.</summary>
627     </member>
628     <member name="M:System.ComponentModel.IEditableCollectionViewAddNewItem.AddNewItem(System.Object)">
629       <summary>Adds the specified object to the collection.</summary>
630       <param name="newItem">The object to add to the collection.</param>
631       <returns>The object that is added to the collection.</returns>
632     </member>
633     <member name="P:System.ComponentModel.IEditableCollectionViewAddNewItem.CanAddNewItem">
634       <summary>Gets a value that indicates whether a specified object can be added to the collection.</summary>
635       <returns>
636         <see langword="true" /> if a specified object can be added to the collection; otherwise, <see langword="false" />.</returns>
637     </member>
638     <member name="T:System.ComponentModel.IItemProperties">
639       <summary>Defines a property that provides information about an object's properties.</summary>
640     </member>
641     <member name="P:System.ComponentModel.IItemProperties.ItemProperties">
642       <summary>Gets a collection that contains information about the properties that are available on the items in a collection.</summary>
643       <returns>A collection that contains information about the properties that are available on the items in a collection.</returns>
644     </member>
645     <member name="T:System.ComponentModel.ItemPropertyInfo">
646       <summary>Contains information about a property.</summary>
647     </member>
648     <member name="M:System.ComponentModel.ItemPropertyInfo.#ctor(System.String,System.Type,System.Object)">
649       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ItemPropertyInfo" /> class.</summary>
650       <param name="name">The name of the property.</param>
651       <param name="type">The type of the property.</param>
652       <param name="descriptor">An object that contains additional information about the property.</param>
653     </member>
654     <member name="P:System.ComponentModel.ItemPropertyInfo.Descriptor">
655       <summary>Gets an object that contains additional information about the property.</summary>
656       <returns>An object that contains additional information about the property.</returns>
657     </member>
658     <member name="P:System.ComponentModel.ItemPropertyInfo.Name">
659       <summary>Gets the name of the property.</summary>
660       <returns>The name of the property.</returns>
661     </member>
662     <member name="P:System.ComponentModel.ItemPropertyInfo.PropertyType">
663       <summary>Gets the type of the property.</summary>
664       <returns>The type of the property.</returns>
665     </member>
666     <member name="T:System.ComponentModel.NewItemPlaceholderPosition">
667       <summary>Specifies where the placeholder for a new item appears in the collection.</summary>
668     </member>
669     <member name="F:System.ComponentModel.NewItemPlaceholderPosition.AtBeginning">
670       <summary>The placeholder for a new item appears at the beginning of the collection.  New items are at the beginning of the collection, after the new item placeholder.</summary>
671     </member>
672     <member name="F:System.ComponentModel.NewItemPlaceholderPosition.AtEnd">
673       <summary>The placeholder for a new item appears at the end of the collection. New items are added at the end of the collection, before the new item placeholder.</summary>
674     </member>
675     <member name="F:System.ComponentModel.NewItemPlaceholderPosition.None">
676       <summary>The collection does not use a new item placeholder. The position of items that are added depends on the underlying collection.  Usually, they are added at the end of the collection.</summary>
677     </member>
678     <member name="T:System.ComponentModel.PropertyChangedEventManager">
679       <summary>Provides a <see cref="T:System.Windows.WeakEventManager" /> implementation so that you can use the "weak event listener" pattern to attach listeners for the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</summary>
680     </member>
681     <member name="M:System.ComponentModel.PropertyChangedEventManager.AddHandler(System.ComponentModel.INotifyPropertyChanged,System.EventHandler{System.ComponentModel.PropertyChangedEventArgs},System.String)">
682       <summary>Adds the specified event handler, which is called when specified source raises the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event for the specified property.</summary>
683       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</param>
684       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</param>
685       <param name="propertyName">The name of the property that exists on <paramref name="source" /> upon which to listen for changes. Set to <see cref="F:System.String.Empty" /> to indicate "any property".</param>
686       <exception cref="T:System.ArgumentNullException">
687         <paramref name="handler" /> is <see langword="null" />.</exception>
688       <exception cref="T:System.NotSupportedException">More than one method is associated with <paramref name="handler" />.</exception>
689     </member>
690     <member name="M:System.ComponentModel.PropertyChangedEventManager.AddListener(System.ComponentModel.INotifyPropertyChanged,System.Windows.IWeakEventListener,System.String)">
691       <summary>Adds the specified listener to the list of listeners on the specified source.</summary>
692       <param name="source">The object with the event.</param>
693       <param name="listener">The object to add as a listener.</param>
694       <param name="propertyName">The name of the property that exists on <paramref name="source" /> upon which to listen for changes. Set to <see cref="F:System.String.Empty" /> to indicate "any property".</param>
695     </member>
696     <member name="M:System.ComponentModel.PropertyChangedEventManager.NewListenerList">
697       <summary>Returns a new object to contain listeners to the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</summary>
698       <returns>A new object to contain listeners to the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</returns>
699     </member>
700     <member name="M:System.ComponentModel.PropertyChangedEventManager.Purge(System.Object,System.Object,System.Boolean)">
701       <summary>Removes listeners that are no longer active from the data for the provided source.</summary>
702       <param name="source">Source object to remove all listeners from.</param>
703       <param name="data">The data to purge. This is expected to be a <see cref="T:System.Collections.Specialized.HybridDictionary" />.</param>
704       <param name="purgeAll">Set to <see langword="true" /> to stop listening and to completely remove all data.</param>
705       <returns>
706         <see langword="true" /> if some entries were removed; otherwise, <see langword="false" />.</returns>
707     </member>
708     <member name="M:System.ComponentModel.PropertyChangedEventManager.RemoveHandler(System.ComponentModel.INotifyPropertyChanged,System.EventHandler{System.ComponentModel.PropertyChangedEventArgs},System.String)">
709       <summary>Removes the specified event handler from the specified source.</summary>
710       <param name="source">The source object that the raises the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</param>
711       <param name="handler">The delegate that handles the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event.</param>
712       <param name="propertyName">The name of the property that exists on <paramref name="source" /> upon which to stop listening for changes. Set to <see cref="F:System.String.Empty" /> to indicate "any property".</param>
713       <exception cref="T:System.ArgumentNullException">
714         <paramref name="handler" /> is <see langword="null" />.</exception>
715       <exception cref="T:System.NotSupportedException">More than one method is associated with <paramref name="handler" />.</exception>
716     </member>
717     <member name="M:System.ComponentModel.PropertyChangedEventManager.RemoveListener(System.ComponentModel.INotifyPropertyChanged,System.Windows.IWeakEventListener,System.String)">
718       <summary>Removes the specified listener from the list of listeners on the provided source.</summary>
719       <param name="source">The object to remove the listener from.</param>
720       <param name="listener">The listener to remove.</param>
721       <param name="propertyName">The name of the property that exists on <paramref name="source" /> upon which to stop listening for changes. Set to <see cref="F:System.String.Empty" /> to indicate "any property".</param>
722     </member>
723     <member name="M:System.ComponentModel.PropertyChangedEventManager.StartListening(System.Object)">
724       <summary>Begins listening for the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event on the provided source.</summary>
725       <param name="source">The object on which to start listening for <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" />.</param>
726     </member>
727     <member name="M:System.ComponentModel.PropertyChangedEventManager.StopListening(System.Object)">
728       <summary>Stops listening for the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> event on the provided source.</summary>
729       <param name="source">The source object on which to stop listening for <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" />.</param>
730     </member>
731     <member name="T:System.ComponentModel.PropertyFilterAttribute">
732       <summary>Specifies which properties should be reported by type descriptors, specifically the <see cref="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object)" /> method.</summary>
733     </member>
734     <member name="M:System.ComponentModel.PropertyFilterAttribute.#ctor(System.ComponentModel.PropertyFilterOptions)">
735       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> class.</summary>
736       <param name="filter">The options that describe this property filter.</param>
737     </member>
738     <member name="F:System.ComponentModel.PropertyFilterAttribute.Default">
739       <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
740     </member>
741     <member name="M:System.ComponentModel.PropertyFilterAttribute.Equals(System.Object)">
742       <summary>Returns a value that indicates whether the current <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> .NET Framework attribute is equal to a specified object.</summary>
743       <param name="value">The object to compare to this <see cref="T:System.ComponentModel.PropertyFilterAttribute" />.</param>
744       <returns>
745         <see langword="true" /> if the specified <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> is equal to the current <see cref="T:System.ComponentModel.PropertyFilterAttribute" />; otherwise, <see langword="false" />.</returns>
746     </member>
747     <member name="P:System.ComponentModel.PropertyFilterAttribute.Filter">
748       <summary>Gets the filter options for this <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> .NET Framework attribute.</summary>
749       <returns>The property filter options.</returns>
750     </member>
751     <member name="M:System.ComponentModel.PropertyFilterAttribute.GetHashCode">
752       <summary>Returns the hash code for the current <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> .NET Framework attribute.</summary>
753       <returns>A signed 32-bit integer value.</returns>
754     </member>
755     <member name="M:System.ComponentModel.PropertyFilterAttribute.Match(System.Object)">
756       <summary>Returns a value that indicates whether the property filter options of the current <see cref="T:System.ComponentModel.PropertyFilterAttribute" /> .NET Framework attribute match the property filter options of the provided object.</summary>
757       <param name="value">The object to compare. This object is expected to be a <see cref="T:System.ComponentModel.PropertyFilterAttribute" />.</param>
758       <returns>
759         <see langword="true" /> if a match exists; otherwise, <see langword="false" />.</returns>
760     </member>
761     <member name="T:System.ComponentModel.PropertyFilterOptions">
762       <summary>Specifies which properties should be reported by type descriptors, specifically the <see cref="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object)" /> method. This enumeration is used to specify the value of the <see cref="P:System.ComponentModel.PropertyFilterAttribute.Filter" /> property.</summary>
763     </member>
764     <member name="F:System.ComponentModel.PropertyFilterOptions.All">
765       <summary>Return all properties.</summary>
766     </member>
767     <member name="F:System.ComponentModel.PropertyFilterOptions.Invalid">
768       <summary>Return only those properties that are not valid given the current context of the object.</summary>
769     </member>
770     <member name="F:System.ComponentModel.PropertyFilterOptions.None">
771       <summary>Return no properties.</summary>
772     </member>
773     <member name="F:System.ComponentModel.PropertyFilterOptions.SetValues">
774       <summary>Return only those properties that have local values currently set.</summary>
775     </member>
776     <member name="F:System.ComponentModel.PropertyFilterOptions.UnsetValues">
777       <summary>Return only those properties whose local values are not set, or do not have properties set in an external expression store (such as binding or deferred resource).</summary>
778     </member>
779     <member name="F:System.ComponentModel.PropertyFilterOptions.Valid">
780       <summary>Return any property that is valid on the  object in the current scope.</summary>
781     </member>
782     <member name="T:System.ComponentModel.SortDescription">
783       <summary>Defines the direction and the property name to be used as the criteria for sorting a collection.</summary>
784     </member>
785     <member name="M:System.ComponentModel.SortDescription.#ctor(System.String,System.ComponentModel.ListSortDirection)">
786       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SortDescription" /> structure.</summary>
787       <param name="propertyName">The name of the property to sort the list by.</param>
788       <param name="direction">The sort order.</param>
789       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The <paramref name="direction" /> parameter does not specify a valid value.</exception>
790     </member>
791     <member name="P:System.ComponentModel.SortDescription.Direction">
792       <summary>Gets or sets a value that indicates whether to sort in ascending or descending order.</summary>
793       <returns>A <see cref="T:System.ComponentModel.ListSortDirection" /> value to indicate whether to sort in ascending or descending order.</returns>
794     </member>
795     <member name="M:System.ComponentModel.SortDescription.Equals(System.Object)">
796       <summary>Compares the specified instance and the current instance of <see cref="T:System.ComponentModel.SortDescription" /> for value equality.</summary>
797       <param name="obj">The <see cref="T:System.ComponentModel.SortDescription" /> instance to compare.</param>
798       <returns>
799         <see langword="true" /> if <paramref name="obj" /> and this instance of <see cref="T:System.ComponentModel.SortDescription" /> have the same values.</returns>
800     </member>
801     <member name="M:System.ComponentModel.SortDescription.GetHashCode">
802       <summary>Returns the hash code for this instance of <see cref="T:System.ComponentModel.SortDescription" />.</summary>
803       <returns>The hash code for this instance of <see cref="T:System.ComponentModel.SortDescription" />.</returns>
804     </member>
805     <member name="P:System.ComponentModel.SortDescription.IsSealed">
806       <summary>Gets a value that indicates whether this object is in an immutable state.</summary>
807       <returns>
808         <see langword="true" /> if this object is in use; otherwise, <see langword="false" />.</returns>
809     </member>
810     <member name="M:System.ComponentModel.SortDescription.op_Equality(System.ComponentModel.SortDescription,System.ComponentModel.SortDescription)">
811       <summary>Compares two <see cref="T:System.ComponentModel.SortDescription" /> objects for value equality.</summary>
812       <param name="sd1">The first instance to compare.</param>
813       <param name="sd2">The second instance to compare.</param>
814       <returns>
815         <see langword="true" /> if the two objects are equal; otherwise, <see langword="false" />.</returns>
816     </member>
817     <member name="M:System.ComponentModel.SortDescription.op_Inequality(System.ComponentModel.SortDescription,System.ComponentModel.SortDescription)">
818       <summary>Compares two <see cref="T:System.ComponentModel.SortDescription" /> objects for value inequality.</summary>
819       <param name="sd1">The first instance to compare.</param>
820       <param name="sd2">The second instance to compare.</param>
821       <returns>
822         <see langword="true" /> if the values are not equal; otherwise, <see langword="false" />.</returns>
823     </member>
824     <member name="P:System.ComponentModel.SortDescription.PropertyName">
825       <summary>Gets or sets the property name being used as the sorting criteria.</summary>
826       <returns>The default value is null.</returns>
827     </member>
828     <member name="T:System.ComponentModel.SortDescriptionCollection">
829       <summary>Represents a collection of <see cref="T:System.ComponentModel.SortDescription" /> objects.</summary>
830     </member>
831     <member name="M:System.ComponentModel.SortDescriptionCollection.#ctor">
832       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SortDescriptionCollection" /> class.</summary>
833     </member>
834     <member name="M:System.ComponentModel.SortDescriptionCollection.ClearItems">
835       <summary>Removes all items from the collection.</summary>
836     </member>
837     <member name="E:System.ComponentModel.SortDescriptionCollection.CollectionChanged">
838       <summary>Occurs when an item is added or removed.</summary>
839     </member>
840     <member name="F:System.ComponentModel.SortDescriptionCollection.Empty">
841       <summary>Gets an empty and non-modifiable instance of <see cref="T:System.ComponentModel.SortDescriptionCollection" />.</summary>
842     </member>
843     <member name="M:System.ComponentModel.SortDescriptionCollection.InsertItem(System.Int32,System.ComponentModel.SortDescription)">
844       <summary>Inserts an item into the collection at the specified index.</summary>
845       <param name="index">The zero-based index where the <paramref name="item" /> is inserted.</param>
846       <param name="item">The object to insert.</param>
847     </member>
848     <member name="M:System.ComponentModel.SortDescriptionCollection.RemoveItem(System.Int32)">
849       <summary>Removes the item at the specified index in the collection.</summary>
850       <param name="index">The zero-based index of the element to remove.</param>
851     </member>
852     <member name="M:System.ComponentModel.SortDescriptionCollection.SetItem(System.Int32,System.ComponentModel.SortDescription)">
853       <summary>Replaces the element at the specified index.</summary>
854       <param name="index">The zero-based index of the element to replace.</param>
855       <param name="item">The new value for the element at the specified index.</param>
856     </member>
857     <member name="E:System.ComponentModel.SortDescriptionCollection.System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged">
858       <summary>Occurs when an item is added or removed.</summary>
859     </member>
860     <member name="T:System.Diagnostics.PresentationTraceLevel">
861       <summary>Describes the level of detail to trace about a particular object.</summary>
862     </member>
863     <member name="F:System.Diagnostics.PresentationTraceLevel.High">
864       <summary>Traces all additional information.</summary>
865     </member>
866     <member name="F:System.Diagnostics.PresentationTraceLevel.Low">
867       <summary>Traces some additional information.</summary>
868     </member>
869     <member name="F:System.Diagnostics.PresentationTraceLevel.Medium">
870       <summary>Traces a medium amount of additional information.</summary>
871     </member>
872     <member name="F:System.Diagnostics.PresentationTraceLevel.None">
873       <summary>Traces no available additional information.</summary>
874     </member>
875     <member name="T:System.Diagnostics.PresentationTraceSources">
876       <summary>Provides debug tracing support that is specifically targeted for Windows Presentation Foundation (WPF) applications.</summary>
877     </member>
878     <member name="P:System.Diagnostics.PresentationTraceSources.AnimationSource">
879       <summary>Gets an animation trace source.</summary>
880       <returns>An animation trace source.</returns>
881     </member>
882     <member name="P:System.Diagnostics.PresentationTraceSources.DataBindingSource">
883       <summary>Gets a data-binding trace source.</summary>
884       <returns>A data-binding trace source.</returns>
885     </member>
886     <member name="P:System.Diagnostics.PresentationTraceSources.DependencyPropertySource">
887       <summary>Gets a dependency property trace source.</summary>
888       <returns>A dependency property trace source.</returns>
889     </member>
890     <member name="P:System.Diagnostics.PresentationTraceSources.DocumentsSource">
891       <summary>Gets a document trace source.</summary>
892       <returns>A document trace source.</returns>
893     </member>
894     <member name="P:System.Diagnostics.PresentationTraceSources.FreezableSource">
895       <summary>Gets a Freezable trace source.</summary>
896       <returns>A Freezable trace source.</returns>
897     </member>
898     <member name="M:System.Diagnostics.PresentationTraceSources.GetTraceLevel(System.Object)">
899       <summary>Gets the value of the <see cref="F:System.Diagnostics.PresentationTraceSources.TraceLevelProperty" /> attached property for a specified element.</summary>
900       <param name="element">The element from which the property value is read.</param>
901       <returns>The <see cref="F:System.Diagnostics.PresentationTraceSources.TraceLevelProperty" /> property value for the element.</returns>
902     </member>
903     <member name="P:System.Diagnostics.PresentationTraceSources.HwndHostSource">
904       <summary>Gets an hwnd host trace source.</summary>
905       <returns>An hwnd host trace source.</returns>
906     </member>
907     <member name="P:System.Diagnostics.PresentationTraceSources.MarkupSource">
908       <summary>Gets a markup trace source.</summary>
909       <returns>A markup trace source.</returns>
910     </member>
911     <member name="P:System.Diagnostics.PresentationTraceSources.NameScopeSource">
912       <summary>Gets a name scope trace source.</summary>
913       <returns>A name scope trace source.</returns>
914     </member>
915     <member name="M:System.Diagnostics.PresentationTraceSources.Refresh">
916       <summary>Refreshes trace sources, by forcing the app.config file to be re-read.</summary>
917     </member>
918     <member name="P:System.Diagnostics.PresentationTraceSources.ResourceDictionarySource">
919       <summary>Gets a resource dictionary trace source.</summary>
920       <returns>A resource dictionary trace source.</returns>
921     </member>
922     <member name="P:System.Diagnostics.PresentationTraceSources.RoutedEventSource">
923       <summary>Gets a routed event trace source.</summary>
924       <returns>A routed event trace source.</returns>
925     </member>
926     <member name="M:System.Diagnostics.PresentationTraceSources.SetTraceLevel(System.Object,System.Diagnostics.PresentationTraceLevel)">
927       <summary>Sets the value of the <see cref="F:System.Diagnostics.PresentationTraceSources.TraceLevelProperty" /> attached property to a specified element.</summary>
928       <param name="element">The element to which the attached property is written.</param>
929       <param name="traceLevel">The needed <see cref="T:System.Diagnostics.PresentationTraceLevel" /> value.</param>
930     </member>
931     <member name="P:System.Diagnostics.PresentationTraceSources.ShellSource">
932       <summary>Gets a shell trace source.</summary>
933       <returns>A shell trace source.</returns>
934     </member>
935     <member name="F:System.Diagnostics.PresentationTraceSources.TraceLevelProperty">
936       <summary>Identifies the <see cref="F:System.Diagnostics.PresentationTraceSources.TraceLevelProperty" /> attached property.</summary>
937     </member>
938     <member name="T:System.IO.FileFormatException">
939       <summary>The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification is malformed.</summary>
940     </member>
941     <member name="M:System.IO.FileFormatException.#ctor">
942       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class.</summary>
943     </member>
944     <member name="M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
945       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class and initializes it with serialized data. This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.</summary>
946       <param name="info">The object that holds the serialized object data.</param>
947       <param name="context">The contextual information about the source or destination.</param>
948     </member>
949     <member name="M:System.IO.FileFormatException.#ctor(System.String)">
950       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a specified error message.</summary>
951       <param name="message">A <see cref="T:System.String" /> value that represents the error message.</param>
952     </member>
953     <member name="M:System.IO.FileFormatException.#ctor(System.String,System.Exception)">
954       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a specified error message and exception type.</summary>
955       <param name="message">A <see cref="T:System.String" /> value that represents the error message.</param>
956       <param name="innerException">The value of the <see cref="P:System.Exception.InnerException" /> property, which represents the cause of the current exception.</param>
957     </member>
958     <member name="M:System.IO.FileFormatException.#ctor(System.Uri)">
959       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a source URI value.</summary>
960       <param name="sourceUri">The <see cref="T:System.Uri" /> value of the file that caused this error.</param>
961     </member>
962     <member name="M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)">
963       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a source URI value and an exception type.</summary>
964       <param name="sourceUri">The <see cref="T:System.Uri" /> value of the file that caused this error.</param>
965       <param name="innerException">The value of the <see cref="P:System.Exception.InnerException" /> property, which represents the cause of the current exception.</param>
966     </member>
967     <member name="M:System.IO.FileFormatException.#ctor(System.Uri,System.String)">
968       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a source URI value and a specified error message.</summary>
969       <param name="sourceUri">The <see cref="T:System.Uri" /> value of the file that caused this error.</param>
970       <param name="message">A <see cref="T:System.String" /> value that represents the error message.</param>
971     </member>
972     <member name="M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)">
973       <summary>Creates a new instance of the <see cref="T:System.IO.FileFormatException" /> class with a source URI value, a specified error message, and an exception type.</summary>
974       <param name="sourceUri">The <see cref="T:System.Uri" /> value of the file that caused this error.</param>
975       <param name="message">A <see cref="T:System.String" /> value that represents the error message.</param>
976       <param name="innerException">The value of the <see cref="P:System.Exception.InnerException" /> property, which represents the cause of the current exception.</param>
977     </member>
978     <member name="M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
979       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the file name and additional exception information.</summary>
980       <param name="info">The object that holds the serialized object data.</param>
981       <param name="context">The contextual information about the source or destination.</param>
982     </member>
983     <member name="P:System.IO.FileFormatException.SourceUri">
984       <summary>Gets the name of a file that caused the <see cref="T:System.IO.FileFormatException" />.</summary>
985       <returns>A <see cref="T:System.Uri" /> that represents the name the file that caused the exception.</returns>
986     </member>
987     <member name="T:System.IO.Packaging.CertificateEmbeddingOption">
988       <summary>Specifies the location where the X.509 certificate that is used in signing is stored.</summary>
989     </member>
990     <member name="F:System.IO.Packaging.CertificateEmbeddingOption.InCertificatePart">
991       <summary>The certificate is embedded in its own <see cref="T:System.IO.Packaging.PackagePart" />.</summary>
992     </member>
993     <member name="F:System.IO.Packaging.CertificateEmbeddingOption.InSignaturePart">
994       <summary>The certificate is embedded in the <see cref="P:System.IO.Packaging.PackageDigitalSignature.SignaturePart" /> that is created for the signature being added.</summary>
995     </member>
996     <member name="F:System.IO.Packaging.CertificateEmbeddingOption.NotEmbedded">
997       <summary>The certificate in not embedded in the package.</summary>
998     </member>
999     <member name="T:System.IO.Packaging.CompressionOption">
1000       <summary>Specifies the compression level for content that is stored in a <see cref="T:System.IO.Packaging.PackagePart" />.</summary>
1001     </member>
1002     <member name="F:System.IO.Packaging.CompressionOption.Fast">
1003       <summary>Compression is optimized for performance.</summary>
1004     </member>
1005     <member name="F:System.IO.Packaging.CompressionOption.Maximum">
1006       <summary>Compression is optimized for size.</summary>
1007     </member>
1008     <member name="F:System.IO.Packaging.CompressionOption.Normal">
1009       <summary>Compression is optimized for a balance between size and performance.</summary>
1010     </member>
1011     <member name="F:System.IO.Packaging.CompressionOption.NotCompressed">
1012       <summary>Compression is turned off.</summary>
1013     </member>
1014     <member name="F:System.IO.Packaging.CompressionOption.SuperFast">
1015       <summary>Compression is optimized for high performance.</summary>
1016     </member>
1017     <member name="T:System.IO.Packaging.EncryptedPackageEnvelope">
1018       <summary>Represents an OLE compound file that contains an encrypted package.</summary>
1019     </member>
1020     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Close">
1021       <summary>Closes the encrypted package and the OLE compound file that holds it.</summary>
1022     </member>
1023     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Create(System.IO.Stream,System.Security.RightsManagement.PublishLicense,System.Security.RightsManagement.CryptoProvider)">
1024       <summary>Creates and returns an <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> on the specified stream.</summary>
1025       <param name="envelopeStream">The stream on which to create the file.</param>
1026       <param name="publishLicense">The publish license that is embedded in the compound file.</param>
1027       <param name="cryptoProvider">An object that determines what operations the current user is allowed to perform on the encrypted content.</param>
1028       <returns>The newly created <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</returns>
1029       <exception cref="T:System.ArgumentNullException">
1030         <paramref name="envelopeStream" /> is <see langword="null" />.</exception>
1031       <exception cref="T:System.NotSupportedException">
1032         <paramref name="envelopeStream" /> does not provide read/write access.</exception>
1033     </member>
1034     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Create(System.String,System.Security.RightsManagement.PublishLicense,System.Security.RightsManagement.CryptoProvider)">
1035       <summary>Creates and returns an <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> and gives it the specified file name.</summary>
1036       <param name="envelopeFileName">The name of the OLE compound file.</param>
1037       <param name="publishLicense">The publish license that is embedded in the compound file.</param>
1038       <param name="cryptoProvider">An object that determines what operations the current user is allowed to perform on the encrypted content.</param>
1039       <returns>The newly created <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</returns>
1040       <exception cref="T:System.ArgumentNullException">
1041         <paramref name="envelopeFileName" /> is <see langword="null" />.</exception>
1042     </member>
1043     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.CreateFromPackage(System.IO.Stream,System.IO.Stream,System.Security.RightsManagement.PublishLicense,System.Security.RightsManagement.CryptoProvider)">
1044       <summary>Creates and returns an <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> (on the specified stream) that uses the specified unencrypted package as its content.</summary>
1045       <param name="envelopeStream">The stream on which to create the file.</param>
1046       <param name="packageStream">The stream representing the existing unencrypted package.</param>
1047       <param name="publishLicense">The publish license that is embedded in the compound file.</param>
1048       <param name="cryptoProvider">An object that determines what operations the current user is allowed to perform on the encrypted content.</param>
1049       <returns>The newly created <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</returns>
1050       <exception cref="T:System.ArgumentNullException">
1051         <paramref name="envelopeStream" /> or <paramref name="packageStream" /> is <see langword="null" />.</exception>
1052       <exception cref="T:System.NotSupportedException">
1053         <paramref name="envelopeStream" /> does not provide read/write access.</exception>
1054     </member>
1055     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.CreateFromPackage(System.String,System.IO.Stream,System.Security.RightsManagement.PublishLicense,System.Security.RightsManagement.CryptoProvider)">
1056       <summary>Creates and returns an <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> that uses the specified unencrypted package as its content, and gives it the specified file name.</summary>
1057       <param name="envelopeFileName">The name of the OLE compound file.</param>
1058       <param name="packageStream">The stream representing the existing unencrypted package.</param>
1059       <param name="publishLicense">The publish license that is embedded in the compound file.</param>
1060       <param name="cryptoProvider">An object that determines what operations the current user is allowed to perform on the encrypted content.</param>
1061       <returns>The newly created <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</returns>
1062       <exception cref="T:System.ArgumentNullException">
1063         <paramref name="envelopeFileName" /> or <paramref name="packageStream" /> is <see langword="null" />.</exception>
1064     </member>
1065     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Dispose">
1066       <summary>Releases all resources used by the <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</summary>
1067     </member>
1068     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Dispose(System.Boolean)">
1069       <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> and optionally releases the managed resources.</summary>
1070       <param name="disposing">
1071         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1072     </member>
1073     <member name="P:System.IO.Packaging.EncryptedPackageEnvelope.FileOpenAccess">
1074       <summary>Gets a value that specifies whether the file was opened with access to read, write, or both.</summary>
1075       <returns>The <see cref="T:System.IO.FileAccess" /> value that was used to open the file.</returns>
1076     </member>
1077     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Flush">
1078       <summary>Flush the stream for both the <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> and its package content.</summary>
1079     </member>
1080     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.GetPackage">
1081       <summary>Gets the encrypted package inside the <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</summary>
1082       <returns>The <see cref="T:System.IO.Packaging.Package" /> in the envelope.</returns>
1083     </member>
1084     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.IsEncryptedPackageEnvelope(System.IO.Stream)">
1085       <summary>Gets a value specifying whether the specified stream is an OLE compound file with an encrypted package stream.</summary>
1086       <param name="stream">The stream that is tested.</param>
1087       <returns>
1088         <see langword="true" /> if the specified stream is an OLE compound file with an encrypted package stream; otherwise, <see langword="false" />.</returns>
1089       <exception cref="T:System.ArgumentNullException">
1090         <paramref name="stream" /> is <see langword="null" />.</exception>
1091     </member>
1092     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.IsEncryptedPackageEnvelope(System.String)">
1093       <summary>Gets a value specifying whether the specified file is an OLE compound file with an encrypted package stream.</summary>
1094       <param name="fileName">The file that is tested.</param>
1095       <returns>
1096         <see langword="true" /> if the specified file is an OLE compound file with an encrypted package stream; otherwise, <see langword="false" />.</returns>
1097       <exception cref="T:System.ArgumentNullException">
1098         <paramref name="fileName" /> is <see langword="null" />.</exception>
1099     </member>
1100     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Open(System.IO.Stream)">
1101       <summary>Open the encrypted package in the specified stream.</summary>
1102       <param name="envelopeStream">The stream containing the encrypted package.</param>
1103       <returns>The <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> that is opened.</returns>
1104     </member>
1105     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Open(System.String)">
1106       <summary>Open the encrypted package in the specified file as read only and unshared.</summary>
1107       <param name="envelopeFileName">The file containing the encrypted package.</param>
1108       <returns>The <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> that is opened.</returns>
1109     </member>
1110     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Open(System.String,System.IO.FileAccess)">
1111       <summary>Open the encrypted package in the specified file as unshared and with the specified access.</summary>
1112       <param name="envelopeFileName">The file containing the encrypted package.</param>
1113       <param name="access">The type of access.</param>
1114       <returns>The <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> that is opened.</returns>
1115     </member>
1116     <member name="M:System.IO.Packaging.EncryptedPackageEnvelope.Open(System.String,System.IO.FileAccess,System.IO.FileShare)">
1117       <summary>Open the encrypted package in the specified file and gives it the specified access and sharing.</summary>
1118       <param name="envelopeFileName">The file containing the encrypted package.</param>
1119       <param name="access">The type of access.</param>
1120       <param name="sharing">The type of sharing.</param>
1121       <returns>The <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" /> that is opened.</returns>
1122     </member>
1123     <member name="P:System.IO.Packaging.EncryptedPackageEnvelope.PackageProperties">
1124       <summary>Gets the core package properties (such as Title and Subject) of the rights managed document.</summary>
1125       <returns>The <see cref="T:System.IO.Packaging.PackageProperties" /> for the package.</returns>
1126     </member>
1127     <member name="P:System.IO.Packaging.EncryptedPackageEnvelope.RightsManagementInformation">
1128       <summary>Gets the rights management information stored in the <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />; specifically, the <see cref="T:System.Security.RightsManagement.PublishLicense" /> and the <see cref="T:System.Security.RightsManagement.UseLicense" />s stored in the OLE compound file that embodies the rights-management protected package.</summary>
1129       <returns>The <see cref="T:System.IO.Packaging.RightsManagementInformation" /> for the package.</returns>
1130     </member>
1131     <member name="P:System.IO.Packaging.EncryptedPackageEnvelope.StorageInfo">
1132       <summary>Gets an object that provides access to the compound file streams outside the encrypted package.</summary>
1133       <returns>A <see cref="T:System.IO.Packaging.StorageInfo" /> representing streams in the OLE compound file that are outside the encrypted package.</returns>
1134     </member>
1135     <member name="T:System.IO.Packaging.EncryptionOption">
1136       <summary>Specifies the encryption option for parts in a <see cref="T:System.IO.Packaging.Package" />.</summary>
1137     </member>
1138     <member name="F:System.IO.Packaging.EncryptionOption.None">
1139       <summary>No encryption.</summary>
1140     </member>
1141     <member name="F:System.IO.Packaging.EncryptionOption.RightsManagement">
1142       <summary>Encryption supported through rights management.</summary>
1143     </member>
1144     <member name="T:System.IO.Packaging.InvalidSignatureEventHandler">
1145       <summary>Represents the method that handles the <see cref="E:System.IO.Packaging.PackageDigitalSignatureManager.InvalidSignatureEvent" /> that is raised when <see cref="M:System.IO.Packaging.PackageDigitalSignatureManager.VerifySignatures(System.Boolean)" /> detects an invalid signature.</summary>
1146       <param name="sender">The invalid <see cref="T:System.IO.Packaging.PackageDigitalSignature" /> source of the event.</param>
1147       <param name="e">The event data.</param>
1148     </member>
1149     <member name="T:System.IO.Packaging.Package">
1150       <summary>Represents a container that can store multiple data objects.</summary>
1151     </member>
1152     <member name="M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)">
1153       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.Package" /> class that uses a given <see cref="T:System.IO.FileAccess" />.</summary>
1154       <param name="openFileAccess">The file IO permissions for the package.</param>
1155       <exception cref="T:System.ArgumentOutOfRangeException">The value for <paramref name="openFileAccess" /> is not valid.</exception>
1156     </member>
1157     <member name="M:System.IO.Packaging.Package.Close">
1158       <summary>Saves and closes the package plus all underlying part streams.</summary>
1159     </member>
1160     <member name="M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)">
1161       <summary>Creates a new uncompressed part with a given URI and content type.</summary>
1162       <param name="partUri">The uniform resource identifier (URI) of the new part.</param>
1163       <param name="contentType">The content type of the data stream.</param>
1164       <returns>The new created part.</returns>
1165       <exception cref="T:System.ArgumentNullException">
1166         <paramref name="partUri" /> or <paramref name="contentType" /> is <see langword="null" />.</exception>
1167       <exception cref="T:System.ArgumentException">
1168         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> URI.</exception>
1169       <exception cref="T:System.InvalidOperationException">A part with the specified <paramref name="partUri" /> is already present in the package.</exception>
1170       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1171       <exception cref="T:System.IO.IOException">The package is read-only (a new part cannot be added).</exception>
1172     </member>
1173     <member name="M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)">
1174       <summary>Creates a new part with a given URI, content type, and compression option.</summary>
1175       <param name="partUri">The URI of the new part.</param>
1176       <param name="contentType">The content type of the data stream.</param>
1177       <param name="compressionOption">The compression option for the data stream, <see cref="F:System.IO.Packaging.CompressionOption.NotCompressed" /> or <see cref="F:System.IO.Packaging.CompressionOption.Normal" /> compression.</param>
1178       <returns>The new created part.</returns>
1179       <exception cref="T:System.ArgumentNullException">
1180         <paramref name="partUri" /> or <paramref name="contentType" /> is <see langword="null" />.</exception>
1181       <exception cref="T:System.ArgumentException">
1182         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> uniform resource identifier (URI).</exception>
1183       <exception cref="T:System.InvalidOperationException">A part with the specified <paramref name="partUri" /> is already present in the package.</exception>
1184       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="compressionOption" /> value is not valid.</exception>
1185       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1186       <exception cref="T:System.IO.IOException">The package is read-only (a new part cannot be added).</exception>
1187     </member>
1188     <member name="M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)">
1189       <summary>When overridden in a derived class, creates a new part in the package.</summary>
1190       <param name="partUri">The uniform resource identifier (URI) for the part being created.</param>
1191       <param name="contentType">The content type of the data stream.</param>
1192       <param name="compressionOption">The compression option for the data stream.</param>
1193       <returns>The created part.</returns>
1194     </member>
1195     <member name="M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)">
1196       <summary>Creates a package-level relationship to a part with a given URI, target mode, and relationship type.</summary>
1197       <param name="targetUri">The uniform resource identifier (URI) of the target part.</param>
1198       <param name="targetMode">Indicates if the target part is <see cref="F:System.IO.Packaging.TargetMode.Internal" /> or <see cref="F:System.IO.Packaging.TargetMode.External" /> to the package.</param>
1199       <param name="relationshipType">A URI that uniquely defines the role of the relationship.</param>
1200       <returns>The package-level relationship to the specified part.</returns>
1201       <exception cref="T:System.ArgumentNullException">
1202         <paramref name="targetUri" /> or <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1203       <exception cref="T:System.ArgumentException">The <paramref name="targetUri" /> part is a <see cref="T:System.IO.Packaging.PackageRelationship" />, or <paramref name="targetMode" /> is <see cref="F:System.IO.Packaging.TargetMode.Internal" /> and <paramref name="targetUri" /> is an absolute URI.</exception>
1204       <exception cref="T:System.ArgumentOutOfRangeException">The value for <paramref name="targetMode" /> is not valid.</exception>
1205       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1206       <exception cref="T:System.IO.IOException">The package is read-only.</exception>
1207     </member>
1208     <member name="M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)">
1209       <summary>Creates a package-level relationship to a part with a given URI, target mode, relationship type, and identifier (ID).</summary>
1210       <param name="targetUri">The uniform resource identifier (URI) of the target part.</param>
1211       <param name="targetMode">Indicates if the target part is <see cref="F:System.IO.Packaging.TargetMode.Internal" /> or <see cref="F:System.IO.Packaging.TargetMode.External" /> to the package.</param>
1212       <param name="relationshipType">A URI that uniquely defines the role of the relationship.</param>
1213       <param name="id">A unique XML identifier.</param>
1214       <returns>The package-level relationship to the specified part.</returns>
1215       <exception cref="T:System.ArgumentNullException">
1216         <paramref name="targetUri" /> or <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1217       <exception cref="T:System.ArgumentException">The <paramref name="targetUri" /> part is a <see cref="T:System.IO.Packaging.PackageRelationship" />, or <paramref name="targetMode" /> is <see cref="F:System.IO.Packaging.TargetMode.Internal" /> and <paramref name="targetUri" /> is an absolute URI.</exception>
1218       <exception cref="T:System.ArgumentOutOfRangeException">The value for <paramref name="targetMode" /> is not valid.</exception>
1219       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1220       <exception cref="T:System.IO.IOException">The package is read-only.</exception>
1221       <exception cref="T:System.Xml.XmlException">
1222         <paramref name="id" /> is not a valid XML identifier; or a part with the specified <paramref name="id" /> already occurs in the package.</exception>
1223     </member>
1224     <member name="M:System.IO.Packaging.Package.DeletePart(System.Uri)">
1225       <summary>Deletes a part with a given URI from the package.</summary>
1226       <param name="partUri">The URI of the part to delete.</param>
1227       <exception cref="T:System.ArgumentNullException">
1228         <paramref name="partUri" /> is <see langword="null" />.</exception>
1229       <exception cref="T:System.ArgumentException">
1230         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> URI.</exception>
1231       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1232       <exception cref="T:System.IO.IOException">The package is read-only.</exception>
1233     </member>
1234     <member name="M:System.IO.Packaging.Package.DeletePartCore(System.Uri)">
1235       <summary>When overridden in a derived class, deletes a part with a given URI.</summary>
1236       <param name="partUri">The <see cref="P:System.IO.Packaging.PackagePart.Uri" /> of the <see cref="T:System.IO.Packaging.PackagePart" /> to delete.</param>
1237     </member>
1238     <member name="M:System.IO.Packaging.Package.DeleteRelationship(System.String)">
1239       <summary>Deletes a package-level relationship.</summary>
1240       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the <see cref="T:System.IO.Packaging.PackageRelationship" /> to delete.</param>
1241       <exception cref="T:System.ArgumentNullException">
1242         <paramref name="id" /> is <see langword="null" />.</exception>
1243       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1244       <exception cref="T:System.IO.IOException">The package is read-only.</exception>
1245       <exception cref="T:System.Xml.XmlException">
1246         <paramref name="id" /> is not a valid XML identifier.</exception>
1247     </member>
1248     <member name="M:System.IO.Packaging.Package.Dispose(System.Boolean)">
1249       <summary>Flushes and saves the content of all parts and relationships, closes the package, and releases all resources.</summary>
1250       <param name="disposing">
1251         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1252     </member>
1253     <member name="P:System.IO.Packaging.Package.FileOpenAccess">
1254       <summary>Gets the file access setting for the package.</summary>
1255       <returns>One of the <see cref="T:System.IO.FileAccess" /> values: <see cref="F:System.IO.FileAccess.Read" />, <see cref="F:System.IO.FileAccess.Write" />, or <see cref="F:System.IO.FileAccess.ReadWrite" />.</returns>
1256       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1257     </member>
1258     <member name="M:System.IO.Packaging.Package.Flush">
1259       <summary>Saves the contents of all parts and relationships that are contained in the package.</summary>
1260       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1261       <exception cref="T:System.IO.IOException">The package is read-only and cannot be modified.</exception>
1262     </member>
1263     <member name="M:System.IO.Packaging.Package.FlushCore">
1264       <summary>When overridden in a derived class, saves the content of all parts and relationships to the derived class store.</summary>
1265     </member>
1266     <member name="M:System.IO.Packaging.Package.GetPart(System.Uri)">
1267       <summary>Returns the part with a given URI.</summary>
1268       <param name="partUri">The uniform resource identifier (URI) of the part to return.</param>
1269       <returns>The part with the specified <paramref name="partUri" />.</returns>
1270       <exception cref="T:System.ArgumentNullException">
1271         <paramref name="partUri" /> is <see langword="null" />.</exception>
1272       <exception cref="T:System.ArgumentException">
1273         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> uniform resource identifier (URI).</exception>
1274       <exception cref="T:System.InvalidOperationException">A part with the specified <paramref name="partUri" /> is not in the package.</exception>
1275       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1276       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1277     </member>
1278     <member name="M:System.IO.Packaging.Package.GetPartCore(System.Uri)">
1279       <summary>When overridden in a derived class, returns the part addressed by a given URI.</summary>
1280       <param name="partUri">The uniform resource identifier (URI) of the part to retrieve.</param>
1281       <returns>The requested part; or <see langword="null" />, if a part with the specified <paramref name="partUri" /> is not in the package.</returns>
1282     </member>
1283     <member name="M:System.IO.Packaging.Package.GetParts">
1284       <summary>Returns a collection of all the parts in the package.</summary>
1285       <returns>A collection of all the <see cref="T:System.IO.Packaging.PackagePart" /> elements that are contained in the package.</returns>
1286       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1287       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1288     </member>
1289     <member name="M:System.IO.Packaging.Package.GetPartsCore">
1290       <summary>When overridden in a derived class, returns an array of all the parts in the package.</summary>
1291       <returns>An array of all the parts that are contained in the package.</returns>
1292     </member>
1293     <member name="M:System.IO.Packaging.Package.GetRelationship(System.String)">
1294       <summary>Returns the package-level relationship with a given identifier.</summary>
1295       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the relationship to return.</param>
1296       <returns>The package-level relationship with the specified <paramref name="id" />.</returns>
1297       <exception cref="T:System.ArgumentNullException">
1298         <paramref name="id" /> is <see langword="null" />.</exception>
1299       <exception cref="T:System.Xml.XmlException">
1300         <paramref name="id" /> is not a valid XML identifier.</exception>
1301       <exception cref="T:System.InvalidOperationException">A relationship with the specified <paramref name="id" /> is not in the package.</exception>
1302       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1303       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1304     </member>
1305     <member name="M:System.IO.Packaging.Package.GetRelationships">
1306       <summary>Returns a collection of all the package-level relationships.</summary>
1307       <returns>A collection of all the package-level relationships that are contained in the package.</returns>
1308       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1309       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1310     </member>
1311     <member name="M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)">
1312       <summary>Returns a collection of all the package-level relationships that match a given <see cref="P:System.IO.Packaging.PackageRelationship.RelationshipType" />.</summary>
1313       <param name="relationshipType">The <see cref="P:System.IO.Packaging.PackageRelationship.RelationshipType" /> to match and return in the collection.</param>
1314       <returns>A collection of package-level relationships that match the specified <paramref name="relationshipType" />.</returns>
1315       <exception cref="T:System.ArgumentNullException">
1316         <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1317       <exception cref="T:System.ArgumentException">
1318         <paramref name="relationshipType" /> is an empty string.</exception>
1319       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1320       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1321     </member>
1322     <member name="M:System.IO.Packaging.Package.Open(System.IO.Stream)">
1323       <summary>Opens a package on a given IO stream.</summary>
1324       <param name="stream">The IO stream on which to open the package.</param>
1325       <returns>The opened package.</returns>
1326       <exception cref="T:System.ArgumentNullException">
1327         <paramref name="stream" /> is <see langword="null" />.</exception>
1328       <exception cref="T:System.IO.IOException">The package to open requires read or read/write permission and the specified <paramref name="stream" /> is write-only; or, the package to open requires write or read/write permission and the specified <paramref name="stream" /> is read-only.</exception>
1329     </member>
1330     <member name="M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)">
1331       <summary>Opens a package with a given IO stream and file mode.</summary>
1332       <param name="stream">The IO stream on which to open the package.</param>
1333       <param name="packageMode">The file mode in which to open the package.</param>
1334       <returns>The opened package.</returns>
1335       <exception cref="T:System.ArgumentNullException">
1336         <paramref name="stream" /> is <see langword="null" />.</exception>
1337       <exception cref="T:System.ArgumentOutOfRangeException">
1338         <paramref name="packageMode" /> value is not valid.</exception>
1339       <exception cref="T:System.IO.IOException">The package to open requires read or read/write permission and the specified <paramref name="stream" /> is write-only; or, the package to open requires write or read/write permission and the specified <paramref name="stream" /> is read-only.</exception>
1340     </member>
1341     <member name="M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)">
1342       <summary>Opens a package with a given IO stream, file mode, and file access setting.</summary>
1343       <param name="stream">The IO stream on which to open the package.</param>
1344       <param name="packageMode">The file mode in which to open the package.</param>
1345       <param name="packageAccess">The file access in which to open the package.</param>
1346       <returns>The opened package.</returns>
1347       <exception cref="T:System.ArgumentNullException">
1348         <paramref name="stream" /> is <see langword="null" />.</exception>
1349       <exception cref="T:System.ArgumentOutOfRangeException">The value for <paramref name="packageMode" /> or <paramref name="packageAccess" /> is not valid.</exception>
1350       <exception cref="T:System.IO.IOException">The package to open requires read or read/write permission and the specified <paramref name="stream" /> is write-only; or the package to open requires write or read/write permission and the specified <paramref name="stream" /> is read-only.</exception>
1351     </member>
1352     <member name="M:System.IO.Packaging.Package.Open(System.String)">
1353       <summary>Opens a package at a given path and file name.</summary>
1354       <param name="path">The path and file name of the package.</param>
1355       <returns>The opened package.</returns>
1356       <exception cref="T:System.ArgumentNullException">
1357         <paramref name="path" /> is <see langword="null" />.</exception>
1358     </member>
1359     <member name="M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)">
1360       <summary>Opens a package at a given path using a given file mode.</summary>
1361       <param name="path">The path and file name of the package.</param>
1362       <param name="packageMode">The file mode in which to open the package.</param>
1363       <returns>The opened package.</returns>
1364       <exception cref="T:System.ArgumentNullException">
1365         <paramref name="path" /> is <see langword="null" />.</exception>
1366       <exception cref="T:System.ArgumentOutOfRangeException">Value for <paramref name="packageMode" /> is not valid.</exception>
1367     </member>
1368     <member name="M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)">
1369       <summary>Opens a package at a given path using a given file mode and file access setting.</summary>
1370       <param name="path">The path and file name of the package.</param>
1371       <param name="packageMode">The file mode in which to open the package.</param>
1372       <param name="packageAccess">The file access in which to open the package.</param>
1373       <returns>The opened package.</returns>
1374       <exception cref="T:System.ArgumentNullException">
1375         <paramref name="path" /> is <see langword="null" />.</exception>
1376       <exception cref="T:System.ArgumentOutOfRangeException">Value for <paramref name="packageMode" /> or <paramref name="packageAccess" /> is not valid.</exception>
1377     </member>
1378     <member name="M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)">
1379       <summary>Opens a package at a given path using a given file mode, file access, and file share setting.</summary>
1380       <param name="path">The path and file name of the package.</param>
1381       <param name="packageMode">The file mode in which to open the package.</param>
1382       <param name="packageAccess">The file access in which to open the package.</param>
1383       <param name="packageShare">The file sharing mode in which to open the package.</param>
1384       <returns>The opened package.</returns>
1385       <exception cref="T:System.ArgumentNullException">
1386         <paramref name="path" /> is <see langword="null" />.</exception>
1387       <exception cref="T:System.ArgumentOutOfRangeException">The value for <paramref name="packageMode" />, <paramref name="packageAccess" />, or <paramref name="packageShare" /> is not valid.</exception>
1388     </member>
1389     <member name="P:System.IO.Packaging.Package.PackageProperties">
1390       <summary>Gets the core properties of the package.</summary>
1391       <returns>The core properties of the package.</returns>
1392       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1393     </member>
1394     <member name="M:System.IO.Packaging.Package.PartExists(System.Uri)">
1395       <summary>Indicates whether a part with a given URI is in the package.</summary>
1396       <param name="partUri">The <see cref="T:System.Uri" /> of the part to check for.</param>
1397       <returns>
1398         <see langword="true" /> if a part with the specified <paramref name="partUri" /> is in the package; otherwise, <see langword="false" />.</returns>
1399       <exception cref="T:System.ArgumentNullException">
1400         <paramref name="partUri" /> is <see langword="null" />.</exception>
1401       <exception cref="T:System.ArgumentException">
1402         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> uniform resource identifier (URI).</exception>
1403       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1404       <exception cref="T:System.IO.IOException">The package is write-only (information cannot be read).</exception>
1405     </member>
1406     <member name="M:System.IO.Packaging.Package.RelationshipExists(System.String)">
1407       <summary>Indicates whether a package-level relationship with a given ID is contained in the package.</summary>
1408       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the relationship to check for.</param>
1409       <returns>
1410         <see langword="true" /> if a package-level relationship with the specified <paramref name="id" /> is in the package; otherwise, <see langword="false" />.</returns>
1411       <exception cref="T:System.ArgumentNullException">
1412         <paramref name="id" /> is <see langword="null" />.</exception>
1413       <exception cref="T:System.Xml.XmlException">
1414         <paramref name="id" /> is not a valid XML identifier.</exception>
1415       <exception cref="T:System.ObjectDisposedException">The package is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1416       <exception cref="T:System.IO.IOException">The package is write-only.</exception>
1417     </member>
1418     <member name="M:System.IO.Packaging.Package.System#IDisposable#Dispose">
1419       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended for application use.  Use the type-safe <see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> method instead.</summary>
1420     </member>
1421     <member name="T:System.IO.Packaging.PackageDigitalSignature">
1422       <summary>Represents a digital signature that is applied to a set of package parts and relationships.</summary>
1423     </member>
1424     <member name="P:System.IO.Packaging.PackageDigitalSignature.CertificateEmbeddingOption">
1425       <summary>Gets the X.509 certificate embedding option.</summary>
1426       <returns>One of the <see cref="T:System.IO.Packaging.CertificateEmbeddingOption" /> values that specifies the option for the digital signature.</returns>
1427       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1428     </member>
1429     <member name="M:System.IO.Packaging.PackageDigitalSignature.GetPartTransformList(System.Uri)">
1430       <summary>Returns an ordered list of the <see cref="T:System.Security.Cryptography.Xml.Transform" /> operations applied to a given part.</summary>
1431       <param name="partName">The <see cref="T:System.Uri" /> of the <see cref="T:System.IO.Packaging.PackagePart" /> to return the transform list for.</param>
1432       <returns>An ordered list of URI strings, such as <see cref="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl" /> or <see cref="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl" />, that represents the canonical XML transformations applied to the part with the given <paramref name="partName" /> URI.</returns>
1433       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1434     </member>
1435     <member name="P:System.IO.Packaging.PackageDigitalSignature.Signature">
1436       <summary>Gets or sets the XML digital signature.</summary>
1437       <returns>The XML digital signature.</returns>
1438       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1439     </member>
1440     <member name="P:System.IO.Packaging.PackageDigitalSignature.SignaturePart">
1441       <summary>Gets the <see cref="T:System.IO.Packaging.PackagePart" /> that contains the signature.</summary>
1442       <returns>The package part that contains the signature.</returns>
1443       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1444     </member>
1445     <member name="P:System.IO.Packaging.PackageDigitalSignature.SignatureType">
1446       <summary>Gets the URI string that identifies the signature type.</summary>
1447       <returns>A URI string that identifies the signature type. The default is <see cref="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl" />.</returns>
1448       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1449     </member>
1450     <member name="P:System.IO.Packaging.PackageDigitalSignature.SignatureValue">
1451       <summary>Gets the encrypted hash value of the <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" />.</summary>
1452       <returns>A byte array that contains the encrypted hash value of the <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" />.</returns>
1453       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1454     </member>
1455     <member name="P:System.IO.Packaging.PackageDigitalSignature.SignedParts">
1456       <summary>Gets a collection of all the <see cref="T:System.IO.Packaging.PackagePart" /> objects signed with the signature.</summary>
1457       <returns>A collection that contains all the package parts signed with the signature.</returns>
1458       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1459     </member>
1460     <member name="P:System.IO.Packaging.PackageDigitalSignature.SignedRelationshipSelectors">
1461       <summary>Gets the list of the <see cref="T:System.IO.Packaging.PackageRelationship" /> parts that have been signed with the signature.</summary>
1462       <returns>The list of the <see cref="T:System.IO.Packaging.PackageRelationship" /> parts that have been signed with the signature.</returns>
1463       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1464     </member>
1465     <member name="P:System.IO.Packaging.PackageDigitalSignature.Signer">
1466       <summary>Gets the X.509 certificate of the signer.</summary>
1467       <returns>The digital certificate of the signer, or <see langword="null" /> if the certificate is not stored in the <see cref="T:System.IO.Packaging.Package" />.</returns>
1468       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1469     </member>
1470     <member name="P:System.IO.Packaging.PackageDigitalSignature.SigningTime">
1471       <summary>Gets the date and time that the signature was created.</summary>
1472       <returns>The date and time that the signature was created.</returns>
1473       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1474     </member>
1475     <member name="P:System.IO.Packaging.PackageDigitalSignature.TimeFormat">
1476       <summary>Gets the format of the date and time returned by the <see cref="P:System.IO.Packaging.PackageDigitalSignature.SigningTime" /> property.</summary>
1477       <returns>The format of the date and time returned by the <see cref="P:System.IO.Packaging.PackageDigitalSignature.SigningTime" /> property.</returns>
1478       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1479     </member>
1480     <member name="M:System.IO.Packaging.PackageDigitalSignature.Verify">
1481       <summary>Verifies the digital signature against an X.509 certificate.</summary>
1482       <returns>
1483         <see cref="F:System.IO.Packaging.VerifyResult.Success" /> if the verification succeeded; otherwise, one of the <see cref="T:System.IO.Packaging.VerifyResult" /> values that identifies a problem.</returns>
1484       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1485     </member>
1486     <member name="M:System.IO.Packaging.PackageDigitalSignature.Verify(System.Security.Cryptography.X509Certificates.X509Certificate)">
1487       <summary>Verifies the digital signature against a given X.509 certificate.</summary>
1488       <param name="signingCertificate">The signer's X.509 certificate to verify the digital signature against.</param>
1489       <returns>
1490         <see cref="F:System.IO.Packaging.VerifyResult.Success" /> if the verification succeeded; otherwise, one of the <see cref="T:System.IO.Packaging.VerifyResult" /> values that identifies a problem.</returns>
1491       <exception cref="T:System.InvalidOperationException">The digital <see cref="P:System.IO.Packaging.PackageDigitalSignature.Signature" /> has been deleted.</exception>
1492     </member>
1493     <member name="T:System.IO.Packaging.PackageDigitalSignatureManager">
1494       <summary>Provides a utility class for the creation and verification of digital signatures in a <see cref="T:System.IO.Packaging.Package" />.</summary>
1495     </member>
1496     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.#ctor(System.IO.Packaging.Package)">
1497       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackageDigitalSignatureManager" /> class for use with a specified <see cref="T:System.IO.Packaging.Package" />.</summary>
1498       <param name="package">The package associated with this signature manager.</param>
1499     </member>
1500     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.CertificateOption">
1501       <summary>Gets or sets the X.509 certificate embedding option used by the <see cref="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri})" /> method to digitally sign package parts.</summary>
1502       <returns>One of the <see cref="T:System.IO.Packaging.CertificateEmbeddingOption" /> values.</returns>
1503     </member>
1504     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Countersign">
1505       <summary>Countersigns all the signatures in the package with a user-selected X.509 certificate.</summary>
1506       <returns>The signature that was added as a countersign; or <see langword="null" /> if no certificate could be located or the user canceled the certificate selection dialog.</returns>
1507     </member>
1508     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Countersign(System.Security.Cryptography.X509Certificates.X509Certificate)">
1509       <summary>Countersigns all the signatures in the package with a specified X.509 certificate.</summary>
1510       <param name="certificate">The X.509 certificate to add as a countersign signature.</param>
1511       <returns>The signature that was added as a countersign.</returns>
1512       <exception cref="T:System.ArgumentNullException">
1513         <paramref name="certificate" /> is <see langword="null" /></exception>
1514     </member>
1515     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Countersign(System.Security.Cryptography.X509Certificates.X509Certificate,System.Collections.Generic.IEnumerable{System.Uri})">
1516       <summary>Countersigns a list of signatures with a given X.509 certificate.</summary>
1517       <param name="certificate">The X.509 certificate to countersign each of the specified <paramref name="signatures" />.</param>
1518       <param name="signatures">The list of signatures to countersign.</param>
1519       <returns>The digital signature used to countersign each of the <paramref name="signatures" />.</returns>
1520       <exception cref="T:System.ArgumentNullException">Either the <paramref name="certificate" /> or <paramref name="signatures" /> parameter is <see langword="null" />.</exception>
1521       <exception cref="T:System.InvalidOperationException">The package contains no signed <see cref="T:System.IO.Packaging.PackagePart" /> objects.</exception>
1522       <exception cref="T:System.ArgumentException">The package contains no <see cref="T:System.IO.Packaging.PackageDigitalSignature" /> parts.</exception>
1523     </member>
1524     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.DefaultHashAlgorithm">
1525       <summary>Gets a URI string that identifies the default hash algorithm used to create and verify signatures.</summary>
1526       <returns>A URI string that identifies the default hash algorithm used to create and verify signatures.</returns>
1527     </member>
1528     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.GetSignature(System.Uri)">
1529       <summary>Returns the digital signature for a given signature uniform resource identifier (URI).</summary>
1530       <param name="signatureUri">The URI of the digital signature to return.</param>
1531       <returns>The digital signature for the specified <paramref name="signatureUri" />, or <see langword="null" /> if a signature for the given <paramref name="signatureUri" /> cannot be found.</returns>
1532     </member>
1533     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.HashAlgorithm">
1534       <summary>Gets or sets the URI identifier for the <see cref="T:System.Security.Cryptography.HashAlgorithm" /> instance used to create and verify signatures.</summary>
1535       <returns>The <see cref="T:System.Security.Cryptography.Xml.SignedXml" /> URI identifier for the <see cref="T:System.Security.Cryptography.HashAlgorithm" /> instance used to create and verify signatures.</returns>
1536       <exception cref="T:System.ArgumentNullException">The string for the URI to set is <see langword="null" />.</exception>
1537       <exception cref="T:System.ArgumentException">The string for the URI to set is empty.</exception>
1538     </member>
1539     <member name="E:System.IO.Packaging.PackageDigitalSignatureManager.InvalidSignatureEvent">
1540       <summary>Occurs when <see cref="M:System.IO.Packaging.PackageDigitalSignatureManager.VerifySignatures(System.Boolean)" /> encounters an invalid signature.</summary>
1541     </member>
1542     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.IsSigned">
1543       <summary>Gets a value that indicates whether the package contains any signatures.</summary>
1544       <returns>
1545         <see langword="true" /> if the package contains signatures; otherwise, <see langword="false" />.</returns>
1546     </member>
1547     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.ParentWindow">
1548       <summary>Gets or sets a handle to the parent window for displaying a certificate selection dialog box.</summary>
1549       <returns>The handle of the parent window to use to display the certificate selection dialog box.</returns>
1550     </member>
1551     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.RemoveAllSignatures">
1552       <summary>Removes all digital signatures from the package.</summary>
1553     </member>
1554     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.RemoveSignature(System.Uri)">
1555       <summary>Removes the digital signature with a given signature uniform resource identifier (URI).</summary>
1556       <param name="signatureUri">The URI of the <see cref="T:System.IO.Packaging.PackageDigitalSignature" /> to remove.</param>
1557     </member>
1558     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri})">
1559       <summary>Prompts the user for an X.509 certificate, which is then used to digitally sign a specified list of package parts.</summary>
1560       <param name="parts">The list of uniform resource identifiers (URIs) for the <see cref="T:System.IO.Packaging.PackagePart" /> elements to sign.</param>
1561       <returns>The digital signature used to sign the list of <paramref name="parts" />.</returns>
1562     </member>
1563     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri},System.Security.Cryptography.X509Certificates.X509Certificate)">
1564       <summary>Signs a list of package parts with a given X.509 certificate.</summary>
1565       <param name="parts">The list of uniform resource identifiers (URIs) for the <see cref="T:System.IO.Packaging.PackagePart" /> elements to sign.</param>
1566       <param name="certificate">The X.509 certificate to use to digitally sign each of the specified <paramref name="parts" />.</param>
1567       <returns>The digital signature used to sign the given list of <paramref name="parts" />; or <see langword="null" /> if no certificate could be found or the user clicked "Cancel" in the certificate selection dialog box.</returns>
1568     </member>
1569     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri},System.Security.Cryptography.X509Certificates.X509Certificate,System.Collections.Generic.IEnumerable{System.IO.Packaging.PackageRelationshipSelector})">
1570       <summary>Signs a list of package parts and package relationships with a given X.509 certificate.</summary>
1571       <param name="parts">The list of uniform resource identifiers (URIs) for the <see cref="T:System.IO.Packaging.PackagePart" /> objects to sign.</param>
1572       <param name="certificate">The X.509 certificate to use to digitally sign each of the specified parts and relationships.</param>
1573       <param name="relationshipSelectors">The list of <see cref="T:System.IO.Packaging.PackageRelationship" /> objects to sign.</param>
1574       <returns>The digital signature used to sign the elements specified in the <paramref name="parts" /> and <paramref name="relationshipSelectors" /> lists.</returns>
1575       <exception cref="T:System.ArgumentException">Neither <paramref name="parts" /> nor <paramref name="relationshipSelectors" /> specify any objects to sign.</exception>
1576     </member>
1577     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri},System.Security.Cryptography.X509Certificates.X509Certificate,System.Collections.Generic.IEnumerable{System.IO.Packaging.PackageRelationshipSelector},System.String)">
1578       <summary>Signs a list of package parts and package relationships with a given X.509 certificate and identifier (ID).</summary>
1579       <param name="parts">The list of uniform resource identifiers (URIs) for the <see cref="T:System.IO.Packaging.PackagePart" /> objects to sign.</param>
1580       <param name="certificate">The X.509 certificate to use to digitally sign each of the specified parts and relationships.</param>
1581       <param name="relationshipSelectors">The list of <see cref="T:System.IO.Packaging.PackageRelationship" /> objects to sign.</param>
1582       <param name="signatureId">An identification string to associate with the signature.</param>
1583       <returns>The digital signature used to sign the elements specified in the <paramref name="parts" /> and <paramref name="relationshipSelectors" /> lists.</returns>
1584       <exception cref="T:System.ArgumentException">Neither <paramref name="parts" /> nor <paramref name="relationshipSelectors" /> specify any elements to sign.</exception>
1585     </member>
1586     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.Sign(System.Collections.Generic.IEnumerable{System.Uri},System.Security.Cryptography.X509Certificates.X509Certificate,System.Collections.Generic.IEnumerable{System.IO.Packaging.PackageRelationshipSelector},System.String,System.Collections.Generic.IEnumerable{System.Security.Cryptography.Xml.DataObject},System.Collections.Generic.IEnumerable{System.Security.Cryptography.Xml.Reference})">
1587       <summary>Signs a list of package parts, package relationships, or custom objects with a specified X.509 certificate and signature identifier (ID).</summary>
1588       <param name="parts">The list of uniform resource identifiers (URIs) for the <see cref="T:System.IO.Packaging.PackagePart" /> objects to sign.</param>
1589       <param name="certificate">The X.509 certificate to use to digitally sign each of the specified parts and relationships.</param>
1590       <param name="relationshipSelectors">The list of <see cref="T:System.IO.Packaging.PackageRelationship" /> objects to sign.</param>
1591       <param name="signatureId">An identification string to associate with the signature.</param>
1592       <param name="signatureObjects">A list of custom data objects to sign.</param>
1593       <param name="objectReferences">A list of references to custom objects to sign.</param>
1594       <returns>The digital signature used to sign the elements specified in the <paramref name="parts" /> and <paramref name="relationshipSelectors" /> lists.</returns>
1595       <exception cref="T:System.ArgumentException">Neither <paramref name="parts" />, <paramref name="relationshipSelectors" />, <paramref name="signatureObjects" />, nor <paramref name="objectReferences" /> specify any elements to sign.</exception>
1596       <exception cref="T:System.InvalidOperationException">A <see cref="P:System.IO.Packaging.PackagePart.ContentType" /> of a part being signed references an empty, <see langword="null" />, or undefined <see cref="P:System.IO.Packaging.PackageDigitalSignatureManager.TransformMapping" />.</exception>
1597       <exception cref="T:System.Xml.XmlException">
1598         <paramref name="signatureId" /> is not <see langword="null" /> and is not a valid XML schema ID (for example, begins with a leading numeric digit).</exception>
1599     </member>
1600     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.SignatureOrigin">
1601       <summary>Gets the uniform resource identifier (URI) of the signature origin part.</summary>
1602       <returns>The URI of the signature origin part.</returns>
1603     </member>
1604     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.SignatureOriginRelationshipType">
1605       <summary>Gets the type of default signature origin relationship.</summary>
1606       <returns>The type of default signature origin relationship.</returns>
1607     </member>
1608     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.Signatures">
1609       <summary>Gets a collection of all the signatures contained in the package.</summary>
1610       <returns>A collection of all the <see cref="T:System.IO.Packaging.PackageDigitalSignature" /> objects.</returns>
1611     </member>
1612     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.TimeFormat">
1613       <summary>Gets or sets the date/time format used to create a signature <see cref="P:System.IO.Packaging.PackageDigitalSignature.SigningTime" />.</summary>
1614       <returns>The date/time format used to create a signature <see cref="P:System.IO.Packaging.PackageDigitalSignature.SigningTime" />.</returns>
1615     </member>
1616     <member name="P:System.IO.Packaging.PackageDigitalSignatureManager.TransformMapping">
1617       <summary>Gets a dictionary that contains each defined <see cref="P:System.IO.Packaging.PackagePart.ContentType" /> and its associated XML <see cref="T:System.Security.Cryptography.Xml.Transform" />.<see cref="P:System.Security.Cryptography.Xml.Transform.Algorithm" /> identifier.</summary>
1618       <returns>A dictionary that contains each defined <see cref="P:System.IO.Packaging.PackagePart.ContentType" /> and its associated XML <see cref="T:System.Security.Cryptography.Xml.Transform" />.<see cref="P:System.Security.Cryptography.Xml.Transform.Algorithm" /> identifier.</returns>
1619     </member>
1620     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.VerifyCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)">
1621       <summary>Verifies a given X.509 certificate.</summary>
1622       <param name="certificate">The X.509 certificate to verify.</param>
1623       <returns>
1624         <see cref="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NoError" /> (value 0) if the certificate verified successfully; otherwise, a bitwise enumeration of error flags.</returns>
1625     </member>
1626     <member name="M:System.IO.Packaging.PackageDigitalSignatureManager.VerifySignatures(System.Boolean)">
1627       <summary>Verifies the signatures on all signed parts within the package.</summary>
1628       <param name="exitOnFailure">
1629         <see langword="true" /> to exit on first failure; otherwise, <see langword="false" /> to continue and check all signatures.</param>
1630       <returns>
1631         <see cref="F:System.IO.Packaging.VerifyResult.Success" /> (value 0) if all signatures are verified successfully; otherwise, an enumeration that identifies the error.</returns>
1632     </member>
1633     <member name="T:System.IO.Packaging.PackagePart">
1634       <summary>Provides a base class for parts stored in a <see cref="T:System.IO.Packaging.Package" />.  This class is abstract.</summary>
1635     </member>
1636     <member name="M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)">
1637       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackagePart" /> class with a specified parent <see cref="P:System.IO.Packaging.PackagePart.Package" /> and part URI.</summary>
1638       <param name="package">The parent <see cref="T:System.IO.Packaging.Package" /> of the part.</param>
1639       <param name="partUri">The URI of the part, relative to the parent <see cref="T:System.IO.Packaging.Package" /> root.</param>
1640       <exception cref="T:System.ArgumentNullException">
1641         <paramref name="package" /> or <paramref name="partUri" /> is <see langword="null" />.</exception>
1642     </member>
1643     <member name="M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)">
1644       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackagePart" /> class with a specified parent <see cref="P:System.IO.Packaging.PackagePart.Package" />, part URI, and MIME content type.</summary>
1645       <param name="package">The parent <see cref="T:System.IO.Packaging.Package" /> of the part.</param>
1646       <param name="partUri">The URI of the part, relative to the parent <see cref="T:System.IO.Packaging.Package" /> root.</param>
1647       <param name="contentType">The MIME content type of the part data stream.</param>
1648       <exception cref="T:System.ArgumentNullException">
1649         <paramref name="package" /> or <paramref name="partUri" /> is <see langword="null" />.</exception>
1650       <exception cref="T:System.ArgumentException">
1651         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> URI.</exception>
1652     </member>
1653     <member name="M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)">
1654       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackagePart" /> class with a specified parent <see cref="P:System.IO.Packaging.PackagePart.Package" />, part URI, MIME content type, and <see cref="T:System.IO.Packaging.CompressionOption" />.</summary>
1655       <param name="package">The parent <see cref="T:System.IO.Packaging.Package" /> of the part.</param>
1656       <param name="partUri">The URI of the part, relative to the parent <see cref="T:System.IO.Packaging.Package" /> root.</param>
1657       <param name="contentType">The MIME content type of the part's data stream.</param>
1658       <param name="compressionOption">The compression option of the part data stream.</param>
1659       <exception cref="T:System.ArgumentNullException">
1660         <paramref name="package" /> or <paramref name="partUri" /> is <see langword="null" />.</exception>
1661       <exception cref="T:System.ArgumentException">
1662         <paramref name="partUri" /> is not a valid <see cref="T:System.IO.Packaging.PackagePart" /> URI.</exception>
1663       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="compressionOption" /> value is not valid.</exception>
1664     </member>
1665     <member name="P:System.IO.Packaging.PackagePart.CompressionOption">
1666       <summary>Gets the compression option of the part content stream.</summary>
1667       <returns>The compression option of the part content stream.</returns>
1668       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1669 -or-
1670 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1671     </member>
1672     <member name="P:System.IO.Packaging.PackagePart.ContentType">
1673       <summary>Gets the MIME type of the content stream.</summary>
1674       <returns>The MIME type of the content data stream for the part.</returns>
1675       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1676 -or-
1677 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).
1678 -or-
1679 The string returned by the derived class <see cref="M:System.IO.Packaging.PackagePart.GetContentTypeCore" /> method is empty.</exception>
1680     </member>
1681     <member name="M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)">
1682       <summary>Creates a part-level relationship between this <see cref="T:System.IO.Packaging.PackagePart" /> to a specified target <see cref="T:System.IO.Packaging.PackagePart" /> or external resource.</summary>
1683       <param name="targetUri">The URI of the target part.</param>
1684       <param name="targetMode">One of the enumeration values. For example, <see cref="F:System.IO.Packaging.TargetMode.Internal" /> if the target part is inside the <see cref="T:System.IO.Packaging.Package" />; or <see cref="F:System.IO.Packaging.TargetMode.External" /> if the target is a resource outside the <see cref="T:System.IO.Packaging.Package" />.</param>
1685       <param name="relationshipType">The role of the relationship.</param>
1686       <returns>The part-level relationship between this <see cref="T:System.IO.Packaging.PackagePart" /> to the target <see cref="T:System.IO.Packaging.PackagePart" /> or external resource.</returns>
1687       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1688 -or-
1689 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1690       <exception cref="T:System.ArgumentNullException">
1691         <paramref name="targetUri" /> or <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1692       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="targetMode" /> parameter is not a valid <see cref="T:System.IO.Packaging.TargetMode" /> enumeration value.</exception>
1693       <exception cref="T:System.ArgumentException">The part identified by the <paramref name="targetUri" /> is a relationship (the target of a relationship cannot be another relationship).
1694 -or-
1695 <paramref name="targetMode" /> is specified as <see cref="F:System.IO.Packaging.TargetMode.Internal" /> but <paramref name="targetUri" /> is an absolute external URI.</exception>
1696       <exception cref="T:System.IO.IOException">The package is read-only (a new relationship cannot be added).</exception>
1697     </member>
1698     <member name="M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)">
1699       <summary>Creates a part-level relationship between this <see cref="T:System.IO.Packaging.PackagePart" /> to a specified target <see cref="T:System.IO.Packaging.PackagePart" /> or external resource.</summary>
1700       <param name="targetUri">The URI of the target part.</param>
1701       <param name="targetMode">One of the enumeration values. For example, <see cref="F:System.IO.Packaging.TargetMode.Internal" /> if the target part is inside the <see cref="T:System.IO.Packaging.Package" />; or <see cref="F:System.IO.Packaging.TargetMode.External" /> if the target is a resource outside the <see cref="T:System.IO.Packaging.Package" />.</param>
1702       <param name="relationshipType">The role of the relationship.</param>
1703       <param name="id">A unique ID for the relationship.</param>
1704       <returns>The part-level relationship between this <see cref="T:System.IO.Packaging.PackagePart" /> to the target <see cref="T:System.IO.Packaging.PackagePart" /> or external resource.</returns>
1705       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1706 -or-
1707 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1708       <exception cref="T:System.ArgumentNullException">
1709         <paramref name="targetUri" /> or <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1710       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="targetMode" /> parameter is not a valid <see cref="T:System.IO.Packaging.TargetMode" /> enumeration value.</exception>
1711       <exception cref="T:System.ArgumentException">The part identified by the <paramref name="targetUri" /> is a relationship (the target of a relationship cannot be another relationship).
1712 -or-
1713 <paramref name="targetMode" /> is specified as <see cref="F:System.IO.Packaging.TargetMode.Internal" /> but <paramref name="targetUri" /> is an absolute external URI.</exception>
1714       <exception cref="T:System.IO.IOException">The package is read-only (a new relationship cannot be added).</exception>
1715       <exception cref="T:System.Xml.XmlException">
1716         <paramref name="id" /> is not a valid XML identifier.
1717 -or-
1718 A part with the specified <paramref name="id" /> already exists.</exception>
1719     </member>
1720     <member name="M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)">
1721       <summary>Deletes a specified part-level <see cref="T:System.IO.Packaging.PackageRelationship" />.</summary>
1722       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the relationship to delete.</param>
1723       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1724 -or-
1725 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1726       <exception cref="T:System.ArgumentNullException">
1727         <paramref name="id" /> is <see langword="null" />.</exception>
1728       <exception cref="T:System.IO.IOException">The package is read-only (relationships cannot be deleted).</exception>
1729       <exception cref="T:System.Xml.XmlException">
1730         <paramref name="id" /> is not a valid XML identifier.</exception>
1731     </member>
1732     <member name="M:System.IO.Packaging.PackagePart.GetContentTypeCore">
1733       <summary>When overridden in a derived class, returns the MIME type of the part content.</summary>
1734       <returns>The MIME type of the part content.</returns>
1735       <exception cref="T:System.NotSupportedException">The derived class does not provide an override implementation required for the <see cref="M:System.IO.Packaging.PackagePart.GetContentTypeCore" /> method.</exception>
1736     </member>
1737     <member name="M:System.IO.Packaging.PackagePart.GetRelationship(System.String)">
1738       <summary>Returns the relationship that has a specified <see cref="P:System.IO.Packaging.PackageRelationship.Id" />.</summary>
1739       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the relationship to return.</param>
1740       <returns>The relationship that matches the specified <paramref name="id" />.</returns>
1741       <exception cref="T:System.ArgumentNullException">
1742         <paramref name="id" /> is <see langword="null" />.</exception>
1743       <exception cref="T:System.Xml.XmlException">
1744         <paramref name="id" /> is not a valid XML identifier.</exception>
1745       <exception cref="T:System.ArgumentException">
1746         <paramref name="relationshipType" /> is an empty string.</exception>
1747       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1748 -or-
1749 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).
1750 -or-
1751 A relationship with the specified <paramref name="id" /> does not exist in the package.</exception>
1752       <exception cref="T:System.IO.IOException">The package is write-only (relationship information cannot be read).</exception>
1753     </member>
1754     <member name="M:System.IO.Packaging.PackagePart.GetRelationships">
1755       <summary>Returns a collection of all the relationships that are owned by this part.</summary>
1756       <returns>A collection of all the relationships that are owned by the part.</returns>
1757       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1758 -or-
1759 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1760       <exception cref="T:System.IO.IOException">The package is write-only (relationship information cannot be read).</exception>
1761     </member>
1762     <member name="M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)">
1763       <summary>Returns a collection of the relationships that match a specified <see cref="P:System.IO.Packaging.PackageRelationship.RelationshipType" />.</summary>
1764       <param name="relationshipType">The <see cref="P:System.IO.Packaging.PackageRelationship.RelationshipType" /> of the relationships to locate and return in the collection.</param>
1765       <returns>A collection of the relationships that match the specified <paramref name="relationshipType" />.</returns>
1766       <exception cref="T:System.ArgumentNullException">
1767         <paramref name="relationshipType" /> is <see langword="null" />.</exception>
1768       <exception cref="T:System.ArgumentException">
1769         <paramref name="relationshipType" /> is an empty string.</exception>
1770       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1771 -or-
1772 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1773       <exception cref="T:System.IO.IOException">The package is write-only (relationship information cannot be read).</exception>
1774     </member>
1775     <member name="M:System.IO.Packaging.PackagePart.GetStream">
1776       <summary>Returns the part content data stream.</summary>
1777       <returns>The content data stream for the part.</returns>
1778       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1779 -or-
1780 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1781       <exception cref="T:System.IO.IOException">The stream object returned by the <see cref="M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)" /> method of the derived subclass is <see langword="null" />.</exception>
1782     </member>
1783     <member name="M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)">
1784       <summary>Returns the content stream opened in a specified I/O <see cref="T:System.IO.FileMode" />.</summary>
1785       <param name="mode">The I/O mode in which to open the content stream.</param>
1786       <returns>The content stream of the part.</returns>
1787       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1788 -or-
1789 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1790       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="mode" /> parameter is not a valid <see cref="T:System.IO.FileMode" /> enumeration value.</exception>
1791       <exception cref="T:System.IO.IOException">The <paramref name="mode" /> parameter is not compatible with the package and part stream.
1792 -or-
1793 The stream object returned by the <see cref="M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)" /> method of the derived subclass is <see langword="null" />.</exception>
1794     </member>
1795     <member name="M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)">
1796       <summary>Returns the part content stream opened with a specified <see cref="T:System.IO.FileMode" /> and <see cref="T:System.IO.FileAccess" />.</summary>
1797       <param name="mode">The I/O mode in which to open the content stream.</param>
1798       <param name="access">The access permissions to use in opening the content stream.</param>
1799       <returns>The content stream for the part.</returns>
1800       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1801 -or-
1802 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1803       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="mode" /> parameter is not a valid <see cref="T:System.IO.FileMode" /> enumeration value.
1804 -or-
1805 The <paramref name="access" /> parameter is not a valid <see cref="T:System.IO.FileAccess" /> enumeration value.</exception>
1806       <exception cref="T:System.IO.IOException">
1807         <paramref name="mode" /> or <paramref name="access" /> is not compatible with the package and part stream.
1808 -or-
1809 The <paramref name="access" /> parameter is specified as <see cref="F:System.IO.FileAccess.Read" /> but the <paramref name="mode" /> parameter requires write access.  (<see cref="T:System.IO.FileMode" /> values of <see cref="F:System.IO.FileMode.Create" />, <see cref="F:System.IO.FileMode.CreateNew" />, <see cref="F:System.IO.FileMode.Truncate" />, and <see cref="F:System.IO.FileMode.Append" /> require <see cref="F:System.IO.FileAccess.Write" /> or <see cref="F:System.IO.FileAccess.ReadWrite" /> access.)
1810 -or-
1811 The stream object returned by the <see cref="M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)" /> method of the derived subclass is <see langword="null" />.</exception>
1812     </member>
1813     <member name="M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)">
1814       <summary>When overridden in a derived class, returns the part content stream opened with a specified <see cref="T:System.IO.FileMode" /> and <see cref="T:System.IO.FileAccess" />.</summary>
1815       <param name="mode">The I/O mode in which to open the content stream.</param>
1816       <param name="access">The access permissions to use in opening the content stream.</param>
1817       <returns>The content data stream of the part.</returns>
1818     </member>
1819     <member name="P:System.IO.Packaging.PackagePart.Package">
1820       <summary>Gets the parent <see cref="T:System.IO.Packaging.Package" /> of the part.</summary>
1821       <returns>The parent package of the part.</returns>
1822       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1823 -or-
1824 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1825     </member>
1826     <member name="M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)">
1827       <summary>Returns a value that indicates whether this part owns a relationship with a specified <see cref="P:System.IO.Packaging.PackageRelationship.Id" />.</summary>
1828       <param name="id">The <see cref="P:System.IO.Packaging.PackageRelationship.Id" /> of the relationship to check for.</param>
1829       <returns>
1830         <see langword="true" /> if this part owns a relationship with the specified <paramref name="id" />; otherwise, <see langword="false" />.</returns>
1831       <exception cref="T:System.ArgumentNullException">
1832         <paramref name="id" /> is <see langword="null" />.</exception>
1833       <exception cref="T:System.Xml.XmlException">
1834         <paramref name="id" /> is not a valid XML identifier.</exception>
1835       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1836 -or-
1837 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1838       <exception cref="T:System.IO.IOException">The package is write-only (relationship information cannot be read).</exception>
1839     </member>
1840     <member name="P:System.IO.Packaging.PackagePart.Uri">
1841       <summary>Gets the URI of the part.</summary>
1842       <returns>The URI of the part relative to the package root.</returns>
1843       <exception cref="T:System.InvalidOperationException">The part has been deleted.
1844 -or-
1845 The <see cref="P:System.IO.Packaging.PackagePart.Package" /> is not open (<see cref="M:System.IO.Packaging.Package.Dispose(System.Boolean)" /> or <see cref="M:System.IO.Packaging.Package.Close" /> has been called).</exception>
1846     </member>
1847     <member name="T:System.IO.Packaging.PackagePartCollection">
1848       <summary>Represents a collection of <see cref="T:System.IO.Packaging.PackagePart" /> objects.</summary>
1849     </member>
1850     <member name="M:System.IO.Packaging.PackagePartCollection.GetEnumerator">
1851       <summary>Returns an enumerator for iterating through the parts in the collection.</summary>
1852       <returns>An enumerator for iterating through the <see cref="T:System.IO.Packaging.PackagePart" /> elements in the collection.</returns>
1853     </member>
1854     <member name="M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable{System#IO#Packaging#PackagePart}#GetEnumerator">
1855       <summary>Returns an enumerator that iterates through the collection.</summary>
1856       <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> object that can be used to iterate through the collection.</returns>
1857     </member>
1858     <member name="M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator">
1859       <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.</summary>
1860       <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
1861     </member>
1862     <member name="T:System.IO.Packaging.PackageProperties">
1863       <summary>Represents the core properties of a <see cref="T:System.IO.Packaging.Package" />.</summary>
1864     </member>
1865     <member name="M:System.IO.Packaging.PackageProperties.#ctor">
1866       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackageProperties" /> class.</summary>
1867     </member>
1868     <member name="P:System.IO.Packaging.PackageProperties.Category">
1869       <summary>When overridden in a derived class, gets or sets the category of the <see cref="T:System.IO.Packaging.Package" />.</summary>
1870       <returns>The category of the content that is contained in the <see cref="T:System.IO.Packaging.Package" />.</returns>
1871     </member>
1872     <member name="P:System.IO.Packaging.PackageProperties.ContentStatus">
1873       <summary>When overridden in a derived class, gets or sets a value that represents the status of the <see cref="T:System.IO.Packaging.Package" />.</summary>
1874       <returns>The status of the <see cref="T:System.IO.Packaging.Package" /> content.</returns>
1875     </member>
1876     <member name="P:System.IO.Packaging.PackageProperties.ContentType">
1877       <summary>When overridden in a derived class, gets or sets a value that represents the type of content that is contained in the <see cref="T:System.IO.Packaging.Package" />.</summary>
1878       <returns>The type of content that is contained in the <see cref="T:System.IO.Packaging.Package" />.</returns>
1879     </member>
1880     <member name="P:System.IO.Packaging.PackageProperties.Created">
1881       <summary>When overridden in a derived class, gets or sets the date and time the <see cref="T:System.IO.Packaging.Package" /> was created.</summary>
1882       <returns>The date and time the <see cref="T:System.IO.Packaging.Package" /> was initially created.</returns>
1883     </member>
1884     <member name="P:System.IO.Packaging.PackageProperties.Creator">
1885       <summary>When overridden in a derived class, gets or sets a value that identifies the individual or entity that created the <see cref="T:System.IO.Packaging.Package" /> and its content.</summary>
1886       <returns>The individual or entity that created the <see cref="T:System.IO.Packaging.Package" /> and its content.</returns>
1887     </member>
1888     <member name="P:System.IO.Packaging.PackageProperties.Description">
1889       <summary>When overridden in a derived class, gets or sets a description of the content contained in the <see cref="T:System.IO.Packaging.Package" />.</summary>
1890       <returns>A description of the content contained in the <see cref="T:System.IO.Packaging.Package" />.</returns>
1891     </member>
1892     <member name="M:System.IO.Packaging.PackageProperties.Dispose">
1893       <summary>Releases all resources used by the <see cref="T:System.IO.Packaging.PackageProperties" /> instance.</summary>
1894     </member>
1895     <member name="M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)">
1896       <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Packaging.PackageProperties" /> instance and optionally releases the managed resources.</summary>
1897       <param name="disposing">
1898         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1899     </member>
1900     <member name="P:System.IO.Packaging.PackageProperties.Identifier">
1901       <summary>When overridden in a derived class, gets or sets a value that unambiguously identifies the <see cref="T:System.IO.Packaging.Package" /> and its content.</summary>
1902       <returns>A value that unambiguously identifies the <see cref="T:System.IO.Packaging.Package" /> and its content.</returns>
1903     </member>
1904     <member name="P:System.IO.Packaging.PackageProperties.Keywords">
1905       <summary>When overridden in a derived class, gets or sets a value that define a delimited set of keywords to support searching and indexing the <see cref="T:System.IO.Packaging.Package" /> and its content.</summary>
1906       <returns>A delimited set of keywords to support searching and indexing the <see cref="T:System.IO.Packaging.Package" /> and content.</returns>
1907     </member>
1908     <member name="P:System.IO.Packaging.PackageProperties.Language">
1909       <summary>When overridden in a derived class, gets or sets a value that identifies the language of the <see cref="T:System.IO.Packaging.Package" /> content.</summary>
1910       <returns>A value that identifies the <see cref="T:System.IO.Packaging.Package" /> content language.</returns>
1911     </member>
1912     <member name="P:System.IO.Packaging.PackageProperties.LastModifiedBy">
1913       <summary>When overridden in a derived class, gets or sets a value that identifies the user who last modified the <see cref="T:System.IO.Packaging.Package" /> content.</summary>
1914       <returns>The user who last modified the <see cref="T:System.IO.Packaging.Package" /> content.</returns>
1915     </member>
1916     <member name="P:System.IO.Packaging.PackageProperties.LastPrinted">
1917       <summary>When overridden in a derived class, gets or sets the date and time the <see cref="T:System.IO.Packaging.Package" /> content was last printed.</summary>
1918       <returns>The date and time the <see cref="T:System.IO.Packaging.Package" /> content was last printed.</returns>
1919     </member>
1920     <member name="P:System.IO.Packaging.PackageProperties.Modified">
1921       <summary>When overridden in a derived class, gets or sets the date and time the <see cref="T:System.IO.Packaging.Package" /> was last changed.</summary>
1922       <returns>The date and time the <see cref="T:System.IO.Packaging.Package" /> was last changed.</returns>
1923     </member>
1924     <member name="P:System.IO.Packaging.PackageProperties.Revision">
1925       <summary>When overridden in a derived class, gets or sets the revision number of the <see cref="T:System.IO.Packaging.Package" />.</summary>
1926       <returns>The revision number of the <see cref="T:System.IO.Packaging.Package" />.</returns>
1927     </member>
1928     <member name="P:System.IO.Packaging.PackageProperties.Subject">
1929       <summary>When overridden in a derived class, gets or sets the topic of the <see cref="T:System.IO.Packaging.Package" /> content.</summary>
1930       <returns>The topic of the <see cref="T:System.IO.Packaging.Package" /> content.</returns>
1931     </member>
1932     <member name="P:System.IO.Packaging.PackageProperties.Title">
1933       <summary>When overridden in a derived class, gets or sets the name given to the <see cref="T:System.IO.Packaging.Package" /> and its content.</summary>
1934       <returns>The name given to the <see cref="T:System.IO.Packaging.Package" /> and its content.</returns>
1935     </member>
1936     <member name="P:System.IO.Packaging.PackageProperties.Version">
1937       <summary>When overridden in a derived class, gets or sets the version number of the <see cref="T:System.IO.Packaging.Package" />.</summary>
1938       <returns>The version number of the <see cref="T:System.IO.Packaging.Package" />.</returns>
1939     </member>
1940     <member name="T:System.IO.Packaging.PackageRelationship">
1941       <summary>Represents an association between a source <see cref="T:System.IO.Packaging.Package" /> or <see cref="T:System.IO.Packaging.PackagePart" />, and a target object which can be a <see cref="T:System.IO.Packaging.PackagePart" /> or external resource.</summary>
1942     </member>
1943     <member name="P:System.IO.Packaging.PackageRelationship.Id">
1944       <summary>Gets a string that identifies the relationship.</summary>
1945       <returns>A string that identifies the relationship.</returns>
1946     </member>
1947     <member name="P:System.IO.Packaging.PackageRelationship.Package">
1948       <summary>Gets the <see cref="T:System.IO.Packaging.Package" /> that contains this relationship.</summary>
1949       <returns>The package that contains this relationship.</returns>
1950     </member>
1951     <member name="P:System.IO.Packaging.PackageRelationship.RelationshipType">
1952       <summary>Gets the qualified type name of the relationship.</summary>
1953       <returns>The qualified type name of the relationship.</returns>
1954     </member>
1955     <member name="P:System.IO.Packaging.PackageRelationship.SourceUri">
1956       <summary>Gets the URI of the package or part that owns the relationship.</summary>
1957       <returns>The URI of the <see cref="T:System.IO.Packaging.Package" /> or <see cref="T:System.IO.Packaging.PackagePart" /> that owns the relationship.</returns>
1958     </member>
1959     <member name="P:System.IO.Packaging.PackageRelationship.TargetMode">
1960       <summary>Gets a value that indicates whether the target of the relationship is <see cref="F:System.IO.Packaging.TargetMode.Internal" /> or <see cref="F:System.IO.Packaging.TargetMode.External" /> to the <see cref="T:System.IO.Packaging.Package" />.</summary>
1961       <returns>An enumeration value that indicates whether <see cref="P:System.IO.Packaging.PackageRelationship.TargetUri" /> references a resource <see cref="F:System.IO.Packaging.TargetMode.Internal" /> or <see cref="F:System.IO.Packaging.TargetMode.External" /> to the <see cref="T:System.IO.Packaging.Package" />.</returns>
1962     </member>
1963     <member name="P:System.IO.Packaging.PackageRelationship.TargetUri">
1964       <summary>Gets the URI of the target resource of the relationship.</summary>
1965       <returns>The URI of the target resource.</returns>
1966     </member>
1967     <member name="T:System.IO.Packaging.PackageRelationshipCollection">
1968       <summary>Represents a collection of <see cref="T:System.IO.Packaging.PackageRelationship" /> elements that are owned by a given <see cref="T:System.IO.Packaging.PackagePart" /> or the <see cref="T:System.IO.Packaging.Package" />.</summary>
1969     </member>
1970     <member name="M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator">
1971       <summary>Returns an enumerator for iterating through the relationships in the collection.</summary>
1972       <returns>An enumerator for iterating through the <see cref="T:System.IO.Packaging.PackageRelationship" /> elements in the collection.</returns>
1973     </member>
1974     <member name="M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator">
1975       <summary>This type or member supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code.</summary>
1976       <returns>Do not use - use <see cref="M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator" />.</returns>
1977     </member>
1978     <member name="T:System.IO.Packaging.PackageRelationshipSelector">
1979       <summary>Defines <see cref="T:System.IO.Packaging.PackageRelationship" /> criteria to select part-level or package-level relationships.</summary>
1980     </member>
1981     <member name="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)">
1982       <summary>Initializes a new instance of the <see cref="T:System.IO.Packaging.PackageRelationshipSelector" /> class.</summary>
1983       <param name="sourceUri">The uniform resource identifier (URI) of the <see cref="T:System.IO.Packaging.PackagePart" /> or the <see cref="T:System.IO.Packaging.Package" /> (<c>SourceUri</c>="/") that owns the relationship.</param>
1984       <param name="selectorType">The type of the <paramref name="selectionCriteria" />, either by relationship <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Id" /> or relationship <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Type" />.</param>
1985       <param name="selectionCriteria">The qualification string that is used to select the relationships based on the <paramref name="selectorType" />.</param>
1986       <exception cref="T:System.ArgumentNullException">
1987         <paramref name="sourceUri" /> or <paramref name="selectionCriteria" /> is <see langword="null" />.</exception>
1988       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="selectorType" /> parameter is not valid.</exception>
1989       <exception cref="T:System.Xml.XmlException">The <paramref name="selectorType" /> parameter is <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Id" /> but <paramref name="selectionCriteria" /> is not a valid XML Schema Definition (XSD) identifier (ID).</exception>
1990       <exception cref="T:System.ArgumentException">The <paramref name="selectionCriteria" /> is not valid for the specified <paramref name="selectorType" />.
1991 -or-
1992 The <paramref name="sourceUri" /> is not the <see cref="T:System.IO.Packaging.Package" /> root ("/") and is also not a valid <see cref="T:System.IO.Packaging.PackagePart" /> URI.</exception>
1993     </member>
1994     <member name="M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)">
1995       <summary>Returns a list of <see cref="T:System.IO.Packaging.PackageRelationship" /> objects that match the defined <see cref="P:System.IO.Packaging.PackageRelationshipSelector.SourceUri" />, <see cref="P:System.IO.Packaging.PackageRelationshipSelector.SelectorType" />, and <see cref="P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria" />.</summary>
1996       <param name="package">The package from which to select the relationships based on the selection criteria.</param>
1997       <returns>A list of relationships that match the selection parameters specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor.</returns>
1998       <exception cref="T:System.ArgumentNullException">
1999         <paramref name="package" /> is <see langword="null" />.</exception>
2000     </member>
2001     <member name="P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria">
2002       <summary>Gets the selection criteria specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor.</summary>
2003       <returns>The selection criteria based on the <see cref="P:System.IO.Packaging.PackageRelationshipSelector.SelectorType" /> of <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Id" /> or <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Type" /> specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor.</returns>
2004     </member>
2005     <member name="P:System.IO.Packaging.PackageRelationshipSelector.SelectorType">
2006       <summary>Gets the <see cref="T:System.IO.Packaging.PackageRelationshipSelectorType" /> specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor.</summary>
2007       <returns>The selector type of <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Id" /> or <see cref="F:System.IO.Packaging.PackageRelationshipSelectorType.Type" /> specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor.</returns>
2008     </member>
2009     <member name="P:System.IO.Packaging.PackageRelationshipSelector.SourceUri">
2010       <summary>Gets the root package URI ("/") or part <see cref="P:System.IO.Packaging.PackagePart.Uri" /> specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor as the owner of the relationship.</summary>
2011       <returns>The root package URI ("/") or part <see cref="P:System.IO.Packaging.PackagePart.Uri" /> specified to the <see cref="M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)" /> constructor as the owner of the relationship.</returns>
2012     </member>
2013     <member name="T:System.IO.Packaging.PackageRelationshipSelectorType">
2014       <summary>Specifies the type of selection criteria that is used to match and return <see cref="T:System.IO.Packaging.PackageRelationship" /> selections through a <see cref="T:System.IO.Packaging.PackageRelationshipSelector" />.</summary>
2015     </member>
2016     <member name="F:System.IO.Packaging.PackageRelationshipSelectorType.Id">
2017       <summary>
2018         <see cref="T:System.IO.Packaging.PackageRelationship" /> selections are by <see cref="P:System.IO.Packaging.PackageRelationship.Id" />.</summary>
2019     </member>
2020     <member name="F:System.IO.Packaging.PackageRelationshipSelectorType.Type">
2021       <summary>
2022         <see cref="T:System.IO.Packaging.PackageRelationship" /> selections are by <see cref="P:System.IO.Packaging.PackageRelationship.RelationshipType" />.</summary>
2023     </member>
2024     <member name="T:System.IO.Packaging.PackUriHelper">
2025       <summary>Provides utility methods to compose and parse pack URI objects.</summary>
2026     </member>
2027     <member name="M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)">
2028       <summary>Returns a value that indicates whether two pack URIs are equivalent.</summary>
2029       <param name="firstPackUri">The first pack URI.</param>
2030       <param name="secondPackUri">The second pack URI.</param>
2031       <returns>A signed integer indicating the relationship between <paramref name="firstPackUri" /> and <paramref name="secondPackUri" />.
2032   Value  
2033   
2034   Meaning  
2035   
2036   Less than 0  
2037   
2038  <paramref name="firstPackUri" /> is less than <paramref name="secondPackUri" />.  
2039   
2040   0  
2041   
2042  <paramref name="firstPackUri" /> is equivalent to <paramref name="secondPackUri" />.  
2043   
2044   Greater than 0  
2045   
2046  <paramref name="firstPackUri" /> is greater than <paramref name="secondPackUri" />.</returns>
2047       <exception cref="T:System.ArgumentException">Either <paramref name="firstPackUri" /> or <paramref name="secondPackUri" /> is not an absolute URI.
2048 -or-
2049 Either <paramref name="firstPackUri" /> or <paramref name="secondPackUri" /> do not begin with a "pack://" scheme.</exception>
2050     </member>
2051     <member name="M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)">
2052       <summary>Returns a value that indicates whether two package part URIs are equivalent.</summary>
2053       <param name="firstPartUri">The URI of the first <see cref="T:System.IO.Packaging.PackagePart" />.</param>
2054       <param name="secondPartUri">The URI of the second <see cref="T:System.IO.Packaging.PackagePart" />.</param>
2055       <returns>A value that indicates the relationship between <paramref name="firstPartUri" /> and <paramref name="secondPartUri" />.
2056   Value  
2057   
2058   Meaning  
2059   
2060   Less than 0  
2061   
2062  <paramref name="firstPartUri" /> is less than <paramref name="secondPartUri" />.  
2063   
2064   0  
2065   
2066  <paramref name="firstPartUri" /> is equivalent to <paramref name="secondPartUri" />.  
2067   
2068   Greater than 0  
2069   
2070  <paramref name="firstPartUri" /> is greater than <paramref name="secondPartUri" />.</returns>
2071       <exception cref="T:System.ArgumentException">
2072         <paramref name="firstPartUri" /> or <paramref name="secondPartUri" /> is not a valid part URI syntax.</exception>
2073     </member>
2074     <member name="M:System.IO.Packaging.PackUriHelper.Create(System.Uri)">
2075       <summary>Creates a new pack URI that points to a package.</summary>
2076       <param name="packageUri">The URI of the referenced <see cref="T:System.IO.Packaging.Package" />.</param>
2077       <returns>The pack URI for the <see cref="T:System.IO.Packaging.Package" /> referenced by the given <paramref name="packageUri" />.</returns>
2078       <exception cref="T:System.ArgumentNullException">
2079         <paramref name="packageUri" /> is <see langword="null" />.</exception>
2080       <exception cref="T:System.ArgumentException">
2081         <paramref name="packageUri" /> is not an absolute URI.</exception>
2082     </member>
2083     <member name="M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)">
2084       <summary>Creates a pack URI given a <see cref="T:System.IO.Packaging.Package" /> URI and the URI of a part in the package.</summary>
2085       <param name="packageUri">The URI of the <see cref="T:System.IO.Packaging.Package" />.</param>
2086       <param name="partUri">The URI of the <see cref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
2087       <returns>The pack URI of the given <see cref="T:System.IO.Packaging.PackagePart" />.</returns>
2088       <exception cref="T:System.ArgumentNullException">
2089         <paramref name="packageUri" /> is <see langword="null" />.</exception>
2090       <exception cref="T:System.ArgumentException">
2091         <paramref name="packageUri" /> is not an absolute URI.
2092 -or-
2093 <paramref name="partUri" /> is not a valid part URI syntax.</exception>
2094     </member>
2095     <member name="M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)">
2096       <summary>Creates a pack URI given a <see cref="T:System.IO.Packaging.Package" /> URI, the URI of a part in the package, and a "#" fragment to append.</summary>
2097       <param name="packageUri">The URI of the <see cref="T:System.IO.Packaging.Package" />.</param>
2098       <param name="partUri">The URI of the <see cref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
2099       <param name="fragment">A "#" reference identifying an element within the package part.</param>
2100       <returns>The pack URI that identifies the specified package, package part, and fragment.</returns>
2101       <exception cref="T:System.ArgumentNullException">
2102         <paramref name="packageUri" /> is <see langword="null" />.</exception>
2103       <exception cref="T:System.ArgumentException">
2104         <paramref name="packageUri" /> is not an absolute URI.
2105 -or-
2106 <paramref name="partUri" /> is not a valid part URI syntax.
2107 -or-
2108 <paramref name="fragment" /> is empty or does begin with "#".</exception>
2109     </member>
2110     <member name="M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)">
2111       <summary>Creates a formatted <see cref="T:System.IO.Packaging.PackagePart" /> URI.</summary>
2112       <param name="partUri">The URI of the <see cref="T:System.IO.Packaging.PackagePart" /> within the package.</param>
2113       <returns>A formatted <see cref="T:System.IO.Packaging.PackagePart" /> URI.</returns>
2114       <exception cref="T:System.ArgumentNullException">
2115         <paramref name="partUri" /> is <see langword="null" />.</exception>
2116       <exception cref="T:System.ArgumentException">
2117         <paramref name="partUri" /> is not an absolute <see cref="T:System.Uri" />.</exception>
2118     </member>
2119     <member name="M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)">
2120       <summary>Returns the normalized form of a specified <see cref="T:System.IO.Packaging.PackagePart" /> URI.</summary>
2121       <param name="partUri">The <see cref="T:System.IO.Packaging.PackagePart" /> URI to normalize.</param>
2122       <returns>The normalized form of the given <paramref name="partUri" />.</returns>
2123       <exception cref="T:System.ArgumentNullException">
2124         <paramref name="partUri" /> is <see langword="null" />.</exception>
2125       <exception cref="T:System.ArgumentException">
2126         <paramref name="partUri" /> does not have a valid <see cref="T:System.Uri" /> syntax.</exception>
2127     </member>
2128     <member name="M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)">
2129       <summary>Returns the inner URI that points to the entire package of a specified pack URI.</summary>
2130       <param name="packUri">The pack URI from which to return the URI of the <see cref="T:System.IO.Packaging.Package" />.</param>
2131       <returns>The URI of the <see cref="T:System.IO.Packaging.Package" /> from the specified <paramref name="packUri" />.</returns>
2132       <exception cref="T:System.ArgumentNullException">
2133         <paramref name="packUri" /> is <see langword="null" />.</exception>
2134       <exception cref="T:System.ArgumentException">
2135         <paramref name="packUri" /> is not an absolute <see cref="T:System.Uri" />.</exception>
2136     </member>
2137     <member name="M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)">
2138       <summary>Returns the URI of a <see cref="T:System.IO.Packaging.PackagePart" /> within a specified pack URI.</summary>
2139       <param name="packUri">The pack URI from which to return the <see cref="T:System.IO.Packaging.PackagePart" /> URI.</param>
2140       <returns>The URI of the <see cref="T:System.IO.Packaging.PackagePart" /> in the given <paramref name="packUri" />, or <see langword="null" /> if <paramref name="packUri" /> points to a package instead of a <see cref="T:System.IO.Packaging.PackagePart" />.</returns>
2141       <exception cref="T:System.ArgumentNullException">If the <paramref name="packUri" /> is <see langword="null" />.</exception>
2142       <exception cref="T:System.ArgumentException">If the <paramref name="packUri" /> is not an absolute <see cref="T:System.Uri" />.
2143 -or-
2144 <paramref name="packUri" /> does not have the "pack://" scheme.
2145 -or-
2146 The partUri extracted from <paramref name="packUri" /> does not conform to the valid partUri syntax.</exception>
2147     </member>
2148     <member name="M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)">
2149       <summary>Returns the URI of the relationship part associated with a specified <see cref="T:System.IO.Packaging.PackagePart" />.</summary>
2150       <param name="partUri">The <see cref="P:System.IO.Packaging.PackagePart.Uri" /> of the <see cref="T:System.IO.Packaging.PackagePart" /> to return the URI for the associated <see cref="T:System.IO.Packaging.PackageRelationship" />.</param>
2151       <returns>The URI of the <see cref="T:System.IO.Packaging.PackageRelationship" /> part associated with the <see cref="T:System.IO.Packaging.PackagePart" /> identified by <paramref name="partUri" />.</returns>
2152       <exception cref="T:System.ArgumentNullException">
2153         <paramref name="partUri" /> is <see langword="null" />.</exception>
2154       <exception cref="T:System.ArgumentException">
2155         <paramref name="partUri" /> syntax is not valid for a package part URI.
2156 -or-
2157 <paramref name="partUri" /> is an absolute URI.
2158 -or-
2159 <paramref name="partUri" /> references a relationship part.</exception>
2160     </member>
2161     <member name="M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)">
2162       <summary>Returns the relative URI between two specified <see cref="T:System.IO.Packaging.PackagePart" /> URIs.</summary>
2163       <param name="sourcePartUri">The URI of the source part.</param>
2164       <param name="targetPartUri">The URI of the target part.</param>
2165       <returns>The relative URI from <paramref name="sourcePartUri" /> to <paramref name="targetPartUri" />.</returns>
2166       <exception cref="T:System.ArgumentNullException">
2167         <paramref name="sourcePartUri" /> or <paramref name="targetPartUri" /> is <see langword="null" />.</exception>
2168       <exception cref="T:System.ArgumentException">Either the <paramref name="sourcePartUri" /> or <paramref name="targetPartUri" /> does not have a valid <see cref="T:System.Uri" /> syntax.</exception>
2169     </member>
2170     <member name="M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)">
2171       <summary>Returns the <see cref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from the <see cref="T:System.IO.Packaging.PackageRelationship" /> with a specified URI.</summary>
2172       <param name="relationshipPartUri">The URI of the relationship part to return the <see cref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from.</param>
2173       <returns>The <see cref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> of the <see cref="T:System.IO.Packaging.PackagePart" /> from the relationship with the specified <paramref name="relationshipPartUri" />.</returns>
2174       <exception cref="T:System.ArgumentNullException">
2175         <paramref name="relationshipPartUri" /> is <see langword="null" />.</exception>
2176       <exception cref="T:System.ArgumentException">
2177         <paramref name="relationshipPartUri" /> is an absolute URI.
2178 -or-
2179 <paramref name="relationshipPartUri" /> syntax is not valid for a <see cref="T:System.IO.Packaging.PackagePart" />.
2180 -or-
2181 <paramref name="relationshipPartUri" /> does not reference a relationship part.
2182 -or-
2183 The <see cref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> of the relationship part references another relationship part (not valid).</exception>
2184     </member>
2185     <member name="M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)">
2186       <summary>Returns a value that indicates whether a specified URI is the URI of a <see cref="T:System.IO.Packaging.PackageRelationship" /> part.</summary>
2187       <param name="partUri">The URI to check for a <see cref="T:System.IO.Packaging.PackageRelationship" /> part.</param>
2188       <returns>
2189         <see langword="true" /> if <paramref name="partUri" /> identifies a <see cref="T:System.IO.Packaging.PackageRelationship" /> part; otherwise, <see langword="false" />.</returns>
2190       <exception cref="T:System.ArgumentNullException">
2191         <paramref name="partUri" /> is <see langword="null" />.</exception>
2192       <exception cref="T:System.ArgumentException">
2193         <paramref name="partUri" /> is an absolute URI.
2194 -or-
2195 <paramref name="partUri" /> is an invalid <see cref="T:System.IO.Packaging.PackagePart" /> syntax.</exception>
2196     </member>
2197     <member name="M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)">
2198       <summary>Returns a part URI given a source part URI and a URI with a relative path to a target part.</summary>
2199       <param name="sourcePartUri">The URI of the source part, or "/" to designate the <see cref="T:System.IO.Packaging.Package" /> root.</param>
2200       <param name="targetUri">The relative URI to the target part.</param>
2201       <returns>The URI of the target part resolved between the specified <paramref name="SourcePartUri" /> and the <paramref name="targetUri" /> parameters.</returns>
2202       <exception cref="T:System.ArgumentNullException">
2203         <paramref name="sourcePartUri" /> or <paramref name="targetUri" /> is <see langword="null" />.</exception>
2204       <exception cref="T:System.ArgumentException">
2205         <paramref name="sourcePartUri" /> is not a valid part URI.
2206 -or-
2207 <paramref name="targetUri" /> is not a valid relative URI.</exception>
2208     </member>
2209     <member name="F:System.IO.Packaging.PackUriHelper.UriSchemePack">
2210       <summary>Defines the pack URI scheme name "pack".</summary>
2211     </member>
2212     <member name="T:System.IO.Packaging.RightsManagementInformation">
2213       <summary>Represents Digital Rights Management (DRM) information that is stored in an <see cref="T:System.IO.Packaging.EncryptedPackageEnvelope" />.</summary>
2214     </member>
2215     <member name="P:System.IO.Packaging.RightsManagementInformation.CryptoProvider">
2216       <summary>Gets or sets the <see cref="T:System.Security.RightsManagement.CryptoProvider" /> for accessing the package's encrypted rights management data stream.</summary>
2217       <returns>The <see cref="T:System.Security.RightsManagement.CryptoProvider" /> for accessing the rights management information.</returns>
2218     </member>
2219     <member name="M:System.IO.Packaging.RightsManagementInformation.DeleteUseLicense(System.Security.RightsManagement.ContentUser)">
2220       <summary>Deletes the <see cref="T:System.Security.RightsManagement.UseLicense" /> for a specified user from the encrypted rights management data stream.</summary>
2221       <param name="userKey">The user of the <see cref="T:System.Security.RightsManagement.UseLicense" /> to be deleted.</param>
2222     </member>
2223     <member name="M:System.IO.Packaging.RightsManagementInformation.GetEmbeddedUseLicenses">
2224       <summary>Returns a dictionary collection of user and <see cref="T:System.Security.RightsManagement.UseLicense" /> key/value pairs from the encrypted rights management data stream.</summary>
2225       <returns>A collection of user and <see cref="T:System.Security.RightsManagement.UseLicense" /> key/value pairs that are contained in the rights managed protected package.</returns>
2226     </member>
2227     <member name="M:System.IO.Packaging.RightsManagementInformation.LoadPublishLicense">
2228       <summary>Returns the embedded <see cref="T:System.Security.RightsManagement.PublishLicense" /> from the encrypted rights management data stream.</summary>
2229       <returns>The embedded <see cref="T:System.Security.RightsManagement.PublishLicense" />; or <see langword="null" />, if the package does not contain a <see cref="T:System.Security.RightsManagement.PublishLicense" />.</returns>
2230       <exception cref="T:System.IO.FileFormatException">The rights management information in this package cannot be read by the current version of this class.</exception>
2231     </member>
2232     <member name="M:System.IO.Packaging.RightsManagementInformation.LoadUseLicense(System.Security.RightsManagement.ContentUser)">
2233       <summary>Returns a specified user's embedded <see cref="T:System.Security.RightsManagement.UseLicense" /> from the encrypted rights management data stream.</summary>
2234       <param name="userKey">The user or user group to return the <see cref="T:System.Security.RightsManagement.UseLicense" /> for.</param>
2235       <returns>The <see cref="T:System.Security.RightsManagement.UseLicense" /> for the specified user; or <see langword="null" />, if the package does not contain a <see cref="T:System.Security.RightsManagement.UseLicense" /> that matches the given <paramref name="userKey" />.</returns>
2236       <exception cref="T:System.ArgumentNullException">The <paramref name="userKey" /> parameter is <see langword="null" />.</exception>
2237       <exception cref="T:System.IO.FileFormatException">The rights management information in this package cannot be read by the current version of this class.</exception>
2238     </member>
2239     <member name="M:System.IO.Packaging.RightsManagementInformation.SavePublishLicense(System.Security.RightsManagement.PublishLicense)">
2240       <summary>Saves a given <see cref="T:System.Security.RightsManagement.PublishLicense" /> to the encrypted rights management data stream.</summary>
2241       <param name="publishLicense">The publish license to store and embed in the package.</param>
2242       <exception cref="T:System.ArgumentNullException">The <paramref name="publishLicense" /> parameter is <see langword="null" />.</exception>
2243       <exception cref="T:System.IO.FileFormatException">The rights management information in this package cannot be read by the current version of this class.</exception>
2244     </member>
2245     <member name="M:System.IO.Packaging.RightsManagementInformation.SaveUseLicense(System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.UseLicense)">
2246       <summary>Saves a given <see cref="T:System.Security.RightsManagement.UseLicense" /> for a specified user to the encrypted rights management data stream.</summary>
2247       <param name="userKey">The user of the <see cref="T:System.Security.RightsManagement.UseLicense" />.</param>
2248       <param name="useLicense">The use license to store and embed in the package.</param>
2249       <exception cref="T:System.ArgumentNullException">Either the <paramref name="userKey" /> or <paramref name="useLicense" /> parameter is <see langword="null" />.</exception>
2250       <exception cref="T:System.IO.FileFormatException">The rights management information in this package cannot be read by the current version of this class.</exception>
2251     </member>
2252     <member name="T:System.IO.Packaging.SignatureVerificationEventArgs">
2253       <summary>Specifies the event args provided to the <see cref="T:System.IO.Packaging.InvalidSignatureEventHandler" />.</summary>
2254     </member>
2255     <member name="P:System.IO.Packaging.SignatureVerificationEventArgs.Signature">
2256       <summary>Gets the digital signature being verified.</summary>
2257       <returns>The digital signature being verified.</returns>
2258     </member>
2259     <member name="P:System.IO.Packaging.SignatureVerificationEventArgs.VerifyResult">
2260       <summary>Gets the signature verification error.</summary>
2261       <returns>The signature verification error.</returns>
2262     </member>
2263     <member name="T:System.IO.Packaging.StorageInfo">
2264       <summary>Provides access and information for manipulating data stores in a <see cref="T:System.IO.Packaging.Package" />.</summary>
2265     </member>
2266     <member name="M:System.IO.Packaging.StorageInfo.CreateStream(System.String)">
2267       <summary>Creates a new stream with a given name.</summary>
2268       <param name="name">The name for the new stream.</param>
2269       <returns>The new stream with the specified <paramref name="name" />.</returns>
2270     </member>
2271     <member name="M:System.IO.Packaging.StorageInfo.CreateStream(System.String,System.IO.Packaging.CompressionOption,System.IO.Packaging.EncryptionOption)">
2272       <summary>Creates a new stream with a given name, <see cref="T:System.IO.Packaging.CompressionOption" />, and <see cref="T:System.IO.Packaging.EncryptionOption" />.</summary>
2273       <param name="name">The name for the new stream.</param>
2274       <param name="compressionOption">The compression option for the data stream.</param>
2275       <param name="encryptionOption">The encryption option for the data stream.</param>
2276       <returns>The new stream with the specified <paramref name="name" />, <paramref name="compressionOption" />, and <paramref name="encryptionOption" />.</returns>
2277     </member>
2278     <member name="M:System.IO.Packaging.StorageInfo.CreateSubStorage(System.String)">
2279       <summary>Creates a new child <see cref="T:System.IO.Packaging.StorageInfo" /> with this <see cref="T:System.IO.Packaging.StorageInfo" /> as the parent.</summary>
2280       <param name="name">The name for the new child data store.</param>
2281       <returns>The new child data store.</returns>
2282       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
2283     </member>
2284     <member name="M:System.IO.Packaging.StorageInfo.DeleteStream(System.String)">
2285       <summary>Deletes the stream with a specified name.</summary>
2286       <param name="name">The <see cref="T:System.IO.Packaging.StreamInfo" /> name of the stream to delete.</param>
2287       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
2288     </member>
2289     <member name="M:System.IO.Packaging.StorageInfo.DeleteSubStorage(System.String)">
2290       <summary>Deletes a specified sub-store.</summary>
2291       <param name="name">The name of the sub-store to delete.</param>
2292       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
2293     </member>
2294     <member name="M:System.IO.Packaging.StorageInfo.GetStreamInfo(System.String)">
2295       <summary>Returns the <see cref="T:System.IO.Packaging.StreamInfo" /> instance with the given name.</summary>
2296       <param name="name">The name of the <see cref="T:System.IO.Packaging.StreamInfo" /> instance to return.</param>
2297       <returns>The stream with the specified <paramref name="name" />.</returns>
2298       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
2299     </member>
2300     <member name="M:System.IO.Packaging.StorageInfo.GetStreams">
2301       <summary>Returns an array of the <see cref="T:System.IO.Packaging.StreamInfo" /> instances that are currently contained in this store.</summary>
2302       <returns>An array of the <see cref="T:System.IO.Packaging.StreamInfo" /> objects, each pointing to an I/O steam defined within this store.</returns>
2303     </member>
2304     <member name="M:System.IO.Packaging.StorageInfo.GetSubStorageInfo(System.String)">
2305       <summary>Returns the child sub-store with a given name.</summary>
2306       <param name="name">The name of the sub-store to return.</param>
2307       <returns>The child sub-store with the specified <paramref name="name" />.</returns>
2308       <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
2309     </member>
2310     <member name="M:System.IO.Packaging.StorageInfo.GetSubStorages">
2311       <summary>Returns an array of the child sub-stores that are currently contained in this store.</summary>
2312       <returns>An array of <see cref="T:System.IO.Packaging.StorageInfo" /> objects, each pointing to a sub-store defined within this store.</returns>
2313     </member>
2314     <member name="P:System.IO.Packaging.StorageInfo.Name">
2315       <summary>Gets the name of the store.</summary>
2316       <returns>The name of this store.</returns>
2317     </member>
2318     <member name="M:System.IO.Packaging.StorageInfo.StreamExists(System.String)">
2319       <summary>Returns a value that indicates whether a given stream exists.</summary>
2320       <param name="name">The <see cref="T:System.IO.Packaging.StreamInfo" /> name to check for.</param>
2321       <returns>
2322         <see langword="true" /> if a stream with the specified <paramref name="name" /> exists; otherwise, <see langword="false" />.</returns>
2323     </member>
2324     <member name="M:System.IO.Packaging.StorageInfo.SubStorageExists(System.String)">
2325       <summary>Returns a value that indicates whether a given child sub-store exists.</summary>
2326       <param name="name">The child <see cref="T:System.IO.Packaging.StorageInfo" /> name to check for.</param>
2327       <returns>
2328         <see langword="true" /> if a child sub-store with the specified <paramref name="name" /> exists; otherwise, <see langword="false" />.</returns>
2329     </member>
2330     <member name="T:System.IO.Packaging.StreamInfo">
2331       <summary>Provides access and information for manipulating I/O streams within a <see cref="T:System.IO.Packaging.Package" />.</summary>
2332     </member>
2333     <member name="P:System.IO.Packaging.StreamInfo.CompressionOption">
2334       <summary>Gets the <see cref="T:System.IO.Packaging.CompressionOption" /> setting for the stream.</summary>
2335       <returns>The compression option setting for the package stream.</returns>
2336     </member>
2337     <member name="P:System.IO.Packaging.StreamInfo.EncryptionOption">
2338       <summary>Gets the <see cref="T:System.IO.Packaging.EncryptionOption" /> setting for the stream.</summary>
2339       <returns>The encryption option setting for the package stream.</returns>
2340     </member>
2341     <member name="M:System.IO.Packaging.StreamInfo.GetStream">
2342       <summary>Returns a stream opened in a default <see cref="T:System.IO.FileMode" /> and <see cref="T:System.IO.FileAccess" />.</summary>
2343       <returns>The I/O stream opened in a default <see cref="T:System.IO.Packaging.Package" /> root <see cref="T:System.IO.FileMode" /> and <see cref="T:System.IO.FileAccess" />.</returns>
2344     </member>
2345     <member name="M:System.IO.Packaging.StreamInfo.GetStream(System.IO.FileMode)">
2346       <summary>Returns an I/O stream opened in a specified <see cref="T:System.IO.FileMode" />.</summary>
2347       <param name="mode">The file mode in which to open the stream.</param>
2348       <returns>The stream opened in the specified file <paramref name="mode" />.</returns>
2349     </member>
2350     <member name="M:System.IO.Packaging.StreamInfo.GetStream(System.IO.FileMode,System.IO.FileAccess)">
2351       <summary>Returns an I/O stream opened in a specified <see cref="T:System.IO.FileMode" /> and with a given <see cref="T:System.IO.FileAccess" />.</summary>
2352       <param name="mode">The file mode in which to open the stream.</param>
2353       <param name="access">The file access mode in which to read or write to the stream.</param>
2354       <returns>The I/O stream opened in the specified <see cref="T:System.IO.FileMode" /> and with a given <see cref="T:System.IO.FileAccess" />.</returns>
2355     </member>
2356     <member name="P:System.IO.Packaging.StreamInfo.Name">
2357       <summary>Gets the name of the stream.</summary>
2358       <returns>The name of this stream.</returns>
2359     </member>
2360     <member name="T:System.IO.Packaging.TargetMode">
2361       <summary>Specifies whether the target of a <see cref="T:System.IO.Packaging.PackageRelationship" /> is inside or outside the <see cref="T:System.IO.Packaging.Package" />.</summary>
2362     </member>
2363     <member name="F:System.IO.Packaging.TargetMode.External">
2364       <summary>The relationship references a resource that is external to the package.</summary>
2365     </member>
2366     <member name="F:System.IO.Packaging.TargetMode.Internal">
2367       <summary>The relationship references a part that is inside the package.</summary>
2368     </member>
2369     <member name="T:System.IO.Packaging.VerifyResult">
2370       <summary>Specifies the result of a certificate or signature verification.</summary>
2371     </member>
2372     <member name="F:System.IO.Packaging.VerifyResult.CertificateRequired">
2373       <summary>The X.509 certificate is not available to verify the signature.</summary>
2374     </member>
2375     <member name="F:System.IO.Packaging.VerifyResult.InvalidCertificate">
2376       <summary>The X.509 certificate is not valid.</summary>
2377     </member>
2378     <member name="F:System.IO.Packaging.VerifyResult.InvalidSignature">
2379       <summary>The signature is not valid.</summary>
2380     </member>
2381     <member name="F:System.IO.Packaging.VerifyResult.NotSigned">
2382       <summary>The specified package or part has no signature.</summary>
2383     </member>
2384     <member name="F:System.IO.Packaging.VerifyResult.ReferenceNotFound">
2385       <summary>A reference relationship to the signature was not found.</summary>
2386     </member>
2387     <member name="F:System.IO.Packaging.VerifyResult.Success">
2388       <summary>The verification was successful.</summary>
2389     </member>
2390     <member name="T:System.IO.Packaging.ZipPackage">
2391       <summary>Implements a derived subclass of the abstract <see cref="T:System.IO.Packaging.Package" /> base class - the <see cref="T:System.IO.Packaging.ZipPackage" /> class uses a ZIP archive as the container store. This class cannot be inherited.</summary>
2392     </member>
2393     <member name="T:System.IO.Packaging.ZipPackagePart">
2394       <summary>Represents a part that is stored in a <see cref="T:System.IO.Packaging.ZipPackage" />.</summary>
2395     </member>
2396     <member name="T:System.Security.Permissions.MediaPermission">
2397       <summary>The <see cref="T:System.Security.Permissions.MediaPermission" /> describes a set of security permissions that controls the ability for audio, image, and video media to work in a partial-trust Windows Presentation Foundation (WPF) application.</summary>
2398     </member>
2399     <member name="M:System.Security.Permissions.MediaPermission.#ctor">
2400       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class.</summary>
2401     </member>
2402     <member name="M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)">
2403       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class by specifying the audio permission level.</summary>
2404       <param name="permissionAudio">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionAudio" />.</param>
2405     </member>
2406     <member name="M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)">
2407       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class by specifying the audio, video, and image permission levels.</summary>
2408       <param name="permissionAudio">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionAudio" />.</param>
2409       <param name="permissionVideo">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionVideo" />.</param>
2410       <param name="permissionImage">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionImage" />.</param>
2411     </member>
2412     <member name="M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)">
2413       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class by specifying the image permission level.</summary>
2414       <param name="permissionImage">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionImage" />.</param>
2415     </member>
2416     <member name="M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)">
2417       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class by specifying the video permission level.</summary>
2418       <param name="permissionVideo">An enumerated value of <see cref="T:System.Security.Permissions.MediaPermissionVideo" />.</param>
2419     </member>
2420     <member name="M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)">
2421       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.MediaPermission" /> class by specifying a permission state.</summary>
2422       <param name="state">An enumerated value of <see cref="T:System.Security.Permissions.PermissionState" />.</param>
2423     </member>
2424     <member name="P:System.Security.Permissions.MediaPermission.Audio">
2425       <summary>Gets the current value of the audio permission level.</summary>
2426       <returns>The audio permission level.</returns>
2427     </member>
2428     <member name="M:System.Security.Permissions.MediaPermission.Copy">
2429       <summary>Creates and returns an identical copy of the current permission.</summary>
2430       <returns>A copy of the current permission.</returns>
2431     </member>
2432     <member name="M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)">
2433       <summary>Reconstructs a permission with a specified state from an XML encoding.</summary>
2434       <param name="securityElement">The XML encoding to use to reconstruct the permission.</param>
2435     </member>
2436     <member name="P:System.Security.Permissions.MediaPermission.Image">
2437       <summary>Gets the current value of the image permission level.</summary>
2438       <returns>The image permission level.</returns>
2439     </member>
2440     <member name="M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)">
2441       <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
2442       <param name="target">A permission to intersect with the current permission. It must be of the same type as the current permission.</param>
2443       <returns>The intersection of two permissions is a permission that describes the state that they both describe in common. Only a demand that passes both original permissions will be valid for the intersected permission.</returns>
2444     </member>
2445     <member name="M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)">
2446       <summary>Determines whether the current permission is a subset of the specified permission.</summary>
2447       <param name="target">A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.</param>
2448       <returns>
2449         <see langword="true" /> if the current permission is a subset of the specified permission; otherwise, <see langword="false" />.</returns>
2450     </member>
2451     <member name="M:System.Security.Permissions.MediaPermission.IsUnrestricted">
2452       <summary>Returns a value indicating whether the current permission is unrestricted.</summary>
2453       <returns>
2454         <see langword="true" /> if the audio, image, and video permissions are all unrestricted; otherwise, <see langword="false" />.</returns>
2455     </member>
2456     <member name="M:System.Security.Permissions.MediaPermission.ToXml">
2457       <summary>Creates an XML encoding of the permission and its current state.</summary>
2458       <returns>An XML encoding of the permission, including any state information.</returns>
2459     </member>
2460     <member name="M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)">
2461       <summary>Creates a permission that is the union of the current permission and the specified permission.</summary>
2462       <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission.</param>
2463       <returns>A new permission that represents the union of the current permission and the specified permission.</returns>
2464     </member>
2465     <member name="P:System.Security.Permissions.MediaPermission.Video">
2466       <summary>Gets the current value of the video permission level.</summary>
2467       <returns>The media permission level.</returns>
2468     </member>
2469     <member name="T:System.Security.Permissions.MediaPermissionAttribute">
2470       <summary>Allows security actions for <see cref="T:System.Security.Permissions.MediaPermission" /> to be applied to code using declarative security.</summary>
2471     </member>
2472     <member name="M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
2473       <summary>Initializes a new instance of <see cref="T:System.Security.Permissions.MediaPermissionAttribute" />.</summary>
2474       <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</param>
2475     </member>
2476     <member name="P:System.Security.Permissions.MediaPermissionAttribute.Audio">
2477       <summary>Gets or sets the audio permission level for the <see cref="T:System.Security.Permissions.MediaPermissionAttribute" />.</summary>
2478       <returns>The state of the <see cref="T:System.Security.Permissions.MediaPermissionAudio" />.</returns>
2479     </member>
2480     <member name="M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission">
2481       <summary>Creates and returns a new <see cref="T:System.Security.Permissions.MediaPermission" />.</summary>
2482       <returns>A <see cref="T:System.Security.Permissions.MediaPermission" /> that corresponds to this attribute.</returns>
2483     </member>
2484     <member name="P:System.Security.Permissions.MediaPermissionAttribute.Image">
2485       <summary>Gets or sets the image permission level for the <see cref="T:System.Security.Permissions.MediaPermissionAttribute" />.</summary>
2486       <returns>The state of the <see cref="T:System.Security.Permissions.MediaPermissionImage" />.</returns>
2487     </member>
2488     <member name="P:System.Security.Permissions.MediaPermissionAttribute.Video">
2489       <summary>Gets or sets the video permission level for the <see cref="T:System.Security.Permissions.MediaPermissionAttribute" />.</summary>
2490       <returns>The state of the <see cref="T:System.Security.Permissions.MediaPermissionVideo" />.</returns>
2491     </member>
2492     <member name="T:System.Security.Permissions.MediaPermissionAudio">
2493       <summary>Specifies the permission level for audio.</summary>
2494     </member>
2495     <member name="F:System.Security.Permissions.MediaPermissionAudio.AllAudio">
2496       <summary>Permission that allows unrestricted audio playback.</summary>
2497     </member>
2498     <member name="F:System.Security.Permissions.MediaPermissionAudio.NoAudio">
2499       <summary>Permission that denies all audio playback.</summary>
2500     </member>
2501     <member name="F:System.Security.Permissions.MediaPermissionAudio.SafeAudio">
2502       <summary>Permission that allows safe, limited audio playback, which includes denying stream access to the image file.</summary>
2503     </member>
2504     <member name="F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio">
2505       <summary>Permission that only allows audio playback of files that are located at the application's site of origin.</summary>
2506     </member>
2507     <member name="T:System.Security.Permissions.MediaPermissionImage">
2508       <summary>Specifies the permission level for images.</summary>
2509     </member>
2510     <member name="F:System.Security.Permissions.MediaPermissionImage.AllImage">
2511       <summary>Permission that allows unrestricted image display.</summary>
2512     </member>
2513     <member name="F:System.Security.Permissions.MediaPermissionImage.NoImage">
2514       <summary>Permission that denies all images to be displayed.</summary>
2515     </member>
2516     <member name="F:System.Security.Permissions.MediaPermissionImage.SafeImage">
2517       <summary>Permission that allows safe, limited image display, which includes denying stream access to the image file.</summary>
2518     </member>
2519     <member name="F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage">
2520       <summary>Permission that only allows display of images that are located at the application's site of origin.</summary>
2521     </member>
2522     <member name="T:System.Security.Permissions.MediaPermissionVideo">
2523       <summary>Specifies the permission level for video.</summary>
2524     </member>
2525     <member name="F:System.Security.Permissions.MediaPermissionVideo.AllVideo">
2526       <summary>Permission that allows unrestricted video playback.</summary>
2527     </member>
2528     <member name="F:System.Security.Permissions.MediaPermissionVideo.NoVideo">
2529       <summary>Permission that denies all video playback.</summary>
2530     </member>
2531     <member name="F:System.Security.Permissions.MediaPermissionVideo.SafeVideo">
2532       <summary>Permission that allows safe, limited video playback, which includes denying stream access to the image file.</summary>
2533     </member>
2534     <member name="F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo">
2535       <summary>Permission that only allows video playback of files that are located at the application's site of origin.</summary>
2536     </member>
2537     <member name="T:System.Security.Permissions.WebBrowserPermission">
2538       <summary>The <see cref="T:System.Security.Permissions.WebBrowserPermission" /> object controls the ability to create the WebBrowser control.</summary>
2539     </member>
2540     <member name="M:System.Security.Permissions.WebBrowserPermission.#ctor">
2541       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.WebBrowserPermission" /> class.</summary>
2542     </member>
2543     <member name="M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)">
2544       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.WebBrowserPermission" /> class by specifying a permission state.</summary>
2545       <param name="state">An enumerated value of <see cref="T:System.Security.Permissions.PermissionState" />.</param>
2546     </member>
2547     <member name="M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)">
2548       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.WebBrowserPermission" /> class by specifying the Web browser permission level.</summary>
2549       <param name="webBrowserPermissionLevel">An enumerated value of <see cref="T:System.Security.Permissions.WebBrowserPermissionLevel" />.</param>
2550     </member>
2551     <member name="M:System.Security.Permissions.WebBrowserPermission.Copy">
2552       <summary>Creates and returns an identical copy of the current permission.</summary>
2553       <returns>A copy of the current permission.</returns>
2554     </member>
2555     <member name="M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)">
2556       <summary>Reconstructs a permission with a specified state from an XML encoding.</summary>
2557       <param name="securityElement">The XML encoding to use to reconstruct the permission.</param>
2558     </member>
2559     <member name="M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)">
2560       <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
2561       <param name="target">A permission to intersect with the current permission. It must be of the same type as the current permission.</param>
2562       <returns>The intersection of two permissions is a permission that describes the state that they both describe in common. Only a demand that passes both original permissions will be valid for the intersected permission.</returns>
2563     </member>
2564     <member name="M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)">
2565       <summary>Determines whether the current permission is a subset of the specified permission.</summary>
2566       <param name="target">A permission that is to be tested for the subset relationship. This permission must be of the same type as the current permission.</param>
2567       <returns>
2568         <see langword="true" /> if the current permission is a subset of the specified permission; otherwise, <see langword="false" />.</returns>
2569     </member>
2570     <member name="M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted">
2571       <summary>Returns a value indicating whether the current permission is unrestricted.</summary>
2572       <returns>
2573         <see langword="true" /> if the <see cref="P:System.Security.Permissions.WebBrowserPermission.Level" /> property is set to <see cref="F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted" />; otherwise, <see langword="false" />.</returns>
2574     </member>
2575     <member name="P:System.Security.Permissions.WebBrowserPermission.Level">
2576       <summary>Gets or sets the current value of the Web browser permission level.</summary>
2577       <returns>The current value of the Web browser permission level.</returns>
2578     </member>
2579     <member name="M:System.Security.Permissions.WebBrowserPermission.ToXml">
2580       <summary>Creates an XML encoding of the permission and its current state.</summary>
2581       <returns>An XML encoding of the permission, including any state information.</returns>
2582     </member>
2583     <member name="M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)">
2584       <summary>Creates a permission that is the union of the current permission and the specified permission.</summary>
2585       <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission.</param>
2586       <returns>A new permission that represents the union of the current permission and the specified permission.</returns>
2587     </member>
2588     <member name="T:System.Security.Permissions.WebBrowserPermissionAttribute">
2589       <summary>Allows security actions for <see cref="T:System.Security.Permissions.WebBrowserPermission" /> to be applied to code using declarative security.</summary>
2590     </member>
2591     <member name="M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
2592       <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.WebBrowserPermissionAttribute" /> class with the specified <see cref="T:System.Security.Permissions.SecurityAction" />.</summary>
2593       <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction" /> values.</param>
2594     </member>
2595     <member name="M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission">
2596       <summary>Creates and returns a new instance of the <see cref="T:System.Security.Permissions.WebBrowserPermission" /> class.</summary>
2597       <returns>A <see cref="T:System.Security.Permissions.WebBrowserPermission" /> corresponding to the security declaration.</returns>
2598     </member>
2599     <member name="P:System.Security.Permissions.WebBrowserPermissionAttribute.Level">
2600       <summary>Gets or sets the current Web browser permission level for the <see cref="T:System.Security.Permissions.WebBrowserPermissionAttribute" />.</summary>
2601       <returns>The state of the current Web browser permission level.</returns>
2602     </member>
2603     <member name="T:System.Security.Permissions.WebBrowserPermissionLevel">
2604       <summary>Specifies the permission level for a Web browser.</summary>
2605     </member>
2606     <member name="F:System.Security.Permissions.WebBrowserPermissionLevel.None">
2607       <summary>A Web browser that cannot navigate frames to HTML.</summary>
2608     </member>
2609     <member name="F:System.Security.Permissions.WebBrowserPermissionLevel.Safe">
2610       <summary>A Web browser that can safely navigate frames to HTML but with several restrictions.</summary>
2611     </member>
2612     <member name="F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted">
2613       <summary>A Web browser that can navigate without restrictions.</summary>
2614     </member>
2615     <member name="T:System.Security.RightsManagement.AuthenticationType">
2616       <summary>Specifies the method of rights management authentication.</summary>
2617     </member>
2618     <member name="F:System.Security.RightsManagement.AuthenticationType.Internal">
2619       <summary>Implicit authentication to any requesting user.</summary>
2620     </member>
2621     <member name="F:System.Security.RightsManagement.AuthenticationType.Passport">
2622       <summary>Windows Live ID authentication.</summary>
2623     </member>
2624     <member name="F:System.Security.RightsManagement.AuthenticationType.Windows">
2625       <summary>Windows authentication in a corporate domain environment.</summary>
2626     </member>
2627     <member name="F:System.Security.RightsManagement.AuthenticationType.WindowsPassport">
2628       <summary>Either Windows authentication or Windows Live ID authentication.</summary>
2629     </member>
2630     <member name="T:System.Security.RightsManagement.ContentGrant">
2631       <summary>Represents a right granted to a user to access information in a rights managed document.</summary>
2632     </member>
2633     <member name="M:System.Security.RightsManagement.ContentGrant.#ctor(System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.ContentRight)">
2634       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.ContentGrant" /> class that grants a specified <see cref="T:System.Security.RightsManagement.ContentUser" /> a specified <see cref="T:System.Security.RightsManagement.ContentRight" />.</summary>
2635       <param name="user">The user the access right is granted to.</param>
2636       <param name="right">The access right that is granted.</param>
2637     </member>
2638     <member name="M:System.Security.RightsManagement.ContentGrant.#ctor(System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.ContentRight,System.DateTime,System.DateTime)">
2639       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.ContentGrant" /> class that grants a specified <see cref="T:System.Security.RightsManagement.ContentUser" /> a specified <see cref="T:System.Security.RightsManagement.ContentRight" /> for a specified <see cref="T:System.DateTime" /> duration.</summary>
2640       <param name="user">The user the access right is granted to.</param>
2641       <param name="right">The access right that is granted.</param>
2642       <param name="validFrom">The starting date and time that the right begins.</param>
2643       <param name="validUntil">The ending date and time that the right expires.</param>
2644     </member>
2645     <member name="P:System.Security.RightsManagement.ContentGrant.Right">
2646       <summary>Gets the <see cref="T:System.Security.RightsManagement.ContentRight" /> that is granted.</summary>
2647       <returns>The access right that is granted to the <see cref="P:System.Security.RightsManagement.ContentGrant.User" />, as specified to the <see cref="M:System.Security.RightsManagement.ContentGrant.#ctor(System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.ContentRight)" /> constructor.</returns>
2648     </member>
2649     <member name="P:System.Security.RightsManagement.ContentGrant.User">
2650       <summary>Gets the user who is granted the access <see cref="P:System.Security.RightsManagement.ContentGrant.Right" />.</summary>
2651       <returns>The user that the access <see cref="P:System.Security.RightsManagement.ContentGrant.Right" /> is granted to, as specified to the <see cref="M:System.Security.RightsManagement.ContentGrant.#ctor(System.Security.RightsManagement.ContentUser,System.Security.RightsManagement.ContentRight)" /> constructor.</returns>
2652     </member>
2653     <member name="P:System.Security.RightsManagement.ContentGrant.ValidFrom">
2654       <summary>Gets the starting date and time that the granted <see cref="P:System.Security.RightsManagement.ContentGrant.Right" /> begins.</summary>
2655       <returns>The start date and time that the granted <see cref="P:System.Security.RightsManagement.ContentGrant.Right" /> begins, or <see cref="T:System.DateTime" />.<see cref="F:System.DateTime.MinValue" /> if there is there is no starting limitation.</returns>
2656     </member>
2657     <member name="P:System.Security.RightsManagement.ContentGrant.ValidUntil">
2658       <summary>Gets the ending date and time that the granted <see cref="P:System.Security.RightsManagement.ContentGrant.Right" /> expires.</summary>
2659       <returns>The end date and time that the granted <see cref="P:System.Security.RightsManagement.ContentGrant.Right" /> expires, or <see cref="T:System.DateTime" />.<see cref="F:System.DateTime.MaxValue" /> if there is no ending limitation.</returns>
2660     </member>
2661     <member name="T:System.Security.RightsManagement.ContentRight">
2662       <summary>Specifies rights that can be granted to users for accessing content in a rights managed document.</summary>
2663     </member>
2664     <member name="F:System.Security.RightsManagement.ContentRight.DocumentEdit">
2665       <summary>The user can edit the document that contains the protected content.</summary>
2666     </member>
2667     <member name="F:System.Security.RightsManagement.ContentRight.Edit">
2668       <summary>The user can edit and encrypt the protected content.</summary>
2669     </member>
2670     <member name="F:System.Security.RightsManagement.ContentRight.Export">
2671       <summary>The user can export the protected content.</summary>
2672     </member>
2673     <member name="F:System.Security.RightsManagement.ContentRight.Extract">
2674       <summary>The user can extract (copy and paste) the protected content.</summary>
2675     </member>
2676     <member name="F:System.Security.RightsManagement.ContentRight.Forward">
2677       <summary>The user can forward the protected content to another user.</summary>
2678     </member>
2679     <member name="F:System.Security.RightsManagement.ContentRight.ObjectModel">
2680       <summary>The user can control programmed access to the protected content.</summary>
2681     </member>
2682     <member name="F:System.Security.RightsManagement.ContentRight.Owner">
2683       <summary>The user is the content owner.  The owner can edit and encrypt the protected content, and decrypt the signed <see cref="T:System.Security.RightsManagement.PublishLicense" />.</summary>
2684     </member>
2685     <member name="F:System.Security.RightsManagement.ContentRight.Print">
2686       <summary>The user can print the protected content.</summary>
2687     </member>
2688     <member name="F:System.Security.RightsManagement.ContentRight.Reply">
2689       <summary>The user can reply to the sender of the protected content.</summary>
2690     </member>
2691     <member name="F:System.Security.RightsManagement.ContentRight.ReplyAll">
2692       <summary>The user can "reply all" to recipients of the protected content.</summary>
2693     </member>
2694     <member name="F:System.Security.RightsManagement.ContentRight.Sign">
2695       <summary>The user can digitally sign the protected content.</summary>
2696     </member>
2697     <member name="F:System.Security.RightsManagement.ContentRight.View">
2698       <summary>The user can view the protected content.</summary>
2699     </member>
2700     <member name="F:System.Security.RightsManagement.ContentRight.ViewRightsData">
2701       <summary>The user can decrypt and view the rights specified in the signed <see cref="T:System.Security.RightsManagement.PublishLicense" />.</summary>
2702     </member>
2703     <member name="T:System.Security.RightsManagement.ContentUser">
2704       <summary>Represents a user or user-group for granting access to rights managed content.</summary>
2705     </member>
2706     <member name="M:System.Security.RightsManagement.ContentUser.#ctor(System.String,System.Security.RightsManagement.AuthenticationType)">
2707       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.ContentUser" /> class.</summary>
2708       <param name="name">The user or group name.</param>
2709       <param name="authenticationType">The method for authentication.</param>
2710     </member>
2711     <member name="P:System.Security.RightsManagement.ContentUser.AnyoneUser">
2712       <summary>Gets an instance of the "Anyone" <see cref="T:System.Security.RightsManagement.ContentUser" /> persona.</summary>
2713       <returns>An instance of the "Anyone" <see cref="T:System.Security.RightsManagement.ContentUser" /> persona.</returns>
2714     </member>
2715     <member name="P:System.Security.RightsManagement.ContentUser.AuthenticationType">
2716       <summary>Gets the <see cref="T:System.Security.RightsManagement.AuthenticationType" /> specified to the <see cref="M:System.Security.RightsManagement.ContentUser.#ctor(System.String,System.Security.RightsManagement.AuthenticationType)" /> constructor.</summary>
2717       <returns>The <see cref="T:System.Security.RightsManagement.AuthenticationType" /> specified to the <see cref="M:System.Security.RightsManagement.ContentUser.#ctor(System.String,System.Security.RightsManagement.AuthenticationType)" /> constructor.</returns>
2718     </member>
2719     <member name="M:System.Security.RightsManagement.ContentUser.Equals(System.Object)">
2720       <summary>Returns a value that indicates whether this <see cref="T:System.Security.RightsManagement.ContentUser" /> is equivalent to another given instance.</summary>
2721       <param name="obj">The user instance to compare for equality.</param>
2722       <returns>
2723         <see langword="true" /> if <see cref="P:System.Security.RightsManagement.ContentUser.Name" /> and <see cref="P:System.Security.RightsManagement.ContentUser.AuthenticationType" /> are the same for both this user and the given user; otherwise, <see langword="false" />.</returns>
2724     </member>
2725     <member name="M:System.Security.RightsManagement.ContentUser.GetHashCode">
2726       <summary>Returns a computed hash code based on the user <see cref="P:System.Security.RightsManagement.ContentUser.Name" /> and <see cref="P:System.Security.RightsManagement.ContentUser.AuthenticationType" />.</summary>
2727       <returns>A hash code computed from the user <see cref="P:System.Security.RightsManagement.ContentUser.Name" /> and <see cref="P:System.Security.RightsManagement.ContentUser.AuthenticationType" />.</returns>
2728     </member>
2729     <member name="M:System.Security.RightsManagement.ContentUser.IsAuthenticated">
2730       <summary>Returns a value that indicates whether the user is currently authenticated.</summary>
2731       <returns>
2732         <see langword="true" /> if the user is currently authenticated; otherwise, <see langword="false" />.  The default is <see langword="false" /> until authenticated.</returns>
2733     </member>
2734     <member name="P:System.Security.RightsManagement.ContentUser.Name">
2735       <summary>Gets the user or group name specified to the <see cref="M:System.Security.RightsManagement.ContentUser.#ctor(System.String,System.Security.RightsManagement.AuthenticationType)" /> constructor.</summary>
2736       <returns>The user or group name specified to the <see cref="M:System.Security.RightsManagement.ContentUser.#ctor(System.String,System.Security.RightsManagement.AuthenticationType)" /> constructor.</returns>
2737     </member>
2738     <member name="P:System.Security.RightsManagement.ContentUser.OwnerUser">
2739       <summary>Gets an instance of the "Owner" <see cref="T:System.Security.RightsManagement.ContentUser" /> persona.</summary>
2740       <returns>An instance of the "Owner" <see cref="T:System.Security.RightsManagement.ContentUser" /> persona.</returns>
2741     </member>
2742     <member name="T:System.Security.RightsManagement.CryptoProvider">
2743       <summary>Provides digital rights management services for encrypting and decrypting protected content.</summary>
2744     </member>
2745     <member name="P:System.Security.RightsManagement.CryptoProvider.BlockSize">
2746       <summary>Gets the cipher block size, in bytes.</summary>
2747       <returns>The cipher block size, in bytes.  The default block size for Advanced Encryption Standard (AES) is 8.</returns>
2748     </member>
2749     <member name="P:System.Security.RightsManagement.CryptoProvider.BoundGrants">
2750       <summary>Gets a collection listing the rights that passed verification and that are granted to the user.</summary>
2751       <returns>A collection enumerating the rights that passed verification and that are granted to the user.</returns>
2752     </member>
2753     <member name="P:System.Security.RightsManagement.CryptoProvider.CanDecrypt">
2754       <summary>Gets a value that indicates whether the user has rights to decrypt.</summary>
2755       <returns>
2756         <see langword="true" /> if the <see cref="T:System.Security.RightsManagement.UseLicense" /> grants the user rights to decrypt; otherwise, <see langword="false" />.</returns>
2757     </member>
2758     <member name="P:System.Security.RightsManagement.CryptoProvider.CanEncrypt">
2759       <summary>Gets a value that indicates whether the user has rights to encrypt.</summary>
2760       <returns>
2761         <see langword="true" /> if the <see cref="T:System.Security.RightsManagement.UseLicense" /> grants the user rights to encrypt; otherwise, <see langword="false" />.</returns>
2762     </member>
2763     <member name="P:System.Security.RightsManagement.CryptoProvider.CanMergeBlocks">
2764       <summary>Gets a value that indicates whether <see cref="M:System.Security.RightsManagement.CryptoProvider.Encrypt(System.Byte[])" /> and <see cref="M:System.Security.RightsManagement.CryptoProvider.Decrypt(System.Byte[])" /> can accept buffers that are different block sizes in length.</summary>
2765       <returns>
2766         <see langword="true" /> if the buffer passed to <see cref="M:System.Security.RightsManagement.CryptoProvider.Encrypt(System.Byte[])" /> can be a different length from the buffer passed to <see cref="M:System.Security.RightsManagement.CryptoProvider.Decrypt(System.Byte[])" />; otherwise, <see langword="false" /> if the buffers passed to <see cref="M:System.Security.RightsManagement.CryptoProvider.Encrypt(System.Byte[])" /> and <see cref="M:System.Security.RightsManagement.CryptoProvider.Decrypt(System.Byte[])" /> must be the exact same length.  For AES the default is <see langword="true" />.</returns>
2767     </member>
2768     <member name="M:System.Security.RightsManagement.CryptoProvider.Decrypt(System.Byte[])">
2769       <summary>Decrypts cipher text to clear text.</summary>
2770       <param name="cryptoText">The cipher text to decrypt.</param>
2771       <returns>The decrypted clear text of <paramref name="cryptoText" />.</returns>
2772       <exception cref="T:System.ArgumentNullException">
2773         <paramref name="cipherText" /> is null.</exception>
2774       <exception cref="T:System.Security.RightsManagement.RightsManagementException">Decryption right not granted.</exception>
2775     </member>
2776     <member name="M:System.Security.RightsManagement.CryptoProvider.Dispose">
2777       <summary>Releases all resources used by the <see cref="T:System.Security.RightsManagement.CryptoProvider" />.</summary>
2778     </member>
2779     <member name="M:System.Security.RightsManagement.CryptoProvider.Dispose(System.Boolean)">
2780       <summary>Releases the unmanaged resources used by the <see cref="T:System.Security.RightsManagement.CryptoProvider" /> and optionally releases the managed resources.</summary>
2781       <param name="disposing">
2782         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
2783     </member>
2784     <member name="M:System.Security.RightsManagement.CryptoProvider.Encrypt(System.Byte[])">
2785       <summary>Encrypts clear text to cipher text.</summary>
2786       <param name="clearText">The clear text content to encrypt.</param>
2787       <returns>Encrypted cipher text of the given <paramref name="clearText" />.</returns>
2788       <exception cref="T:System.ArgumentNullException">
2789         <paramref name="clearText" /> is null.</exception>
2790       <exception cref="T:System.Security.RightsManagement.RightsManagementException">Encryption is not permitted.</exception>
2791     </member>
2792     <member name="M:System.Security.RightsManagement.CryptoProvider.Finalize">
2793       <summary>Frees resources and performs internal cleanup before the instance is reclaimed by garbage collection.</summary>
2794     </member>
2795     <member name="T:System.Security.RightsManagement.LocalizedNameDescriptionPair">
2796       <summary>Represents an immutable (read-only) pair of "Name" and "Description" strings.</summary>
2797     </member>
2798     <member name="M:System.Security.RightsManagement.LocalizedNameDescriptionPair.#ctor(System.String,System.String)">
2799       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.LocalizedNameDescriptionPair" /> class.</summary>
2800       <param name="name">The value for the locale <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> property.</param>
2801       <param name="description">The value for the locale <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> property.</param>
2802       <exception cref="T:System.ArgumentNullException">Either the <paramref name="name" /> parameter or <paramref name="description" /> parameter is <see langword="null" />.</exception>
2803     </member>
2804     <member name="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description">
2805       <summary>Gets the locale description.</summary>
2806       <returns>The locale description.</returns>
2807     </member>
2808     <member name="M:System.Security.RightsManagement.LocalizedNameDescriptionPair.Equals(System.Object)">
2809       <summary>Indicates whether the <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> and <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> properties of a given object match those of this <see cref="T:System.Security.RightsManagement.LocalizedNameDescriptionPair" />.</summary>
2810       <param name="obj">The object to compare the <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> and <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> properties of.</param>
2811       <returns>
2812         <see langword="true" /> if the <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> and <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> properties of the given object match those of this instance; otherwise, <see langword="false" />.</returns>
2813     </member>
2814     <member name="M:System.Security.RightsManagement.LocalizedNameDescriptionPair.GetHashCode">
2815       <summary>Gets a computed hash code based on the <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> and <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> properties.</summary>
2816       <returns>A computed hash code based on the <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name" /> and <see cref="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Description" /> properties of this <see cref="T:System.Security.RightsManagement.LocalizedNameDescriptionPair" />.</returns>
2817     </member>
2818     <member name="P:System.Security.RightsManagement.LocalizedNameDescriptionPair.Name">
2819       <summary>Gets the locale name.</summary>
2820       <returns>The locale name.</returns>
2821     </member>
2822     <member name="T:System.Security.RightsManagement.PublishLicense">
2823       <summary>Represents a signed rights managed publish license.</summary>
2824     </member>
2825     <member name="M:System.Security.RightsManagement.PublishLicense.#ctor(System.String)">
2826       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.PublishLicense" /> class from a specified serialized and signed <see cref="T:System.Security.RightsManagement.PublishLicense" />.</summary>
2827       <param name="signedPublishLicense">A signed and serialized publish license.</param>
2828       <exception cref="T:System.ArgumentNullException">
2829         <paramref name="signedPublishLicense" /> is <see langword="null" />.</exception>
2830       <exception cref="T:System.Security.RightsManagement.RightsManagementException">The license is invalid.</exception>
2831     </member>
2832     <member name="M:System.Security.RightsManagement.PublishLicense.AcquireUseLicense(System.Security.RightsManagement.SecureEnvironment)">
2833       <summary>Attempts to acquire a <see cref="T:System.Security.RightsManagement.UseLicense" /> for a user or user group in a specified <see cref="T:System.Security.RightsManagement.SecureEnvironment" />.</summary>
2834       <param name="secureEnvironment">The secure environment for license activation and binding.</param>
2835       <returns>The <see cref="T:System.Security.RightsManagement.UseLicense" /> for a user or user group in the specified <paramref name="secureEnvironment" />.</returns>
2836       <exception cref="T:System.ArgumentNullException">
2837         <paramref name="secureEnvironment" /> is <see langword="null" />.</exception>
2838       <exception cref="T:System.Security.RightsManagement.RightsManagementException">The authentication failed.</exception>
2839     </member>
2840     <member name="M:System.Security.RightsManagement.PublishLicense.AcquireUseLicenseNoUI(System.Security.RightsManagement.SecureEnvironment)">
2841       <summary>Attempts to acquire a <see cref="T:System.Security.RightsManagement.UseLicense" /> for a user or user group in a specified <see cref="T:System.Security.RightsManagement.SecureEnvironment" />.</summary>
2842       <param name="secureEnvironment">The secure environment for license activation and binding.</param>
2843       <returns>The <see cref="T:System.Security.RightsManagement.UseLicense" /> for a user or user group in the specified <paramref name="secureEnvironment" />.</returns>
2844       <exception cref="T:System.ArgumentNullException">
2845         <paramref name="secureEnvironment" /> is <see langword="null" />.</exception>
2846       <exception cref="T:System.Security.RightsManagement.RightsManagementException">The authentication failed.</exception>
2847     </member>
2848     <member name="P:System.Security.RightsManagement.PublishLicense.ContentId">
2849       <summary>Gets the publisher-created content identifier.</summary>
2850       <returns>The publisher-created content identifier.</returns>
2851     </member>
2852     <member name="M:System.Security.RightsManagement.PublishLicense.DecryptUnsignedPublishLicense(System.Security.RightsManagement.CryptoProvider)">
2853       <summary>Returns a decrypted <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" /> version of this signed <see cref="T:System.Security.RightsManagement.PublishLicense" />.</summary>
2854       <param name="cryptoProvider">The rights management service to use for decrypting the license.</param>
2855       <returns>A decrypted, unsigned version of this license.</returns>
2856       <exception cref="T:System.ArgumentNullException">
2857         <paramref name="cryptoProvider" /> is <see langword="null" />.</exception>
2858     </member>
2859     <member name="P:System.Security.RightsManagement.PublishLicense.ReferralInfoName">
2860       <summary>Gets the contact name for the author or publisher of the content.</summary>
2861       <returns>The contact name for the author or publisher of the content.</returns>
2862     </member>
2863     <member name="P:System.Security.RightsManagement.PublishLicense.ReferralInfoUri">
2864       <summary>Gets the contact URI for the author or publisher of the content.</summary>
2865       <returns>The contact uniform resource identifier (URI) for the author or publisher of the content.</returns>
2866     </member>
2867     <member name="M:System.Security.RightsManagement.PublishLicense.ToString">
2868       <summary>Returns the serialized XrML string that was used to create this license.</summary>
2869       <returns>The serialized Extensible Rights Markup Language (XrML) string that was used to create this license.</returns>
2870     </member>
2871     <member name="P:System.Security.RightsManagement.PublishLicense.UseLicenseAcquisitionUrl">
2872       <summary>Gets the URI to use for acquiring a <see cref="T:System.Security.RightsManagement.UseLicense" />.</summary>
2873       <returns>The URI to use for acquiring a <see cref="T:System.Security.RightsManagement.UseLicense" />.</returns>
2874     </member>
2875     <member name="T:System.Security.RightsManagement.RightsManagementException">
2876       <summary>Represents an error condition when a rights management operation cannot complete successfully.</summary>
2877     </member>
2878     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor">
2879       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class.</summary>
2880     </member>
2881     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2882       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class and sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store with information about the exception.</summary>
2883       <param name="info">The object that holds the serialized data.</param>
2884       <param name="context">The contextual information about the source or destination.</param>
2885     </member>
2886     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.Security.RightsManagement.RightsManagementFailureCode)">
2887       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given <see cref="T:System.Security.RightsManagement.RightsManagementFailureCode" />.</summary>
2888       <param name="failureCode">The failure code for the error.</param>
2889     </member>
2890     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.Security.RightsManagement.RightsManagementFailureCode,System.Exception)">
2891       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given <see cref="T:System.Security.RightsManagement.RightsManagementFailureCode" /> and <see cref="P:System.Exception.InnerException" />.</summary>
2892       <param name="failureCode">The failure code for the error.</param>
2893       <param name="innerException">The exception instance that caused the error.</param>
2894     </member>
2895     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.Security.RightsManagement.RightsManagementFailureCode,System.String)">
2896       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given <see cref="T:System.Security.RightsManagement.RightsManagementFailureCode" /> and <see cref="P:System.Exception.Message" />.</summary>
2897       <param name="failureCode">The failure code for the error.</param>
2898       <param name="message">A message that describes the error.</param>
2899     </member>
2900     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.Security.RightsManagement.RightsManagementFailureCode,System.String,System.Exception)">
2901       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given <see cref="T:System.Security.RightsManagement.RightsManagementFailureCode" />, <see cref="P:System.Exception.Message" /> and <see cref="P:System.Exception.InnerException" />.</summary>
2902       <param name="failureCode">The failure code for the error.</param>
2903       <param name="message">A message that describes the error.</param>
2904       <param name="innerException">The exception instance that caused the error.</param>
2905     </member>
2906     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.String)">
2907       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given message.</summary>
2908       <param name="message">A message that describes the error.</param>
2909     </member>
2910     <member name="M:System.Security.RightsManagement.RightsManagementException.#ctor(System.String,System.Exception)">
2911       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.RightsManagementException" /> class with a given <see cref="P:System.Exception.Message" /> and <see cref="P:System.Exception.InnerException" />.</summary>
2912       <param name="message">A message that describes the error.</param>
2913       <param name="innerException">The exception instance that caused this exception.</param>
2914     </member>
2915     <member name="P:System.Security.RightsManagement.RightsManagementException.FailureCode">
2916       <summary>Gets the <see cref="T:System.Security.RightsManagement.RightsManagementFailureCode" /> for the error.</summary>
2917       <returns>The failure code for the error.</returns>
2918     </member>
2919     <member name="M:System.Security.RightsManagement.RightsManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2920       <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store with the parameter name and information about the exception.</summary>
2921       <param name="info">The object that holds the serialized data.</param>
2922       <param name="context">The contextual information about the source or destination.</param>
2923       <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.</exception>
2924     </member>
2925     <member name="T:System.Security.RightsManagement.RightsManagementFailureCode">
2926       <summary>Specifies error conditions that can occur when performing a rights management operation.</summary>
2927     </member>
2928     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.Aborted">
2929       <summary>Asynchronous operation canceled, or a non-recoverable error has occurred.</summary>
2930     </member>
2931     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ActivationFailed">
2932       <summary>License activation failed; rights management services are not properly configured.</summary>
2933     </member>
2934     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.AdEntryNotFound">
2935       <summary>The current user was not found in the Active Directory (AD) for certification under Windows authentication.</summary>
2936     </member>
2937     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.AlreadyInProgress">
2938       <summary>The requested operation is already in progress.</summary>
2939     </member>
2940     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.AuthenticationFailed">
2941       <summary>Possible authentication error (HTTP error 401) returned by an Internet request. Or, the current user does not have valid domain credentials in a silent user activation attempt. Or, the certification server in silent user activation is not in the local intranet or trusted sites zone.</summary>
2942     </member>
2943     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BadGetInfoQuery">
2944       <summary>An invalid constant was passed.</summary>
2945     </member>
2946     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindAccessPrincipalNotEnabling">
2947       <summary>The access condition is not matched to the enabling principal that is handed into the bind.</summary>
2948     </member>
2949     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindAccessUnsatisfied">
2950       <summary>The current user does not satisfy the conditions defined in the End Use License (EUL).</summary>
2951     </member>
2952     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindContentNotInEndUseLicense">
2953       <summary>The specified resource is not contained in any WORK node of the license.</summary>
2954     </member>
2955     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindIndicatedPrincipalMissing">
2956       <summary>The enabling principal does not match the issued principal of the End Use License (EUL).</summary>
2957     </member>
2958     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindIntervalTimeViolated">
2959       <summary>The defined time period for the protected content has expired; access is no longer permitted.</summary>
2960     </member>
2961     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindMachineNotFoundInGroupIdentity">
2962       <summary>The current machine is not defined within the rights managed group identity.</summary>
2963     </member>
2964     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindNoApplicableRevocationList">
2965       <summary>The current user does not have rights to access the protected content.</summary>
2966     </member>
2967     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindNoSatisfiedRightsGroup">
2968       <summary>The specified rights group is not contained in the End Use License (EUL).</summary>
2969     </member>
2970     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindPolicyViolation">
2971       <summary>The current user does not have rights to access the protected content.</summary>
2972     </member>
2973     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevocationListStale">
2974       <summary>The license requires that a new revocation list must be acquired.</summary>
2975     </member>
2976     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevokedIssuer">
2977       <summary>The current user does not have rights to access the protected content.</summary>
2978     </member>
2979     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevokedLicense">
2980       <summary>The current user does not have rights to access the protected content.</summary>
2981     </member>
2982     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevokedModule">
2983       <summary>Rights management services are not properly configured.</summary>
2984     </member>
2985     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevokedPrincipal">
2986       <summary>The current user does not have rights to access the protected content.</summary>
2987     </member>
2988     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindRevokedResource">
2989       <summary>The current user does not have rights to access the protected content.</summary>
2990     </member>
2991     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindSpecifiedWorkMissing">
2992       <summary>The End Use License (EUL) contains no WORK node.</summary>
2993     </member>
2994     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BindValidityTimeViolated">
2995       <summary>The defined time period for the protected content has expired; access is no longer permitted.</summary>
2996     </member>
2997     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.BrokenCertChain">
2998       <summary>The rights management certificate chain is broken.</summary>
2999     </member>
3000     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ClockRollbackDetected">
3001       <summary>Clock rollback has been detected. Protected content cannot be accessed.</summary>
3002     </member>
3003     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.CryptoOperationUnsupported">
3004       <summary>A cryptographic operation that was requested is not supported. For example, passing an RMS encrypting object for decrypting purposes.</summary>
3005     </member>
3006     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.DebuggerDetected">
3007       <summary>Cannot open or publish content with restricted permissions because a debugger has been detected.</summary>
3008     </member>
3009     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.EmailNotVerified">
3010       <summary>The user's email address cannot be verified.</summary>
3011     </member>
3012     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.EnablingPrincipalFailure">
3013       <summary>The specified principal cannot be enabled.</summary>
3014     </member>
3015     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.EncryptionNotPermitted">
3016       <summary>Encryption is not permitted.</summary>
3017     </member>
3018     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.EnvironmentCannotLoad">
3019       <summary>The <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> cannot load.</summary>
3020     </member>
3021     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.EnvironmentNotLoaded">
3022       <summary>The <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> cannot load.</summary>
3023     </member>
3024     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ExpiredOfficialIssuanceLicenseTemplate">
3025       <summary>The authorized time period defined in the issuance license template has expired; access is no longer permitted.</summary>
3026     </member>
3027     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.GlobalOptionAlreadySet">
3028       <summary>The option specified has already been set.</summary>
3029     </member>
3030     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.GroupIdentityNotSet">
3031       <summary>A user name was not specified for the client session.</summary>
3032     </member>
3033     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.HidCorrupted">
3034       <summary>The Hardware ID (HID) used in a machine activation attempt is incorrectly formatted. Rights management services are not properly configured.</summary>
3035     </member>
3036     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.HidInvalid">
3037       <summary>The Hardware ID (HID) used in a machine activation attempt is invalid. Rights management services are not properly configured.</summary>
3038     </member>
3039     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.IdMismatch">
3040       <summary>The content ID from the license does not match the content ID the license storage session.</summary>
3041     </member>
3042     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.IncompatibleObjects">
3043       <summary>An object type passed is incompatible with this operation.</summary>
3044     </member>
3045     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InfoNotInLicense">
3046       <summary>When creating a bound license, an issuance license, not an end-use license, was specified.</summary>
3047     </member>
3048     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InfoNotPresent">
3049       <summary>Some information is missing.</summary>
3050     </member>
3051     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InstallationFailed">
3052       <summary>An installation operation failed.</summary>
3053     </member>
3054     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidAlgorithmType">
3055       <summary>The algorithm type specified is invalid.</summary>
3056     </member>
3057     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidClientLicensorCertificate">
3058       <summary>Rights management services are not properly configured.</summary>
3059     </member>
3060     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidEmail">
3061       <summary>RMS Server email address verification failed.</summary>
3062     </member>
3063     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidEncodingType">
3064       <summary>The specified encoding type is invalid.</summary>
3065     </member>
3066     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidHandle">
3067       <summary>Either the environment or the enabling principal handle is invalid.</summary>
3068     </member>
3069     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidIssuanceLicenseTemplate">
3070       <summary>The Rights Management Services template contains one or more errors.</summary>
3071     </member>
3072     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidKeyLength">
3073       <summary>The key length specified in a key/value pair is invalid.</summary>
3074     </member>
3075     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidLicense">
3076       <summary>The license structure in one of the certificates is invalid.</summary>
3077     </member>
3078     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidLicenseSignature">
3079       <summary>Rights management signed digital certificate cannot be validated. (The signed certificate may have been tampered.)</summary>
3080     </member>
3081     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidLockboxPath">
3082       <summary>Rights management services are not properly configured.</summary>
3083     </member>
3084     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidLockboxType">
3085       <summary>Rights management services are not properly configured.</summary>
3086     </member>
3087     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidNumericalValue">
3088       <summary>The numeric value specified is invalid.</summary>
3089     </member>
3090     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidRegistryPath">
3091       <summary>The specified registry path is invalid.</summary>
3092     </member>
3093     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidServerResponse">
3094       <summary>Rights management services are not properly configured.</summary>
3095     </member>
3096     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidTimeInfo">
3097       <summary>The time information specified is invalid.</summary>
3098     </member>
3099     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.InvalidVersion">
3100       <summary>The rights management version is incorrect.</summary>
3101     </member>
3102     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.KeyTypeUnsupported">
3103       <summary>The key type specified in a key/value pair is not supported.</summary>
3104     </member>
3105     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.LibraryFail">
3106       <summary>A library operation failed.</summary>
3107     </member>
3108     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.LibraryUnsupportedPlugIn">
3109       <summary>The specified library plug-in is not supported.</summary>
3110     </member>
3111     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.LicenseAcquisitionFailed">
3112       <summary>An End Use License (EUL) could not be acquired from the rights management server.</summary>
3113     </member>
3114     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.LicenseBindingToWindowsIdentityFailed">
3115       <summary>The current user credentials are not valid for acquiring a license.</summary>
3116     </member>
3117     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ManifestPolicyViolation">
3118       <summary>An operation is in violation of the rights management manifest policy.</summary>
3119     </member>
3120     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.MetadataNotSet">
3121       <summary>The specified metadata could net be set.</summary>
3122     </member>
3123     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NeedsGroupIdentityActivation">
3124       <summary>The user is not activated, or no Rights Account Certificate (RAC) was submitted and none was found in the license store to match the license associated with this session.</summary>
3125     </member>
3126     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NeedsMachineActivation">
3127       <summary>The computer must be activated before the user can be activated.</summary>
3128     </member>
3129     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NoAesCryptoProvider">
3130       <summary>Rights management services are not properly configured.</summary>
3131     </member>
3132     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NoConnect">
3133       <summary>Rights management cannot connect to the URI specified for the license server.</summary>
3134     </member>
3135     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NoDistributionPointUrlFound">
3136       <summary>The protected content is corrupted.</summary>
3137     </member>
3138     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NoLicense">
3139       <summary>A required license is not available.</summary>
3140     </member>
3141     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NoMoreData">
3142       <summary>No license or certificate exists at the specified index.</summary>
3143     </member>
3144     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NotAChain">
3145       <summary>Rights managed content is corrupted.</summary>
3146     </member>
3147     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.NotSet">
3148       <summary>The item requested to delete does not exist.</summary>
3149     </member>
3150     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.OutdatedModule">
3151       <summary>Rights management services are not properly configured.</summary>
3152     </member>
3153     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.OutOfQuota">
3154       <summary>The license server's maximum quota of End Use Licenses (EULs) has been reached.</summary>
3155     </member>
3156     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.OwnerLicenseNotFound">
3157       <summary>The document does not contain an Owner License.</summary>
3158     </member>
3159     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.QueryReportsNoResults">
3160       <summary>No instances of the requested attribute exist.</summary>
3161     </member>
3162     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.RecordNotFound">
3163       <summary>The specified license was not found.</summary>
3164     </member>
3165     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.RequestDenied">
3166       <summary>The Rights Management server does not allow temporary certification of the current user.</summary>
3167     </member>
3168     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.RevocationInfoNotSet">
3169       <summary>Certificate or license revocation information has not been set.</summary>
3170     </member>
3171     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.RightNotGranted">
3172       <summary>The current user does not have rights to access the protected content.</summary>
3173     </member>
3174     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.RightNotSet">
3175       <summary>The requested right was not specified when the content was published with rights management.</summary>
3176     </member>
3177     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ServerError">
3178       <summary>Rights management services are not properly configured.</summary>
3179     </member>
3180     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ServerNotFound">
3181       <summary>Rights management services are not properly configured.</summary>
3182     </member>
3183     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ServiceGone">
3184       <summary>Rights management services are not properly configured.</summary>
3185     </member>
3186     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ServiceMoved">
3187       <summary>Rights management services are not properly configured.</summary>
3188     </member>
3189     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ServiceNotFound">
3190       <summary>Rights management services are not properly configured.</summary>
3191     </member>
3192     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.Success">
3193       <summary>Operation has competed successfully.</summary>
3194     </member>
3195     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.TooManyCertificates">
3196       <summary>The number of certificates has exceeded the maximum number allowed.</summary>
3197     </member>
3198     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.TooManyLoadedEnvironments">
3199       <summary>Too many <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> instance have been created.</summary>
3200     </member>
3201     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.UnexpectedException">
3202       <summary>An unspecified error occurred.  Also thrown when an application runs in debug mode.</summary>
3203     </member>
3204     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.UseDefault">
3205       <summary>If a request is made for computer activation or a rights account certificate, receiving <see cref="F:System.Security.RightsManagement.RightsManagementFailureCode.UseDefault" /> indicates that the application should pass <see langword="null" /> into the ActServInfo parameter.</summary>
3206     </member>
3207     <member name="F:System.Security.RightsManagement.RightsManagementFailureCode.ValidityTimeViolation">
3208       <summary>The defined time period for the protected content has expired; access is no longer permitted.</summary>
3209     </member>
3210     <member name="T:System.Security.RightsManagement.SecureEnvironment">
3211       <summary>Represents a secure client session for user activation, license binding, and other rights management operations.</summary>
3212     </member>
3213     <member name="P:System.Security.RightsManagement.SecureEnvironment.ApplicationManifest">
3214       <summary>Gets the <see cref="P:System.Security.RightsManagement.SecureEnvironment.ApplicationManifest" /> specified when the <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> was created.</summary>
3215       <returns>The application manifest specified to the <see cref="Overload:System.Security.RightsManagement.SecureEnvironment.Create" /> method when the <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> is created.</returns>
3216     </member>
3217     <member name="M:System.Security.RightsManagement.SecureEnvironment.Create(System.String,System.Security.RightsManagement.AuthenticationType,System.Security.RightsManagement.UserActivationMode)">
3218       <summary>Creates a secure client session given an application rights manifest, <see cref="T:System.Security.RightsManagement.AuthenticationType" />, and <see cref="T:System.Security.RightsManagement.UserActivationMode" />.</summary>
3219       <param name="applicationManifest">The application rights manifest.</param>
3220       <param name="authentication">The method of authentication.</param>
3221       <param name="userActivationMode">The type of the user rights account certificate.</param>
3222       <returns>A secure client session for activation, license binding, and other rights management operations.</returns>
3223     </member>
3224     <member name="M:System.Security.RightsManagement.SecureEnvironment.Create(System.String,System.Security.RightsManagement.ContentUser)">
3225       <summary>Creates a secure client session for a specified user with a given rights manifest.</summary>
3226       <param name="applicationManifest">The application rights manifest.</param>
3227       <param name="user">The user or user-group for granting access to rights managed content.</param>
3228       <returns>A secure client session for activation, license binding, and other rights management operations.</returns>
3229     </member>
3230     <member name="M:System.Security.RightsManagement.SecureEnvironment.Dispose">
3231       <summary>Releases all resources used by the <see cref="T:System.Security.RightsManagement.SecureEnvironment" />.</summary>
3232     </member>
3233     <member name="M:System.Security.RightsManagement.SecureEnvironment.Dispose(System.Boolean)">
3234       <summary>Releases the unmanaged resources used by the <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> and optionally releases the managed resources.</summary>
3235       <param name="disposing">
3236         <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
3237     </member>
3238     <member name="M:System.Security.RightsManagement.SecureEnvironment.GetActivatedUsers">
3239       <summary>Returns a list of the activated users.</summary>
3240       <returns>A list of the currently activated users.</returns>
3241     </member>
3242     <member name="M:System.Security.RightsManagement.SecureEnvironment.IsUserActivated(System.Security.RightsManagement.ContentUser)">
3243       <summary>Indicates whether a given user has been activated for accessing rights managed content.</summary>
3244       <param name="user">The user or user-group for granting access to rights managed content.</param>
3245       <returns>
3246         <see langword="true" /> if the given <paramref name="user" /> has been activated for accessing rights managed content; otherwise, <see langword="false" />.</returns>
3247     </member>
3248     <member name="M:System.Security.RightsManagement.SecureEnvironment.RemoveActivatedUser(System.Security.RightsManagement.ContentUser)">
3249       <summary>Removes the license activation for a specified user.</summary>
3250       <param name="user">The user to remove the license activation for.</param>
3251       <exception cref="T:System.ArgumentNullException">The <paramref name="user" /> parameter is <see langword="null" />.</exception>
3252       <exception cref="T:System.ArgumentOutOfRangeException">The given <paramref name="user" /> is not authenticated with either Windows authentication or Passport authentication.</exception>
3253     </member>
3254     <member name="P:System.Security.RightsManagement.SecureEnvironment.User">
3255       <summary>Gets the user or user-group specified when the <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> was created.</summary>
3256       <returns>The user or user-group specified to the <see cref="M:System.Security.RightsManagement.SecureEnvironment.Create(System.String,System.Security.RightsManagement.ContentUser)" /> method when the <see cref="T:System.Security.RightsManagement.SecureEnvironment" /> was created.</returns>
3257     </member>
3258     <member name="T:System.Security.RightsManagement.UnsignedPublishLicense">
3259       <summary>Represents an unsigned rights managed <see cref="T:System.Security.RightsManagement.PublishLicense" /> or an unsigned <see cref="T:System.Security.RightsManagement.PublishLicense" /> template.</summary>
3260     </member>
3261     <member name="M:System.Security.RightsManagement.UnsignedPublishLicense.#ctor">
3262       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" /> class.</summary>
3263     </member>
3264     <member name="M:System.Security.RightsManagement.UnsignedPublishLicense.#ctor(System.String)">
3265       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" /> class from a specified XrML publish-license template.</summary>
3266       <param name="publishLicenseTemplate">The Extensible Rights Markup Language (XrML) publish-license template to use to create this license.</param>
3267     </member>
3268     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.ContentId">
3269       <summary>Gets or sets the publisher-created content identifier.</summary>
3270       <returns>The publisher-created rights-managed content identifier.</returns>
3271     </member>
3272     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.Grants">
3273       <summary>Gets a collection of assigned user rights.</summary>
3274       <returns>A collection of the assigned user rights that are provided in this license.</returns>
3275     </member>
3276     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.LocalizedNameDescriptionDictionary">
3277       <summary>Gets a collection of name and description pairs.</summary>
3278       <returns>A collection of name and description pairs.</returns>
3279     </member>
3280     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.Owner">
3281       <summary>Gets or sets the content owner.</summary>
3282       <returns>The user who owns the published content.</returns>
3283     </member>
3284     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.ReferralInfoName">
3285       <summary>Gets or sets the contact name for the author or publisher of the content.</summary>
3286       <returns>The contact name for the author or publisher of the content.</returns>
3287     </member>
3288     <member name="P:System.Security.RightsManagement.UnsignedPublishLicense.ReferralInfoUri">
3289       <summary>Gets or sets the contact URI for the author or publisher of the content.</summary>
3290       <returns>The contact uniform resource identifier (URI) for the author or publisher of the content.</returns>
3291     </member>
3292     <member name="M:System.Security.RightsManagement.UnsignedPublishLicense.Sign(System.Security.RightsManagement.SecureEnvironment,System.Security.RightsManagement.UseLicense@)">
3293       <summary>Creates a signed <see cref="T:System.Security.RightsManagement.PublishLicense" /> and returns a <see cref="T:System.Security.RightsManagement.UseLicense" /> for the document author.</summary>
3294       <param name="secureEnvironment">The secure environment for license activation and binding.</param>
3295       <param name="authorUseLicense">A returned <see cref="T:System.Security.RightsManagement.UseLicense" /> for the document author.</param>
3296       <returns>The signed <see cref="T:System.Security.RightsManagement.PublishLicense" /> that is created by signing this <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" />.</returns>
3297     </member>
3298     <member name="M:System.Security.RightsManagement.UnsignedPublishLicense.ToString">
3299       <summary>Returns a serialized template created from the XrML of the <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" />.</summary>
3300       <returns>A serialized template created from the XrML of the <see cref="T:System.Security.RightsManagement.UnsignedPublishLicense" />.</returns>
3301     </member>
3302     <member name="T:System.Security.RightsManagement.UseLicense">
3303       <summary>Represents a license that enables access to protected rights managed content.</summary>
3304     </member>
3305     <member name="M:System.Security.RightsManagement.UseLicense.#ctor(System.String)">
3306       <summary>Initializes a new instance of the <see cref="T:System.Security.RightsManagement.UseLicense" /> class.</summary>
3307       <param name="useLicense">A use license in serialized Extensible Rights Markup Language (XrML) form.</param>
3308       <exception cref="T:System.ArgumentNullException">
3309         <paramref name="useLicense" /> is <see langword="null" />.</exception>
3310       <exception cref="T:System.Security.RightsManagement.RightsManagementException">
3311         <paramref name="useLicense" /> is invalid.</exception>
3312     </member>
3313     <member name="P:System.Security.RightsManagement.UseLicense.ApplicationData">
3314       <summary>Gets the application data dictionary that contains key/value pairs passed from the publishing application to the consuming application.</summary>
3315       <returns>The application data dictionary that contains key/value pairs passed from the publishing application to the consuming application.</returns>
3316     </member>
3317     <member name="M:System.Security.RightsManagement.UseLicense.Bind(System.Security.RightsManagement.SecureEnvironment)">
3318       <summary>Binds the license to a given <see cref="T:System.Security.RightsManagement.SecureEnvironment" />.</summary>
3319       <param name="secureEnvironment">The environment to bind the license to.</param>
3320       <returns>A <see cref="T:System.Security.RightsManagement.CryptoProvider" /> instance if the license binding succeeded; otherwise, <see langword="null" />.</returns>
3321       <exception cref="T:System.ArgumentNullException">
3322         <paramref name="secureEnvironment" /> is <see langword="null" />.</exception>
3323     </member>
3324     <member name="P:System.Security.RightsManagement.UseLicense.ContentId">
3325       <summary>Gets the content identifier created by the publisher.</summary>
3326       <returns>The content identifier created by the publisher.</returns>
3327     </member>
3328     <member name="M:System.Security.RightsManagement.UseLicense.Equals(System.Object)">
3329       <summary>Indicates if this license is equivalent to another given license.</summary>
3330       <param name="x">The license to compare.</param>
3331       <returns>
3332         <see langword="true" /> if both licenses are the equivalent; otherwise, <see langword="false" />.</returns>
3333     </member>
3334     <member name="M:System.Security.RightsManagement.UseLicense.GetHashCode">
3335       <summary>Returns the hash code associated with this license.</summary>
3336       <returns>A hash code for this license.</returns>
3337     </member>
3338     <member name="P:System.Security.RightsManagement.UseLicense.Owner">
3339       <summary>Gets the owner of the license.</summary>
3340       <returns>The owner of the license.</returns>
3341     </member>
3342     <member name="M:System.Security.RightsManagement.UseLicense.ToString">
3343       <summary>Returns the serialized XrML string used to create this license.</summary>
3344       <returns>The serialized Extensible Rights Markup Language (XrML) string originally passed to the <see cref="M:System.Security.RightsManagement.UseLicense.#ctor(System.String)" /> constructor.</returns>
3345     </member>
3346     <member name="T:System.Security.RightsManagement.UserActivationMode">
3347       <summary>Specifies the type of user Rights Account Certificate to request for rights management activation.</summary>
3348     </member>
3349     <member name="F:System.Security.RightsManagement.UserActivationMode.Permanent">
3350       <summary>A permanent Rights Account Certificate.</summary>
3351     </member>
3352     <member name="F:System.Security.RightsManagement.UserActivationMode.Temporary">
3353       <summary>A temporary Rights Account Certificate.</summary>
3354     </member>
3355     <member name="T:System.Windows.AttachedPropertyBrowsableAttribute">
3356       <summary>Provides a base class for .NET Framework attributes that report the use scope of attached properties.</summary>
3357     </member>
3358     <member name="M:System.Windows.AttachedPropertyBrowsableAttribute.#ctor">
3359       <summary>Initializes a new instance of the <see cref="T:System.Windows.AttachedPropertyBrowsableAttribute" /> class.</summary>
3360     </member>
3361     <member name="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute">
3362       <summary>Specifies that an attached property is browsable only for elements that derive from a specified type.</summary>
3363     </member>
3364     <member name="M:System.Windows.AttachedPropertyBrowsableForTypeAttribute.#ctor(System.Type)">
3365       <summary>Initializes a new instance of the <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> class, using the provided <paramref name="targetType" />.</summary>
3366       <param name="targetType">The intended type that scopes the use of the attached property where this .NET Framework attribute applies.</param>
3367     </member>
3368     <member name="M:System.Windows.AttachedPropertyBrowsableForTypeAttribute.Equals(System.Object)">
3369       <summary>Determines whether the current <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> .NET Framework attribute is equal to a specified object.</summary>
3370       <param name="obj">The <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> to compare to the current <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" />.</param>
3371       <returns>
3372         <see langword="true" /> if the specified <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> is equal to the current <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" />; otherwise, <see langword="false" />.</returns>
3373     </member>
3374     <member name="M:System.Windows.AttachedPropertyBrowsableForTypeAttribute.GetHashCode">
3375       <summary>Returns the hash code for this <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> .NET Framework attribute.</summary>
3376       <returns>An unsigned 32-bit integer value.</returns>
3377     </member>
3378     <member name="P:System.Windows.AttachedPropertyBrowsableForTypeAttribute.TargetType">
3379       <summary>Gets the base type that scopes the use of the attached property where this .NET Framework attribute applies.</summary>
3380       <returns>The requested <see cref="T:System.Type" />.</returns>
3381     </member>
3382     <member name="P:System.Windows.AttachedPropertyBrowsableForTypeAttribute.TypeId">
3383       <summary>Gets a unique type identifier for this <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" /> .NET Framework attribute.</summary>
3384       <returns>An object that is a unique identifier for the <see cref="T:System.Windows.AttachedPropertyBrowsableForTypeAttribute" />.</returns>
3385     </member>
3386     <member name="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute">
3387       <summary>Specifies that an attached property is only browsable on an element that also has another specific  .NET Framework attribute applied to its class definition.</summary>
3388     </member>
3389     <member name="M:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute.#ctor(System.Type)">
3390       <summary>Initializes a new instance of the <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> class.</summary>
3391       <param name="attributeType">The <see cref="T:System.Type" /> of the  .NET Framework attribute that must also be applied on a class in order for the attached property to be browsable on the class where <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> is applied.</param>
3392     </member>
3393     <member name="P:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType">
3394       <summary>Gets the type of the  .NET Framework attribute that must also be applied on a class.</summary>
3395       <returns>The  .NET Framework attribute type.</returns>
3396     </member>
3397     <member name="M:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute.Equals(System.Object)">
3398       <summary>Determines whether the current <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> .NET Framework attribute is equal to a specified object.</summary>
3399       <param name="obj">The <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> to compare to the current <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" />.</param>
3400       <returns>
3401         <see langword="true" /> if the specified <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> is equal to the current <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" />; otherwise, <see langword="false" />.</returns>
3402     </member>
3403     <member name="M:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute.GetHashCode">
3404       <summary>Returns the hash code for this <see cref="T:System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute" /> .NET Framework attribute.</summary>
3405       <returns>An unsigned 32-bit integer value.</returns>
3406     </member>
3407     <member name="T:System.Windows.BaseCompatibilityPreferences">
3408       <summary>Contains properties that specify how an application should behave relative to new WPF features that are in the WindowsBase assembly.</summary>
3409     </member>
3410     <member name="P:System.Windows.BaseCompatibilityPreferences.FlowDispatcherSynchronizationContextPriority">
3411       <summary>Gets or sets a value that indicates whether information about the <see cref="P:System.Windows.Threading.DispatcherOperation.Priority" /> is saved to the <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" />.</summary>
3412       <returns>
3413         <see langword="true" /> if information about the <see cref="P:System.Windows.Threading.DispatcherOperation.Priority" /> is saved to the <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" />; otherwise, <see langword="false" />.</returns>
3414     </member>
3415     <member name="P:System.Windows.BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailure">
3416       <summary>Defines how the dispatcher reacts to failures encountered when it requests processing.</summary>
3417       <returns>A value that defines how the dispatcher reacts to failures.</returns>
3418     </member>
3419     <member name="T:System.Windows.BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailureOptions">
3420       <summary>Provides a set of values that describes how the dispatcher responds to failures that are encountered while requesting processing.</summary>
3421     </member>
3422     <member name="F:System.Windows.BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailureOptions.Continue">
3423       <summary>Continue after the failure.
3424 This is the default value. It defines the behavior of the Windows Presentation Foundation dispatcher prior to the .NET Framework 4.7.1. The dispatcher may become unresponsive when this option is selected.</summary>
3425     </member>
3426     <member name="F:System.Windows.BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailureOptions.Reset">
3427       <summary>Reset the dispatcher's state to try another request the next time one is needed.
3428 While this option can sometimes "repair" unresponsiveness, it cannot honor the usual timing of processing, which can be crucial. Selecting this option can lead to unexpected behavior.</summary>
3429     </member>
3430     <member name="F:System.Windows.BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailureOptions.Throw">
3431       <summary>Throw an exception.
3432 This option immediately brings the problem to the application developer's attention.</summary>
3433     </member>
3434     <member name="P:System.Windows.BaseCompatibilityPreferences.InlineDispatcherSynchronizationContextSend">
3435       <summary>Gets or sets a value that indicates whether the <see cref="M:System.Windows.Threading.DispatcherSynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" /> method puts the delegates on the dispatcher queue or if the delegate is directly invoked.</summary>
3436       <returns>
3437         <see langword="true" /> if the <see cref="M:System.Windows.Threading.DispatcherSynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)" /> method puts the delegates on the dispatcher queue or if the delegate is directly invoked; otherwise, <see langword="false" />.</returns>
3438     </member>
3439     <member name="P:System.Windows.BaseCompatibilityPreferences.ReuseDispatcherSynchronizationContextInstance">
3440       <summary>Gets or sets a value that indicates whether a single <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> is used for multiple dispatcher operations.</summary>
3441       <returns>true if a single <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> is used for multiple dispatcher operations; otherwise, <see langword="false" />.</returns>
3442     </member>
3443     <member name="T:System.Windows.CoerceValueCallback">
3444       <summary>Provides a template for a method that is called whenever a dependency property value is being re-evaluated, or coercion is specifically requested.</summary>
3445       <param name="d">The object that the property exists on. When the callback is invoked, the property system will pass this value.</param>
3446       <param name="baseValue">The new value of the property, prior to any coercion attempt.</param>
3447       <returns>The coerced value (with appropriate type).</returns>
3448     </member>
3449     <member name="T:System.Windows.Converters.Int32RectValueSerializer">
3450       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Int32Rect" />.</summary>
3451     </member>
3452     <member name="M:System.Windows.Converters.Int32RectValueSerializer.#ctor">
3453       <summary>Initializes a new instance of the <see cref="T:System.Windows.Converters.Int32RectValueSerializer" /> class.</summary>
3454     </member>
3455     <member name="M:System.Windows.Converters.Int32RectValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3456       <summary>Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of <see cref="T:System.Windows.Int32Rect" />.</summary>
3457       <param name="value">String to evaluate for conversion.</param>
3458       <param name="context">Context information that is used for conversion.</param>
3459       <returns>Always returns <see langword="true" />.</returns>
3460     </member>
3461     <member name="M:System.Windows.Converters.Int32RectValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3462       <summary>Determines whether the specified <see cref="T:System.Windows.Int32Rect" /> can be converted to a <see cref="T:System.String" />.</summary>
3463       <param name="value">The object to evaluate for conversion.</param>
3464       <param name="context">Context information that is used for conversion.</param>
3465       <returns>
3466         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
3467     </member>
3468     <member name="M:System.Windows.Converters.Int32RectValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3469       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Int32Rect" />.</summary>
3470       <param name="value">The string to convert.</param>
3471       <param name="context">Context information that is used for conversion.</param>
3472       <returns>A new instance of <see cref="T:System.Windows.Int32Rect" /> based on the supplied <paramref name="value" />.</returns>
3473     </member>
3474     <member name="M:System.Windows.Converters.Int32RectValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3475       <summary>Converts an instance of <see cref="T:System.Windows.Int32Rect" /> to a <see cref="T:System.String" />.</summary>
3476       <param name="value">The object to convert into a string.</param>
3477       <param name="context">Context information that is used for conversion.</param>
3478       <returns>A string representation of the specified <see cref="T:System.Windows.Int32Rect" />.</returns>
3479     </member>
3480     <member name="T:System.Windows.Converters.PointValueSerializer">
3481       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Point" />.</summary>
3482     </member>
3483     <member name="M:System.Windows.Converters.PointValueSerializer.#ctor">
3484       <summary>Initializes a new instance of the <see cref="T:System.Windows.Converters.PointValueSerializer" /> class.</summary>
3485     </member>
3486     <member name="M:System.Windows.Converters.PointValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3487       <summary>Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of <see cref="T:System.Windows.Point" />.</summary>
3488       <param name="value">String to evaluate for conversion.</param>
3489       <param name="context">Context information that is used for conversion.</param>
3490       <returns>Always returns <see langword="true" />.</returns>
3491     </member>
3492     <member name="M:System.Windows.Converters.PointValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3493       <summary>Determines whether the specified <see cref="T:System.Windows.Point" /> can be converted to a <see cref="T:System.String" />.</summary>
3494       <param name="value">The object to evaluate for conversion.</param>
3495       <param name="context">Context information that is used for conversion.</param>
3496       <returns>
3497         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
3498     </member>
3499     <member name="M:System.Windows.Converters.PointValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3500       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Point" />.</summary>
3501       <param name="value">The string to convert.</param>
3502       <param name="context">Context information that is used for conversion.</param>
3503       <returns>A new instance of <see cref="T:System.Windows.Point" /> based on the supplied <paramref name="value" />.</returns>
3504     </member>
3505     <member name="M:System.Windows.Converters.PointValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3506       <summary>Converts an instance of <see cref="T:System.Windows.Point" /> to a <see cref="T:System.String" />.</summary>
3507       <param name="value">The object to convert into a string.</param>
3508       <param name="context">Context information that is used for conversion.</param>
3509       <returns>A string representation of the specified <see cref="T:System.Windows.Point" />.</returns>
3510     </member>
3511     <member name="T:System.Windows.Converters.RectValueSerializer">
3512       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Rect" />.</summary>
3513     </member>
3514     <member name="M:System.Windows.Converters.RectValueSerializer.#ctor">
3515       <summary>Initializes a new instance of the <see cref="T:System.Windows.Converters.RectValueSerializer" /> class.</summary>
3516     </member>
3517     <member name="M:System.Windows.Converters.RectValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3518       <summary>Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of <see cref="T:System.Windows.Rect" />.</summary>
3519       <param name="value">String to evaluate for conversion.</param>
3520       <param name="context">Context information that is used for conversion.</param>
3521       <returns>Always returns <see langword="true" />.</returns>
3522     </member>
3523     <member name="M:System.Windows.Converters.RectValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3524       <summary>Determines whether the specified <see cref="T:System.Windows.Rect" /> can be converted to a <see cref="T:System.String" />.</summary>
3525       <param name="value">The object to evaluate for conversion.</param>
3526       <param name="context">Context information that is used for conversion.</param>
3527       <returns>
3528         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
3529     </member>
3530     <member name="M:System.Windows.Converters.RectValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3531       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Rect" />.</summary>
3532       <param name="value">The string to convert.</param>
3533       <param name="context">Context information that is used for conversion.</param>
3534       <returns>A new instance of <see cref="T:System.Windows.Rect" /> based on the supplied <paramref name="value" />.</returns>
3535     </member>
3536     <member name="M:System.Windows.Converters.RectValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3537       <summary>Converts an instance of <see cref="T:System.Windows.Rect" /> to a <see cref="T:System.String" />.</summary>
3538       <param name="value">The object to convert into a string.</param>
3539       <param name="context">Context information that is used for conversion.</param>
3540       <returns>A string representation of the specified <see cref="T:System.Windows.Rect" />.</returns>
3541     </member>
3542     <member name="T:System.Windows.Converters.SizeValueSerializer">
3543       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Size" />.</summary>
3544     </member>
3545     <member name="M:System.Windows.Converters.SizeValueSerializer.#ctor">
3546       <summary>Initializes a new instance of the <see cref="T:System.Windows.Converters.SizeValueSerializer" /> class.</summary>
3547     </member>
3548     <member name="M:System.Windows.Converters.SizeValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3549       <summary>Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of <see cref="T:System.Windows.Size" />.</summary>
3550       <param name="value">String to evaluate for conversion.</param>
3551       <param name="context">Context information that is used for conversion.</param>
3552       <returns>Always returns <see langword="true" />.</returns>
3553     </member>
3554     <member name="M:System.Windows.Converters.SizeValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3555       <summary>Determines whether the specified <see cref="T:System.Windows.Size" /> can be converted to a <see cref="T:System.String" />.</summary>
3556       <param name="value">The object to evaluate for conversion.</param>
3557       <param name="context">Context information that is used for conversion.</param>
3558       <returns>
3559         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
3560     </member>
3561     <member name="M:System.Windows.Converters.SizeValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3562       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Size" />.</summary>
3563       <param name="value">The string to convert.</param>
3564       <param name="context">Context information that is used for conversion.</param>
3565       <returns>A new instance of <see cref="T:System.Windows.Size" /> based on the supplied <paramref name="value" />.</returns>
3566     </member>
3567     <member name="M:System.Windows.Converters.SizeValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3568       <summary>Converts an instance of <see cref="T:System.Windows.Size" /> to a <see cref="T:System.String" />.</summary>
3569       <param name="value">The object to convert into a string.</param>
3570       <param name="context">Context information that is used for conversion.</param>
3571       <returns>A string representation of the specified <see cref="T:System.Windows.Size" />.</returns>
3572     </member>
3573     <member name="T:System.Windows.Converters.VectorValueSerializer">
3574       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Vector" />.</summary>
3575     </member>
3576     <member name="M:System.Windows.Converters.VectorValueSerializer.#ctor">
3577       <summary>Initializes a new instance of the <see cref="T:System.Windows.Converters.VectorValueSerializer" /> class.</summary>
3578     </member>
3579     <member name="M:System.Windows.Converters.VectorValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3580       <summary>Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of <see cref="T:System.Windows.Vector" />.</summary>
3581       <param name="value">String to evaluate for conversion.</param>
3582       <param name="context">Context information that is used for conversion.</param>
3583       <returns>Always returns <see langword="true" />.</returns>
3584     </member>
3585     <member name="M:System.Windows.Converters.VectorValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3586       <summary>Determines whether the specified <see cref="T:System.Windows.Vector" /> can be converted to a <see cref="T:System.String" />.</summary>
3587       <param name="value">The object to evaluate for conversion.</param>
3588       <param name="context">Context information that is used for conversion.</param>
3589       <returns>
3590         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
3591     </member>
3592     <member name="M:System.Windows.Converters.VectorValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
3593       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Vector" />.</summary>
3594       <param name="value">The string to convert.</param>
3595       <param name="context">Context information that is used for conversion.</param>
3596       <returns>A new instance of <see cref="T:System.Windows.Vector" /> based on the supplied <paramref name="value" />.</returns>
3597     </member>
3598     <member name="M:System.Windows.Converters.VectorValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
3599       <summary>Converts an instance of <see cref="T:System.Windows.Vector" /> to a <see cref="T:System.String" />.</summary>
3600       <param name="value">The object to convert into a string.</param>
3601       <param name="context">Context information that is used for conversion.</param>
3602       <returns>A string representation of the specified <see cref="T:System.Windows.Vector" />.</returns>
3603     </member>
3604     <member name="T:System.Windows.Data.DataSourceProvider">
3605       <summary>Common base class and contract for <see cref="T:System.Windows.Data.DataSourceProvider" /> objects, which are factories that execute some queries to produce a single object or a list of objects that you can use as binding source objects.</summary>
3606     </member>
3607     <member name="M:System.Windows.Data.DataSourceProvider.#ctor">
3608       <summary>Initializes a new instance of the <see cref="T:System.Windows.Data.DataSourceProvider" /> class. This is a protected constructor.</summary>
3609     </member>
3610     <member name="M:System.Windows.Data.DataSourceProvider.BeginInit">
3611       <summary>Indicates that initialization of this object is about to begin; no implicit <see cref="M:System.Windows.Data.DataSourceProvider.Refresh" /> occurs until the matched <see cref="M:System.Windows.Data.DataSourceProvider.EndInit" /> method is called.</summary>
3612     </member>
3613     <member name="M:System.Windows.Data.DataSourceProvider.BeginQuery">
3614       <summary>When overridden in a derived class, this base class calls this method when <see cref="M:System.Windows.Data.DataSourceProvider.InitialLoad" /> or <see cref="M:System.Windows.Data.DataSourceProvider.Refresh" /> has been called. The base class delays the call if refresh is deferred or initial load is disabled.</summary>
3615     </member>
3616     <member name="P:System.Windows.Data.DataSourceProvider.Data">
3617       <summary>Gets the underlying data object.</summary>
3618       <returns>A value of type <see cref="T:System.Object" /> that is the underlying data object.</returns>
3619     </member>
3620     <member name="E:System.Windows.Data.DataSourceProvider.DataChanged">
3621       <summary>Occurs when the <see cref="P:System.Windows.Data.DataSourceProvider.Data" /> property has a new value.</summary>
3622     </member>
3623     <member name="M:System.Windows.Data.DataSourceProvider.DeferRefresh">
3624       <summary>Enters a defer cycle that you can use to change properties of the provider and delay automatic refresh.</summary>
3625       <returns>An <see cref="T:System.IDisposable" /> object that you can use to dispose of the calling object.</returns>
3626     </member>
3627     <member name="P:System.Windows.Data.DataSourceProvider.Dispatcher">
3628       <summary>Gets or sets the current <see cref="T:System.Windows.Threading.Dispatcher" /> object to the UI thread to use.</summary>
3629       <returns>The current <see cref="T:System.Windows.Threading.Dispatcher" /> object to the UI thread to use. By default, this is the <see cref="T:System.Windows.Threading.Dispatcher" /> object that is associated with the thread on which this instance was created.</returns>
3630     </member>
3631     <member name="M:System.Windows.Data.DataSourceProvider.EndInit">
3632       <summary>Indicates that the initialization of this object has completed; this causes a <see cref="M:System.Windows.Data.DataSourceProvider.Refresh" /> if no other <see cref="M:System.Windows.Data.DataSourceProvider.DeferRefresh" /> is outstanding.</summary>
3633     </member>
3634     <member name="P:System.Windows.Data.DataSourceProvider.Error">
3635       <summary>Gets the error of the last query operation.</summary>
3636       <returns>A value of type <see cref="T:System.Exception" /> that is the error of the last query operation, or <see langword="null" /> if there was no error.</returns>
3637     </member>
3638     <member name="M:System.Windows.Data.DataSourceProvider.InitialLoad">
3639       <summary>Starts the initial query to the underlying data model. The result is returned on the <see cref="P:System.Windows.Data.DataSourceProvider.Data" /> property.</summary>
3640     </member>
3641     <member name="P:System.Windows.Data.DataSourceProvider.IsInitialLoadEnabled">
3642       <summary>Gets or sets a value that indicates whether to prevent or delay the automatic loading of data.</summary>
3643       <returns>
3644         <see langword="false" /> to prevent or delay the automatic loading of data; otherwise, <see langword="true" />. The default value is <see langword="true" />.</returns>
3645     </member>
3646     <member name="P:System.Windows.Data.DataSourceProvider.IsRefreshDeferred">
3647       <summary>Gets a value that indicates whether there is an outstanding <see cref="M:System.Windows.Data.DataSourceProvider.DeferRefresh" /> in use.</summary>
3648       <returns>
3649         <see langword="true" /> if there is an outstanding <see cref="M:System.Windows.Data.DataSourceProvider.DeferRefresh" /> in use; otherwise, <see langword="false" />.</returns>
3650     </member>
3651     <member name="M:System.Windows.Data.DataSourceProvider.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
3652       <summary>Raises the <see cref="E:System.Windows.Data.DataSourceProvider.PropertyChanged" /> event with the provided arguments.</summary>
3653       <param name="e">Arguments of the event being raised.</param>
3654     </member>
3655     <member name="M:System.Windows.Data.DataSourceProvider.OnQueryFinished(System.Object)">
3656       <summary>Derived classes call this method to indicate that a query has finished.</summary>
3657       <param name="newData">The data that is the result of the query.</param>
3658     </member>
3659     <member name="M:System.Windows.Data.DataSourceProvider.OnQueryFinished(System.Object,System.Exception,System.Windows.Threading.DispatcherOperationCallback,System.Object)">
3660       <summary>Derived classes call this method to indicate that a query has finished.</summary>
3661       <param name="newData">The data that is the result of the query.</param>
3662       <param name="error">The error that occurred while running the query. This value is <see langword="null" /> if there is no error.</param>
3663       <param name="completionWork">Optional delegate that is used to execute completion work on the UI thread, for example, to set additional properties.</param>
3664       <param name="callbackArguments">Optional arguments to send as a parameter with the <paramref name="completionWork" /> delegate.</param>
3665     </member>
3666     <member name="E:System.Windows.Data.DataSourceProvider.PropertyChanged">
3667       <summary>Occurs when a property value changes.</summary>
3668     </member>
3669     <member name="M:System.Windows.Data.DataSourceProvider.Refresh">
3670       <summary>Initiates a refresh operation to the underlying data model. The result is returned on the <see cref="P:System.Windows.Data.DataSourceProvider.Data" /> property.</summary>
3671     </member>
3672     <member name="E:System.Windows.Data.DataSourceProvider.System#ComponentModel#INotifyPropertyChanged#PropertyChanged">
3673       <summary>Occurs when a property value changes.</summary>
3674     </member>
3675     <member name="M:System.Windows.Data.DataSourceProvider.System#ComponentModel#ISupportInitialize#BeginInit">
3676       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
3677     </member>
3678     <member name="M:System.Windows.Data.DataSourceProvider.System#ComponentModel#ISupportInitialize#EndInit">
3679       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
3680     </member>
3681     <member name="T:System.Windows.DependencyObject">
3682       <summary>Represents an object that participates in the dependency property system.</summary>
3683     </member>
3684     <member name="M:System.Windows.DependencyObject.#ctor">
3685       <summary>Initializes a new instance of the <see cref="T:System.Windows.DependencyObject" /> class.</summary>
3686     </member>
3687     <member name="M:System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)">
3688       <summary>Clears the local value of a property. The property to be cleared is specified by a <see cref="T:System.Windows.DependencyProperty" /> identifier.</summary>
3689       <param name="dp">The dependency property to be cleared, identified by a <see cref="T:System.Windows.DependencyProperty" /> object reference.</param>
3690       <exception cref="T:System.InvalidOperationException">Attempted to call <see cref="M:System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)" /> on a sealed <see cref="T:System.Windows.DependencyObject" />.</exception>
3691     </member>
3692     <member name="M:System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)">
3693       <summary>Clears the local value of a read-only property. The property to be cleared is specified by a <see cref="T:System.Windows.DependencyPropertyKey" />.</summary>
3694       <param name="key">The key for the dependency property to be cleared.</param>
3695       <exception cref="T:System.InvalidOperationException">Attempted to call <see cref="M:System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)" /> on a sealed <see cref="T:System.Windows.DependencyObject" />.</exception>
3696     </member>
3697     <member name="M:System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)">
3698       <summary>Coerces the value of the specified dependency property. This is accomplished by invoking any <see cref="T:System.Windows.CoerceValueCallback" /> function specified in property metadata for the dependency property as it exists on the calling <see cref="T:System.Windows.DependencyObject" />.</summary>
3699       <param name="dp">The identifier for the dependency property to coerce.</param>
3700       <exception cref="T:System.InvalidOperationException">The specified <paramref name="dp" /> or its value were invalid or do not exist.</exception>
3701     </member>
3702     <member name="P:System.Windows.DependencyObject.DependencyObjectType">
3703       <summary>Gets the <see cref="T:System.Windows.DependencyObjectType" /> that wraps the CLR type of this instance.</summary>
3704       <returns>A <see cref="T:System.Windows.DependencyObjectType" /> that wraps the CLR type of this instance.</returns>
3705     </member>
3706     <member name="M:System.Windows.DependencyObject.Equals(System.Object)">
3707       <summary>Determines whether a provided <see cref="T:System.Windows.DependencyObject" /> is equivalent to the current <see cref="T:System.Windows.DependencyObject" />.</summary>
3708       <param name="obj">The <see cref="T:System.Windows.DependencyObject" /> to compare to the current instance.</param>
3709       <returns>
3710         <see langword="true" /> if the two instances are the same; otherwise, <see langword="false" />.</returns>
3711     </member>
3712     <member name="M:System.Windows.DependencyObject.GetHashCode">
3713       <summary>Gets a hash code for this <see cref="T:System.Windows.DependencyObject" />.</summary>
3714       <returns>A signed 32-bit integer hash code.</returns>
3715     </member>
3716     <member name="M:System.Windows.DependencyObject.GetLocalValueEnumerator">
3717       <summary>Creates a specialized enumerator for determining which dependency properties have locally set values on this <see cref="T:System.Windows.DependencyObject" />.</summary>
3718       <returns>A specialized local value enumerator.</returns>
3719     </member>
3720     <member name="M:System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)">
3721       <summary>Returns the current effective value of a dependency property on this instance of a <see cref="T:System.Windows.DependencyObject" />.</summary>
3722       <param name="dp">The <see cref="T:System.Windows.DependencyProperty" /> identifier of the property to retrieve the value for.</param>
3723       <returns>Returns the current effective value.</returns>
3724       <exception cref="T:System.InvalidOperationException">The specified <paramref name="dp" /> or its value was invalid, or the specified <paramref name="dp" /> does not exist.</exception>
3725     </member>
3726     <member name="M:System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)">
3727       <summary>Re-evaluates the effective value for the specified dependency property.</summary>
3728       <param name="dp">The <see cref="T:System.Windows.DependencyProperty" /> identifier of the property to invalidate.</param>
3729     </member>
3730     <member name="P:System.Windows.DependencyObject.IsSealed">
3731       <summary>Gets a value that indicates whether this instance is currently sealed (read-only).</summary>
3732       <returns>
3733         <see langword="true" /> if this instance is sealed; otherwise, <see langword="false" />.</returns>
3734     </member>
3735     <member name="M:System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
3736       <summary>Invoked whenever the effective value of any dependency property on this <see cref="T:System.Windows.DependencyObject" /> has been updated. The specific dependency property that changed is reported in the event data.</summary>
3737       <param name="e">Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values.</param>
3738     </member>
3739     <member name="M:System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)">
3740       <summary>Returns the local value of a dependency property, if it exists.</summary>
3741       <param name="dp">The <see cref="T:System.Windows.DependencyProperty" /> identifier of the property to retrieve the value for.</param>
3742       <returns>Returns the local value, or returns the sentinel value <see cref="F:System.Windows.DependencyProperty.UnsetValue" /> if no local value is set.</returns>
3743     </member>
3744     <member name="M:System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty,System.Object)">
3745       <summary>Sets the value of a dependency property without changing its value source.</summary>
3746       <param name="dp">The identifier of the dependency property to set.</param>
3747       <param name="value">The new local value.</param>
3748       <exception cref="T:System.InvalidOperationException">Attempted to modify a read-only dependency property, or a property on a sealed <see cref="T:System.Windows.DependencyObject" />.</exception>
3749       <exception cref="T:System.ArgumentException">
3750         <paramref name="value" /> was not the correct type as registered for the <paramref name="dp" /> property.</exception>
3751     </member>
3752     <member name="M:System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty,System.Object)">
3753       <summary>Sets the local value of a dependency property, specified by its dependency property identifier.</summary>
3754       <param name="dp">The identifier of the dependency property to set.</param>
3755       <param name="value">The new local value.</param>
3756       <exception cref="T:System.InvalidOperationException">Attempted to modify a read-only dependency property, or a property on a sealed <see cref="T:System.Windows.DependencyObject" />.</exception>
3757       <exception cref="T:System.ArgumentException">
3758         <paramref name="value" /> was not the correct type as registered for the <paramref name="dp" /> property.</exception>
3759     </member>
3760     <member name="M:System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey,System.Object)">
3761       <summary>Sets the local value of a read-only dependency property, specified by the <see cref="T:System.Windows.DependencyPropertyKey" /> identifier of the dependency property.</summary>
3762       <param name="key">The <see cref="T:System.Windows.DependencyPropertyKey" /> identifier of the property to set.</param>
3763       <param name="value">The new local value.</param>
3764     </member>
3765     <member name="M:System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)">
3766       <summary>Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.</summary>
3767       <param name="dp">The identifier for the dependency property that should be serialized.</param>
3768       <returns>
3769         <see langword="true" /> if the dependency property that is supplied should be value-serialized; otherwise, <see langword="false" />.</returns>
3770     </member>
3771     <member name="T:System.Windows.DependencyObjectType">
3772       <summary>Implements an underlying type cache for all <see cref="T:System.Windows.DependencyObject" /> derived types.</summary>
3773     </member>
3774     <member name="P:System.Windows.DependencyObjectType.BaseType">
3775       <summary>Gets the <see cref="T:System.Windows.DependencyObjectType" /> of the immediate base class of the current <see cref="T:System.Windows.DependencyObjectType" />.</summary>
3776       <returns>The type of the base class.</returns>
3777     </member>
3778     <member name="M:System.Windows.DependencyObjectType.FromSystemType(System.Type)">
3779       <summary>Returns a <see cref="T:System.Windows.DependencyObjectType" /> that represents a given system (CLR) type.</summary>
3780       <param name="systemType">The system (CLR) type to convert.</param>
3781       <returns>A <see cref="T:System.Windows.DependencyObjectType" /> that represents the system (CLR) type.</returns>
3782     </member>
3783     <member name="M:System.Windows.DependencyObjectType.GetHashCode">
3784       <summary>Returns the hash code for this <see cref="T:System.Windows.DependencyObjectType" />.</summary>
3785       <returns>A 32-bit signed integer hash code.</returns>
3786     </member>
3787     <member name="P:System.Windows.DependencyObjectType.Id">
3788       <summary>Gets a zero-based unique identifier for constant-time array lookup operations.</summary>
3789       <returns>An internal identifier.</returns>
3790     </member>
3791     <member name="M:System.Windows.DependencyObjectType.IsInstanceOfType(System.Windows.DependencyObject)">
3792       <summary>Determines whether the specified object is an instance of the current <see cref="T:System.Windows.DependencyObjectType" />.</summary>
3793       <param name="dependencyObject">The object to compare with the current <see cref="T:System.Windows.DependencyObjectType" />.</param>
3794       <returns>
3795         <see langword="true" /> if the class represented by the current <see cref="T:System.Windows.DependencyObjectType" /> is in the inheritance hierarchy of the <see cref="T:System.Windows.DependencyObject" /> passed as <paramref name="d" />; otherwise, <see langword="false" />.</returns>
3796     </member>
3797     <member name="M:System.Windows.DependencyObjectType.IsSubclassOf(System.Windows.DependencyObjectType)">
3798       <summary>Determines whether the current <see cref="T:System.Windows.DependencyObjectType" /> derives from the specified <see cref="T:System.Windows.DependencyObjectType" />.</summary>
3799       <param name="dependencyObjectType">The <see cref="T:System.Windows.DependencyObjectType" /> to compare.</param>
3800       <returns>
3801         <see langword="true" /> if the <paramref name="dependencyObjectType" /> parameter and the current <see cref="T:System.Windows.DependencyObjectType" /> represent types of classes, and the class represented by the current <see cref="T:System.Windows.DependencyObjectType" /> derives from the class represented by <paramref name="dependencyObjectType" />. Otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="dependencyObjectType" /> and the current <see cref="T:System.Windows.DependencyObjectType" /> represent the same class.</returns>
3802     </member>
3803     <member name="P:System.Windows.DependencyObjectType.Name">
3804       <summary>Gets the name of the represented common language runtime (CLR) system type.</summary>
3805       <returns>The name of the represented CLR system type.</returns>
3806     </member>
3807     <member name="P:System.Windows.DependencyObjectType.SystemType">
3808       <summary>Gets the common language runtime (CLR) system type represented by this <see cref="T:System.Windows.DependencyObjectType" />.</summary>
3809       <returns>The CLR system type represented by this <see cref="T:System.Windows.DependencyObjectType" />.</returns>
3810     </member>
3811     <member name="T:System.Windows.DependencyProperty">
3812       <summary>Represents a property that can be set through methods such as, styling, data binding, animation, and inheritance.</summary>
3813     </member>
3814     <member name="M:System.Windows.DependencyProperty.AddOwner(System.Type)">
3815       <summary>Adds another type as an owner of a dependency property that has already been registered.</summary>
3816       <param name="ownerType">The type to add as an owner of this dependency property.</param>
3817       <returns>A reference to the original <see cref="T:System.Windows.DependencyProperty" /> identifier that identifies the dependency property. This identifier should be exposed by the adding class as a <see langword="public static readonly" /> field.</returns>
3818     </member>
3819     <member name="M:System.Windows.DependencyProperty.AddOwner(System.Type,System.Windows.PropertyMetadata)">
3820       <summary>Adds another type as an owner of a dependency property that has already been registered, providing dependency property metadata for the dependency property as it will exist on the provided owner type.</summary>
3821       <param name="ownerType">The type to add as owner of this dependency property.</param>
3822       <param name="typeMetadata">The metadata that qualifies the dependency property as it exists on the provided type.</param>
3823       <returns>A reference to the original <see cref="T:System.Windows.DependencyProperty" /> identifier that identifies the dependency property. This identifier should be exposed by the adding class as a <see langword="public static readonly" /> field.</returns>
3824     </member>
3825     <member name="P:System.Windows.DependencyProperty.DefaultMetadata">
3826       <summary>Gets the default metadata of the dependency property.</summary>
3827       <returns>The default metadata of the dependency property.</returns>
3828     </member>
3829     <member name="M:System.Windows.DependencyProperty.GetHashCode">
3830       <summary>Returns a hash code for this <see cref="T:System.Windows.DependencyProperty" />.</summary>
3831       <returns>The hash code for this <see cref="T:System.Windows.DependencyProperty" />.</returns>
3832     </member>
3833     <member name="M:System.Windows.DependencyProperty.GetMetadata(System.Type)">
3834       <summary>Returns the metadata for this dependency property as it exists on a specified existing type.</summary>
3835       <param name="forType">The specific type from which to retrieve the dependency property metadata.</param>
3836       <returns>A property metadata object.</returns>
3837     </member>
3838     <member name="M:System.Windows.DependencyProperty.GetMetadata(System.Windows.DependencyObject)">
3839       <summary>Returns the metadata for this dependency property as it exists on the specified object instance.</summary>
3840       <param name="dependencyObject">A dependency object that is checked for type, to determine which type-specific version of the dependency property the metadata should come from.</param>
3841       <returns>A property metadata object.</returns>
3842     </member>
3843     <member name="M:System.Windows.DependencyProperty.GetMetadata(System.Windows.DependencyObjectType)">
3844       <summary>Returns the metadata for this dependency property as it exists on a specified type.</summary>
3845       <param name="dependencyObjectType">A specific object that records the dependency object type from which the dependency property metadata is desired.</param>
3846       <returns>A property metadata object.</returns>
3847     </member>
3848     <member name="P:System.Windows.DependencyProperty.GlobalIndex">
3849       <summary>Gets an internally generated value that uniquely identifies the dependency property.</summary>
3850       <returns>A unique numeric identifier.</returns>
3851     </member>
3852     <member name="M:System.Windows.DependencyProperty.IsValidType(System.Object)">
3853       <summary>Determines whether a specified value is acceptable for this dependency property's type, as checked against the property type provided in the original dependency property registration.</summary>
3854       <param name="value">The value to check.</param>
3855       <returns>
3856         <see langword="true" /> if the specified value is the registered property type or an acceptable derived type; otherwise, <see langword="false" />.</returns>
3857     </member>
3858     <member name="M:System.Windows.DependencyProperty.IsValidValue(System.Object)">
3859       <summary>Determines whether the provided value is accepted for the type of property through basic type checking, and also potentially if it is within the allowed range of values for that type.</summary>
3860       <param name="value">The value to check.</param>
3861       <returns>
3862         <see langword="true" /> if the value is acceptable and is of the correct type or a derived type; otherwise, <see langword="false" />.</returns>
3863     </member>
3864     <member name="P:System.Windows.DependencyProperty.Name">
3865       <summary>Gets the name of the dependency property.</summary>
3866       <returns>The name of the property.</returns>
3867     </member>
3868     <member name="M:System.Windows.DependencyProperty.OverrideMetadata(System.Type,System.Windows.PropertyMetadata)">
3869       <summary>Specifies alternate metadata for this dependency property when it is present on instances of a specified type, overriding the metadata that existed for the dependency property as it was inherited from base types.</summary>
3870       <param name="forType">The type where this dependency property is inherited and where the provided alternate metadata will be applied.</param>
3871       <param name="typeMetadata">The metadata to apply to the dependency property on the overriding type.</param>
3872       <exception cref="T:System.InvalidOperationException">An attempt was made to override metadata on a read-only dependency property (that operation cannot be done using this signature).</exception>
3873       <exception cref="T:System.ArgumentException">Metadata was already established for the dependency property as it exists on the provided type.</exception>
3874     </member>
3875     <member name="M:System.Windows.DependencyProperty.OverrideMetadata(System.Type,System.Windows.PropertyMetadata,System.Windows.DependencyPropertyKey)">
3876       <summary>Supplies alternate metadata for a read-only dependency property when it is present on instances of a specified type, overriding the metadata that was provided in the initial dependency property registration. You must pass the <see cref="T:System.Windows.DependencyPropertyKey" /> for the read-only dependency property to avoid raising an exception.</summary>
3877       <param name="forType">The type where this dependency property is inherited and where the provided alternate metadata will be applied.</param>
3878       <param name="typeMetadata">The metadata to apply to the dependency property on the overriding type.</param>
3879       <param name="key">The access key for a read-only dependency property.</param>
3880     </member>
3881     <member name="P:System.Windows.DependencyProperty.OwnerType">
3882       <summary>Gets the type of the object that registered the dependency property with the property system, or added itself as owner of the property.</summary>
3883       <returns>The type of the object that registered the property or added itself as owner of the property.</returns>
3884     </member>
3885     <member name="P:System.Windows.DependencyProperty.PropertyType">
3886       <summary>Gets the type that the dependency property uses for its value.</summary>
3887       <returns>The <see cref="T:System.Type" /> of the property value.</returns>
3888     </member>
3889     <member name="P:System.Windows.DependencyProperty.ReadOnly">
3890       <summary>Gets a value that indicates whether the dependency property identified by this <see cref="T:System.Windows.DependencyProperty" /> instance is a read-only dependency property.</summary>
3891       <returns>
3892         <see langword="true" /> if the dependency property is read-only; otherwise, <see langword="false" />.</returns>
3893     </member>
3894     <member name="M:System.Windows.DependencyProperty.Register(System.String,System.Type,System.Type)">
3895       <summary>Registers a dependency property with the specified property name, property type, and owner type.</summary>
3896       <param name="name">The name of the dependency property to register. The name must be unique within the registration namespace of the owner type.</param>
3897       <param name="propertyType">The type of the property.</param>
3898       <param name="ownerType">The owner type that is registering the dependency property.</param>
3899       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3900     </member>
3901     <member name="M:System.Windows.DependencyProperty.Register(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)">
3902       <summary>Registers a dependency property with the specified property name, property type, owner type, and property metadata.</summary>
3903       <param name="name">The name of the dependency property to register.</param>
3904       <param name="propertyType">The type of the property.</param>
3905       <param name="ownerType">The owner type that is registering the dependency property.</param>
3906       <param name="typeMetadata">Property metadata for the dependency property.</param>
3907       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3908     </member>
3909     <member name="M:System.Windows.DependencyProperty.Register(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)">
3910       <summary>Registers a dependency property with the specified property name, property type, owner type, property metadata, and a value validation callback for the property.</summary>
3911       <param name="name">The name of the dependency property to register.</param>
3912       <param name="propertyType">The type of the property.</param>
3913       <param name="ownerType">The owner type that is registering the dependency property.</param>
3914       <param name="typeMetadata">Property metadata for the dependency property.</param>
3915       <param name="validateValueCallback">A reference to a callback that should perform any custom validation of the dependency property value beyond typical type validation.</param>
3916       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3917     </member>
3918     <member name="M:System.Windows.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type)">
3919       <summary>Registers an attached property with the specified property name, property type, and owner type.</summary>
3920       <param name="name">The name of the dependency property to register.</param>
3921       <param name="propertyType">The type of the property.</param>
3922       <param name="ownerType">The owner type that is registering the dependency property.</param>
3923       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3924     </member>
3925     <member name="M:System.Windows.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)">
3926       <summary>Registers an attached property with the specified property name, property type, owner type, and property metadata.</summary>
3927       <param name="name">The name of the dependency property to register.</param>
3928       <param name="propertyType">The type of the property.</param>
3929       <param name="ownerType">The owner type that is registering the dependency property.</param>
3930       <param name="defaultMetadata">Property metadata for the dependency property. This can include the default value as well as other characteristics.</param>
3931       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3932     </member>
3933     <member name="M:System.Windows.DependencyProperty.RegisterAttached(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)">
3934       <summary>Registers an attached property with the specified property type, owner type, property metadata, and value validation callback for the property.</summary>
3935       <param name="name">The name of the dependency property to register.</param>
3936       <param name="propertyType">The type of the property.</param>
3937       <param name="ownerType">The owner type that is registering the dependency property.</param>
3938       <param name="defaultMetadata">Property metadata for the dependency property. This can include the default value as well as other characteristics.</param>
3939       <param name="validateValueCallback">A reference to a callback that should perform any custom validation of the dependency property value beyond typical type validation.</param>
3940       <returns>A dependency property identifier that should be used to set the value of a <see langword="public static readonly" /> field in your class. That identifier is then used to reference the dependency property later, for operations such as setting its value programmatically or obtaining metadata.</returns>
3941     </member>
3942     <member name="M:System.Windows.DependencyProperty.RegisterAttachedReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)">
3943       <summary>Registers a read-only attached property, with the specified property type, owner type, and property metadata.</summary>
3944       <param name="name">The name of the dependency property to register.</param>
3945       <param name="propertyType">The type of the property.</param>
3946       <param name="ownerType">The owner type that is registering the dependency property.</param>
3947       <param name="defaultMetadata">Property metadata for the dependency property.</param>
3948       <returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property later.</returns>
3949     </member>
3950     <member name="M:System.Windows.DependencyProperty.RegisterAttachedReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)">
3951       <summary>Registers a read-only attached property, with the specified property type, owner type, property metadata, and a validation callback.</summary>
3952       <param name="name">The name of the dependency property to register.</param>
3953       <param name="propertyType">The type of the property.</param>
3954       <param name="ownerType">The owner type that is registering the dependency property.</param>
3955       <param name="defaultMetadata">Property metadata for the dependency property.</param>
3956       <param name="validateValueCallback">A reference to a user-created callback that should perform any custom validation of the dependency property value beyond typical type validation.</param>
3957       <returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns>
3958     </member>
3959     <member name="M:System.Windows.DependencyProperty.RegisterReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)">
3960       <summary>Registers a read-only dependency property, with the specified property type, owner type, and property metadata.</summary>
3961       <param name="name">The name of the dependency property to register.</param>
3962       <param name="propertyType">The type of the property.</param>
3963       <param name="ownerType">The owner type that is registering the dependency property.</param>
3964       <param name="typeMetadata">Property metadata for the dependency property.</param>
3965       <returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns>
3966     </member>
3967     <member name="M:System.Windows.DependencyProperty.RegisterReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)">
3968       <summary>Registers a read-only dependency property, with the specified property type, owner type, property metadata, and a validation callback.</summary>
3969       <param name="name">The name of the dependency property to register.</param>
3970       <param name="propertyType">The type of the property.</param>
3971       <param name="ownerType">The owner type that is registering the dependency property.</param>
3972       <param name="typeMetadata">Property metadata for the dependency property.</param>
3973       <param name="validateValueCallback">A reference to a user-created callback that should perform any custom validation of the dependency property value beyond typical type validation.</param>
3974       <returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property later.</returns>
3975     </member>
3976     <member name="M:System.Windows.DependencyProperty.ToString">
3977       <summary>Returns the string representation of the dependency property.</summary>
3978       <returns>The string representation of the dependency property.</returns>
3979     </member>
3980     <member name="F:System.Windows.DependencyProperty.UnsetValue">
3981       <summary>Specifies a static value that is used by the WPF property system rather than <see langword="null" /> to indicate that the property exists, but does not have its value set by the property system.</summary>
3982     </member>
3983     <member name="P:System.Windows.DependencyProperty.ValidateValueCallback">
3984       <summary>Gets the value validation callback for the dependency property.</summary>
3985       <returns>The value validation callback for this dependency property, as provided for the <paramref name="validateValueCallback" /> parameter in the original dependency property registration.</returns>
3986     </member>
3987     <member name="T:System.Windows.DependencyPropertyChangedEventArgs">
3988       <summary>Provides data for various property changed events. Typically these events report effective value changes in the value of a read-only dependency property. Another usage is as part of a <see cref="T:System.Windows.PropertyChangedCallback" /> implementation.</summary>
3989     </member>
3990     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.#ctor(System.Windows.DependencyProperty,System.Object,System.Object)">
3991       <summary>Initializes a new instance of the <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> class.</summary>
3992       <param name="property">The identifier for the dependency property that changed.</param>
3993       <param name="oldValue">The value of the property before the change reported by the relevant event or state change.</param>
3994       <param name="newValue">The value of the property after the change reported by the relevant event or state change.</param>
3995     </member>
3996     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.Equals(System.Object)">
3997       <summary>Determines whether the provided object is equivalent to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />.</summary>
3998       <param name="obj">The object to compare to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />.</param>
3999       <returns>
4000         <see langword="true" /> if the provided object is equivalent to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />; otherwise, <see langword="false" />.</returns>
4001     </member>
4002     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.Equals(System.Windows.DependencyPropertyChangedEventArgs)">
4003       <summary>Determines whether the provided <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> is equivalent to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />.</summary>
4004       <param name="args">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> to compare to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /></param>
4005       <returns>
4006         <see langword="true" /> if the provided <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> is equivalent to the current <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />; otherwise, <see langword="false" />.</returns>
4007     </member>
4008     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.GetHashCode">
4009       <summary>Gets a hash code  for this <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" />.</summary>
4010       <returns>A signed 32-bit integer hash code.</returns>
4011     </member>
4012     <member name="P:System.Windows.DependencyPropertyChangedEventArgs.NewValue">
4013       <summary>Gets the value of the property after the change.</summary>
4014       <returns>The property value after the change.</returns>
4015     </member>
4016     <member name="P:System.Windows.DependencyPropertyChangedEventArgs.OldValue">
4017       <summary>Gets the value of the property before the change.</summary>
4018       <returns>The property value before the change.</returns>
4019     </member>
4020     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.op_Equality(System.Windows.DependencyPropertyChangedEventArgs,System.Windows.DependencyPropertyChangedEventArgs)">
4021       <summary>Determines whether two specified <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> objects have the same value.</summary>
4022       <param name="left">The first <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> to compare.</param>
4023       <param name="right">The second <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> to compare.</param>
4024       <returns>
4025         <see langword="true" /> if the two <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> instances are equivalent; otherwise, <see langword="false" />.</returns>
4026     </member>
4027     <member name="M:System.Windows.DependencyPropertyChangedEventArgs.op_Inequality(System.Windows.DependencyPropertyChangedEventArgs,System.Windows.DependencyPropertyChangedEventArgs)">
4028       <summary>Determines whether two specified <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> objects are different.</summary>
4029       <param name="left">The first <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> to compare.</param>
4030       <param name="right">The second <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> to compare.</param>
4031       <returns>
4032         <see langword="true" /> if the two <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> instances are different; otherwise, <see langword="false" />.</returns>
4033     </member>
4034     <member name="P:System.Windows.DependencyPropertyChangedEventArgs.Property">
4035       <summary>Gets the identifier for the dependency property where the value change occurred.</summary>
4036       <returns>The identifier field of the dependency property where the value change occurred.</returns>
4037     </member>
4038     <member name="T:System.Windows.DependencyPropertyChangedEventHandler">
4039       <summary>Represents the method that will handle events raised when a <see cref="T:System.Windows.DependencyProperty" /> is changed on a particular <see cref="T:System.Windows.DependencyObject" /> implementation.</summary>
4040       <param name="sender">The source of the event.</param>
4041       <param name="e">The event data.</param>
4042     </member>
4043     <member name="T:System.Windows.DependencyPropertyKey">
4044       <summary>Provides a dependency property identifier for limited write access to a read-only dependency property.</summary>
4045     </member>
4046     <member name="P:System.Windows.DependencyPropertyKey.DependencyProperty">
4047       <summary>Gets the dependency property identifier associated with this specialized read-only dependency property identifier.</summary>
4048       <returns>The relevant dependency property identifier.</returns>
4049     </member>
4050     <member name="M:System.Windows.DependencyPropertyKey.OverrideMetadata(System.Type,System.Windows.PropertyMetadata)">
4051       <summary>Overrides the metadata of a read-only dependency property that is represented by this dependency property identifier.</summary>
4052       <param name="forType">The type on which this dependency property exists and metadata should be overridden.</param>
4053       <param name="typeMetadata">Metadata supplied for this type.</param>
4054       <exception cref="T:System.InvalidOperationException">Attempted metadata override on a read-write dependency property (cannot be done using this signature).</exception>
4055       <exception cref="T:System.ArgumentException">Metadata was already established for the property as it exists on the provided type.</exception>
4056     </member>
4057     <member name="T:System.Windows.Expression">
4058       <summary>This type supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
4059     </member>
4060     <member name="T:System.Windows.ExpressionConverter">
4061       <summary>Converts instances of <see cref="T:System.Windows.Expression" /> to and from other types.</summary>
4062     </member>
4063     <member name="M:System.Windows.ExpressionConverter.#ctor">
4064       <summary>Initializes a new instance of the <see cref="T:System.Windows.ExpressionConverter" /> class.</summary>
4065     </member>
4066     <member name="M:System.Windows.ExpressionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4067       <summary>Returns whether this converter can convert from a source object to an <see cref="T:System.Windows.Expression" /> object.</summary>
4068       <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
4069       <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
4070       <returns>Always <see langword="false" />.</returns>
4071     </member>
4072     <member name="M:System.Windows.ExpressionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4073       <summary>Returns whether this converter can convert an <see cref="T:System.Windows.Expression" /> object to a specific destination type.</summary>
4074       <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
4075       <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
4076       <returns>Always <see langword="false" />.</returns>
4077     </member>
4078     <member name="M:System.Windows.ExpressionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
4079       <summary>Converts the provided value to the <see cref="T:System.Windows.Expression" /> type.</summary>
4080       <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
4081       <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
4082       <param name="value">The object to convert.</param>
4083       <returns>Always throws an exception and returns <see langword="null" />.</returns>
4084     </member>
4085     <member name="M:System.Windows.ExpressionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
4086       <summary>Converts the provided <see cref="T:System.Windows.Expression" /> object to the specified type.</summary>
4087       <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
4088       <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
4089       <param name="value">The object to convert.</param>
4090       <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
4091       <returns>Always throws an exception and returns <see langword="null" />.</returns>
4092     </member>
4093     <member name="T:System.Windows.Freezable">
4094       <summary>Defines an object that has a modifiable state and a read-only (frozen) state. Classes that derive from <see cref="T:System.Windows.Freezable" /> provide detailed change notification, can be made immutable, and can clone themselves.</summary>
4095     </member>
4096     <member name="M:System.Windows.Freezable.#ctor">
4097       <summary>Initializes a new instance of a <see cref="T:System.Windows.Freezable" /> derived class.</summary>
4098     </member>
4099     <member name="P:System.Windows.Freezable.CanFreeze">
4100       <summary>Gets a value that indicates whether the object can be made unmodifiable.</summary>
4101       <returns>
4102         <see langword="true" /> if the current object can be made unmodifiable or is already unmodifiable; otherwise, <see langword="false" />.</returns>
4103     </member>
4104     <member name="E:System.Windows.Freezable.Changed">
4105       <summary>Occurs when the <see cref="T:System.Windows.Freezable" /> or an object it contains is modified.</summary>
4106     </member>
4107     <member name="M:System.Windows.Freezable.Clone">
4108       <summary>Creates a modifiable clone of the <see cref="T:System.Windows.Freezable" />, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values.</summary>
4109       <returns>A modifiable clone of the current object. The cloned object's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is <see langword="false" /> even if the source's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is <see langword="true." /></returns>
4110     </member>
4111     <member name="M:System.Windows.Freezable.CloneCore(System.Windows.Freezable)">
4112       <summary>Makes the instance a clone (deep copy) of the specified <see cref="T:System.Windows.Freezable" /> using base (non-animated) property values.</summary>
4113       <param name="sourceFreezable">The object to clone.</param>
4114     </member>
4115     <member name="M:System.Windows.Freezable.CloneCurrentValue">
4116       <summary>Creates a modifiable clone (deep copy) of the <see cref="T:System.Windows.Freezable" /> using its current values.</summary>
4117       <returns>A modifiable clone of the current object. The cloned object's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is <see langword="false" /> even if the source's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is <see langword="true." /></returns>
4118     </member>
4119     <member name="M:System.Windows.Freezable.CloneCurrentValueCore(System.Windows.Freezable)">
4120       <summary>Makes the instance a modifiable clone (deep copy) of the specified <see cref="T:System.Windows.Freezable" /> using current property values.</summary>
4121       <param name="sourceFreezable">The <see cref="T:System.Windows.Freezable" /> to be cloned.</param>
4122     </member>
4123     <member name="M:System.Windows.Freezable.CreateInstance">
4124       <summary>Initializes a new instance of the <see cref="T:System.Windows.Freezable" /> class.</summary>
4125       <returns>The new instance.</returns>
4126     </member>
4127     <member name="M:System.Windows.Freezable.CreateInstanceCore">
4128       <summary>When implemented in a derived class, creates a new instance of the <see cref="T:System.Windows.Freezable" /> derived class.</summary>
4129       <returns>The new instance.</returns>
4130     </member>
4131     <member name="M:System.Windows.Freezable.Freeze">
4132       <summary>Makes the current object unmodifiable and sets its <see cref="P:System.Windows.Freezable.IsFrozen" /> property to <see langword="true" />.</summary>
4133       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Windows.Freezable" /> cannot be made unmodifiable.</exception>
4134     </member>
4135     <member name="M:System.Windows.Freezable.Freeze(System.Windows.Freezable,System.Boolean)">
4136       <summary>If the <paramref name="isChecking" /> parameter is <see langword="true" />, this method indicates whether the specified <see cref="T:System.Windows.Freezable" /> can be made unmodifiable. If the <paramref name="isChecking" /> parameter is <see langword="false" />, this method attempts to make the specified <see cref="T:System.Windows.Freezable" /> unmodifiable and indicates whether the operation succeeded.</summary>
4137       <param name="freezable">The object to check or make unmodifiable. If <paramref name="isChecking" /> is <see langword="true" />, the object is checked to determine whether it can be made unmodifiable. If <paramref name="isChecking" /> is <see langword="false" />, the object is made unmodifiable, if possible.</param>
4138       <param name="isChecking">
4139         <see langword="true" /> to return an indication of whether the object can be frozen (without actually freezing it); <see langword="false" /> to actually freeze the object.</param>
4140       <returns>If <paramref name="isChecking" /> is <see langword="true" />, this method returns <see langword="true" /> if the specified <see cref="T:System.Windows.Freezable" /> can be made unmodifiable, or <see langword="false" /> if it cannot be made unmodifiable. If <paramref name="isChecking" /> is <see langword="false" />, this method returns <see langword="true" /> if the specified <see cref="T:System.Windows.Freezable" /> is now unmodifiable, or <see langword="false" /> if it cannot be made unmodifiable.</returns>
4141       <exception cref="T:System.InvalidOperationException">When <paramref name="isChecking" /> is <see langword="false" />, the attempt to make <paramref name="freezable" /> unmodifiable was unsuccessful; the object is now in an unknown state (it might be partially frozen).</exception>
4142     </member>
4143     <member name="M:System.Windows.Freezable.FreezeCore(System.Boolean)">
4144       <summary>Makes the <see cref="T:System.Windows.Freezable" /> object unmodifiable or tests whether it can be made unmodifiable.</summary>
4145       <param name="isChecking">
4146         <see langword="true" /> to return an indication of whether the object can be frozen (without actually freezing it); <see langword="false" /> to actually freeze the object.</param>
4147       <returns>If <paramref name="isChecking" /> is <see langword="true" />, this method returns <see langword="true" /> if the <see cref="T:System.Windows.Freezable" /> can be made unmodifiable, or <see langword="false" /> if it cannot be made unmodifiable. If <paramref name="isChecking" /> is <see langword="false" />, this method returns <see langword="true" /> if the if the specified <see cref="T:System.Windows.Freezable" /> is now unmodifiable, or <see langword="false" /> if it cannot be made unmodifiable.</returns>
4148     </member>
4149     <member name="M:System.Windows.Freezable.GetAsFrozen">
4150       <summary>Creates a frozen copy of the <see cref="T:System.Windows.Freezable" />, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference.</summary>
4151       <returns>A frozen copy of the <see cref="T:System.Windows.Freezable" />. The copy's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is set to <see langword="true" />.</returns>
4152       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Windows.Freezable" /> cannot be frozen because it contains expressions or animated properties.</exception>
4153     </member>
4154     <member name="M:System.Windows.Freezable.GetAsFrozenCore(System.Windows.Freezable)">
4155       <summary>Makes the instance a frozen clone of the specified <see cref="T:System.Windows.Freezable" /> using base (non-animated) property values.</summary>
4156       <param name="sourceFreezable">The instance to copy.</param>
4157     </member>
4158     <member name="M:System.Windows.Freezable.GetCurrentValueAsFrozen">
4159       <summary>Creates a frozen copy of the <see cref="T:System.Windows.Freezable" /> using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference.</summary>
4160       <returns>A frozen copy of the <see cref="T:System.Windows.Freezable" />. The copy's <see cref="P:System.Windows.Freezable.IsFrozen" /> property is set to <see langword="true" />.</returns>
4161     </member>
4162     <member name="M:System.Windows.Freezable.GetCurrentValueAsFrozenCore(System.Windows.Freezable)">
4163       <summary>Makes the current instance a frozen clone of the specified <see cref="T:System.Windows.Freezable" />. If the object has animated dependency properties, their current animated values are copied.</summary>
4164       <param name="sourceFreezable">The <see cref="T:System.Windows.Freezable" /> to copy and freeze.</param>
4165     </member>
4166     <member name="P:System.Windows.Freezable.IsFrozen">
4167       <summary>Gets a value that indicates whether the object is currently modifiable.</summary>
4168       <returns>
4169         <see langword="true" /> if the object is frozen and cannot be modified; <see langword="false" /> if the object can be modified.</returns>
4170     </member>
4171     <member name="M:System.Windows.Freezable.OnChanged">
4172       <summary>Called when the current <see cref="T:System.Windows.Freezable" /> object is modified.</summary>
4173     </member>
4174     <member name="M:System.Windows.Freezable.OnFreezablePropertyChanged(System.Windows.DependencyObject,System.Windows.DependencyObject)">
4175       <summary>Ensures that appropriate context pointers are established for a <see cref="T:System.Windows.DependencyObjectType" /> data member that has just been set.</summary>
4176       <param name="oldValue">The previous value of the data member.</param>
4177       <param name="newValue">The current value of the data member.</param>
4178     </member>
4179     <member name="M:System.Windows.Freezable.OnFreezablePropertyChanged(System.Windows.DependencyObject,System.Windows.DependencyObject,System.Windows.DependencyProperty)">
4180       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
4181       <param name="oldValue">The previous value of the data member.</param>
4182       <param name="newValue">The current value of the data member.</param>
4183       <param name="property">The property that changed.</param>
4184     </member>
4185     <member name="M:System.Windows.Freezable.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
4186       <summary>Overrides the <see cref="T:System.Windows.DependencyObject" /> implementation of <see cref="M:System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)" /> to also invoke any <see cref="E:System.Windows.Freezable.Changed" /> handlers in response to a changing dependency property of type <see cref="T:System.Windows.Freezable" />.</summary>
4187       <param name="e">Event data that contains information about which property changed, and its old and new values.</param>
4188     </member>
4189     <member name="M:System.Windows.Freezable.ReadPreamble">
4190       <summary>Ensures that the <see cref="T:System.Windows.Freezable" /> is being accessed from a valid thread. Inheritors of <see cref="T:System.Windows.Freezable" /> must call this method at the beginning of any API that reads data members that are not dependency properties.</summary>
4191     </member>
4192     <member name="M:System.Windows.Freezable.WritePostscript">
4193       <summary>Raises the <see cref="E:System.Windows.Freezable.Changed" /> event for the <see cref="T:System.Windows.Freezable" /> and invokes its <see cref="M:System.Windows.Freezable.OnChanged" /> method. Classes that derive from <see cref="T:System.Windows.Freezable" /> should call this method at the end of any API that modifies class members that are not stored as dependency properties.</summary>
4194     </member>
4195     <member name="M:System.Windows.Freezable.WritePreamble">
4196       <summary>Verifies that the <see cref="T:System.Windows.Freezable" /> is not frozen and that it is being accessed from a valid threading context. <see cref="T:System.Windows.Freezable" /> inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties.</summary>
4197       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Windows.Freezable" /> instance is frozen and cannot have its members written to.</exception>
4198     </member>
4199     <member name="T:System.Windows.Input.FocusNavigationDirection">
4200       <summary>Specifies the direction within a user interface (UI) in which a desired focus change request is attempted. The direction is either based on tab order or by relative direction in layout.</summary>
4201     </member>
4202     <member name="F:System.Windows.Input.FocusNavigationDirection.Down">
4203       <summary>Move focus to another focusable element downwards from the currently focused element.</summary>
4204     </member>
4205     <member name="F:System.Windows.Input.FocusNavigationDirection.First">
4206       <summary>Move focus to the first focusable element in tab order. Not supported for <see cref="M:System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection)" />.</summary>
4207     </member>
4208     <member name="F:System.Windows.Input.FocusNavigationDirection.Last">
4209       <summary>Move focus to the last focusable element in tab order. Not supported for <see cref="M:System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection)" />.</summary>
4210     </member>
4211     <member name="F:System.Windows.Input.FocusNavigationDirection.Left">
4212       <summary>Move focus to another focusable element to the left of the currently focused element.</summary>
4213     </member>
4214     <member name="F:System.Windows.Input.FocusNavigationDirection.Next">
4215       <summary>Move focus to the next focusable element in tab order. Not supported for <see cref="M:System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection)" />.</summary>
4216     </member>
4217     <member name="F:System.Windows.Input.FocusNavigationDirection.Previous">
4218       <summary>Move focus to the previous focusable element in tab order. Not supported for <see cref="M:System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection)" />.</summary>
4219     </member>
4220     <member name="F:System.Windows.Input.FocusNavigationDirection.Right">
4221       <summary>Move focus to another focusable element to the right of the currently focused element.</summary>
4222     </member>
4223     <member name="F:System.Windows.Input.FocusNavigationDirection.Up">
4224       <summary>Move focus to another focusable element upwards from the currently focused element.</summary>
4225     </member>
4226     <member name="T:System.Windows.Input.Key">
4227       <summary>Specifies the possible key values on a keyboard.</summary>
4228     </member>
4229     <member name="F:System.Windows.Input.Key.A">
4230       <summary>The A key.</summary>
4231     </member>
4232     <member name="F:System.Windows.Input.Key.AbntC1">
4233       <summary>The ABNT_C1 (Brazilian) key.</summary>
4234     </member>
4235     <member name="F:System.Windows.Input.Key.AbntC2">
4236       <summary>The ABNT_C2 (Brazilian) key.</summary>
4237     </member>
4238     <member name="F:System.Windows.Input.Key.Add">
4239       <summary>The Add key.</summary>
4240     </member>
4241     <member name="F:System.Windows.Input.Key.Apps">
4242       <summary>The Application key (Microsoft Natural Keyboard). Also known as the Menu key, as it displays an application-specific context menu.</summary>
4243     </member>
4244     <member name="F:System.Windows.Input.Key.Attn">
4245       <summary>The ATTN key.</summary>
4246     </member>
4247     <member name="F:System.Windows.Input.Key.B">
4248       <summary>The B key.</summary>
4249     </member>
4250     <member name="F:System.Windows.Input.Key.Back">
4251       <summary>The Backspace key.</summary>
4252     </member>
4253     <member name="F:System.Windows.Input.Key.BrowserBack">
4254       <summary>The Browser Back key.</summary>
4255     </member>
4256     <member name="F:System.Windows.Input.Key.BrowserFavorites">
4257       <summary>The Browser Favorites key.</summary>
4258     </member>
4259     <member name="F:System.Windows.Input.Key.BrowserForward">
4260       <summary>The Browser Forward key.</summary>
4261     </member>
4262     <member name="F:System.Windows.Input.Key.BrowserHome">
4263       <summary>The Browser Home key.</summary>
4264     </member>
4265     <member name="F:System.Windows.Input.Key.BrowserRefresh">
4266       <summary>The Browser Refresh key.</summary>
4267     </member>
4268     <member name="F:System.Windows.Input.Key.BrowserSearch">
4269       <summary>The Browser Search key.</summary>
4270     </member>
4271     <member name="F:System.Windows.Input.Key.BrowserStop">
4272       <summary>The Browser Stop key.</summary>
4273     </member>
4274     <member name="F:System.Windows.Input.Key.C">
4275       <summary>The C key.</summary>
4276     </member>
4277     <member name="F:System.Windows.Input.Key.Cancel">
4278       <summary>The Cancel key.</summary>
4279     </member>
4280     <member name="F:System.Windows.Input.Key.Capital">
4281       <summary>The Caps Lock key.</summary>
4282     </member>
4283     <member name="F:System.Windows.Input.Key.CapsLock">
4284       <summary>The Caps Lock key.</summary>
4285     </member>
4286     <member name="F:System.Windows.Input.Key.Clear">
4287       <summary>The Clear key.</summary>
4288     </member>
4289     <member name="F:System.Windows.Input.Key.CrSel">
4290       <summary>The CRSEL key.</summary>
4291     </member>
4292     <member name="F:System.Windows.Input.Key.D">
4293       <summary>The D key.</summary>
4294     </member>
4295     <member name="F:System.Windows.Input.Key.D0">
4296       <summary>The 0 (zero) key.</summary>
4297     </member>
4298     <member name="F:System.Windows.Input.Key.D1">
4299       <summary>The 1 (one) key.</summary>
4300     </member>
4301     <member name="F:System.Windows.Input.Key.D2">
4302       <summary>The 2 key.</summary>
4303     </member>
4304     <member name="F:System.Windows.Input.Key.D3">
4305       <summary>The 3 key.</summary>
4306     </member>
4307     <member name="F:System.Windows.Input.Key.D4">
4308       <summary>The 4 key.</summary>
4309     </member>
4310     <member name="F:System.Windows.Input.Key.D5">
4311       <summary>The 5 key.</summary>
4312     </member>
4313     <member name="F:System.Windows.Input.Key.D6">
4314       <summary>The 6 key.</summary>
4315     </member>
4316     <member name="F:System.Windows.Input.Key.D7">
4317       <summary>The 7 key.</summary>
4318     </member>
4319     <member name="F:System.Windows.Input.Key.D8">
4320       <summary>The 8 key.</summary>
4321     </member>
4322     <member name="F:System.Windows.Input.Key.D9">
4323       <summary>The 9 key.</summary>
4324     </member>
4325     <member name="F:System.Windows.Input.Key.DbeAlphanumeric">
4326       <summary>The DBE_ALPHANUMERIC key.</summary>
4327     </member>
4328     <member name="F:System.Windows.Input.Key.DbeCodeInput">
4329       <summary>The DBE_CODEINPUT key.</summary>
4330     </member>
4331     <member name="F:System.Windows.Input.Key.DbeDbcsChar">
4332       <summary>The DBE_DBCSCHAR key.</summary>
4333     </member>
4334     <member name="F:System.Windows.Input.Key.DbeDetermineString">
4335       <summary>The DBE_DETERMINESTRING key.</summary>
4336     </member>
4337     <member name="F:System.Windows.Input.Key.DbeEnterDialogConversionMode">
4338       <summary>The DBE_ENTERDLGCONVERSIONMODE key.</summary>
4339     </member>
4340     <member name="F:System.Windows.Input.Key.DbeEnterImeConfigureMode">
4341       <summary>The DBE_ENTERIMECONFIGMODE key.</summary>
4342     </member>
4343     <member name="F:System.Windows.Input.Key.DbeEnterWordRegisterMode">
4344       <summary>The DBE_ENTERWORDREGISTERMODE key.</summary>
4345     </member>
4346     <member name="F:System.Windows.Input.Key.DbeFlushString">
4347       <summary>The DBE_FLUSHSTRING key.</summary>
4348     </member>
4349     <member name="F:System.Windows.Input.Key.DbeHiragana">
4350       <summary>The DBE_HIRAGANA key.</summary>
4351     </member>
4352     <member name="F:System.Windows.Input.Key.DbeKatakana">
4353       <summary>The DBE_KATAKANA key.</summary>
4354     </member>
4355     <member name="F:System.Windows.Input.Key.DbeNoCodeInput">
4356       <summary>The DBE_NOCODEINPUT key.</summary>
4357     </member>
4358     <member name="F:System.Windows.Input.Key.DbeNoRoman">
4359       <summary>The DBE_NOROMAN key.</summary>
4360     </member>
4361     <member name="F:System.Windows.Input.Key.DbeRoman">
4362       <summary>The DBE_ROMAN key.</summary>
4363     </member>
4364     <member name="F:System.Windows.Input.Key.DbeSbcsChar">
4365       <summary>The DBE_SBCSCHAR key.</summary>
4366     </member>
4367     <member name="F:System.Windows.Input.Key.DeadCharProcessed">
4368       <summary>The key is used with another key to create a single combined character.</summary>
4369     </member>
4370     <member name="F:System.Windows.Input.Key.Decimal">
4371       <summary>The Decimal key.</summary>
4372     </member>
4373     <member name="F:System.Windows.Input.Key.Delete">
4374       <summary>The Delete key.</summary>
4375     </member>
4376     <member name="F:System.Windows.Input.Key.Divide">
4377       <summary>The Divide key.</summary>
4378     </member>
4379     <member name="F:System.Windows.Input.Key.Down">
4380       <summary>The Down Arrow key.</summary>
4381     </member>
4382     <member name="F:System.Windows.Input.Key.E">
4383       <summary>The E key.</summary>
4384     </member>
4385     <member name="F:System.Windows.Input.Key.End">
4386       <summary>The End key.</summary>
4387     </member>
4388     <member name="F:System.Windows.Input.Key.Enter">
4389       <summary>The Enter key.</summary>
4390     </member>
4391     <member name="F:System.Windows.Input.Key.EraseEof">
4392       <summary>The ERASE EOF key.</summary>
4393     </member>
4394     <member name="F:System.Windows.Input.Key.Escape">
4395       <summary>The ESC key.</summary>
4396     </member>
4397     <member name="F:System.Windows.Input.Key.Execute">
4398       <summary>The Execute key.</summary>
4399     </member>
4400     <member name="F:System.Windows.Input.Key.ExSel">
4401       <summary>The EXSEL key.</summary>
4402     </member>
4403     <member name="F:System.Windows.Input.Key.F">
4404       <summary>The F key.</summary>
4405     </member>
4406     <member name="F:System.Windows.Input.Key.F1">
4407       <summary>The F1 key.</summary>
4408     </member>
4409     <member name="F:System.Windows.Input.Key.F10">
4410       <summary>The F10 key.</summary>
4411     </member>
4412     <member name="F:System.Windows.Input.Key.F11">
4413       <summary>The F11 key.</summary>
4414     </member>
4415     <member name="F:System.Windows.Input.Key.F12">
4416       <summary>The F12 key.</summary>
4417     </member>
4418     <member name="F:System.Windows.Input.Key.F13">
4419       <summary>The F13 key.</summary>
4420     </member>
4421     <member name="F:System.Windows.Input.Key.F14">
4422       <summary>The F14 key.</summary>
4423     </member>
4424     <member name="F:System.Windows.Input.Key.F15">
4425       <summary>The F15 key.</summary>
4426     </member>
4427     <member name="F:System.Windows.Input.Key.F16">
4428       <summary>The F16 key.</summary>
4429     </member>
4430     <member name="F:System.Windows.Input.Key.F17">
4431       <summary>The F17 key.</summary>
4432     </member>
4433     <member name="F:System.Windows.Input.Key.F18">
4434       <summary>The F18 key.</summary>
4435     </member>
4436     <member name="F:System.Windows.Input.Key.F19">
4437       <summary>The F19 key.</summary>
4438     </member>
4439     <member name="F:System.Windows.Input.Key.F2">
4440       <summary>The F2 key.</summary>
4441     </member>
4442     <member name="F:System.Windows.Input.Key.F20">
4443       <summary>The F20 key.</summary>
4444     </member>
4445     <member name="F:System.Windows.Input.Key.F21">
4446       <summary>The F21 key.</summary>
4447     </member>
4448     <member name="F:System.Windows.Input.Key.F22">
4449       <summary>The F22 key.</summary>
4450     </member>
4451     <member name="F:System.Windows.Input.Key.F23">
4452       <summary>The F23 key.</summary>
4453     </member>
4454     <member name="F:System.Windows.Input.Key.F24">
4455       <summary>The F24 key.</summary>
4456     </member>
4457     <member name="F:System.Windows.Input.Key.F3">
4458       <summary>The F3 key.</summary>
4459     </member>
4460     <member name="F:System.Windows.Input.Key.F4">
4461       <summary>The F4 key.</summary>
4462     </member>
4463     <member name="F:System.Windows.Input.Key.F5">
4464       <summary>The F5 key.</summary>
4465     </member>
4466     <member name="F:System.Windows.Input.Key.F6">
4467       <summary>The F6 key.</summary>
4468     </member>
4469     <member name="F:System.Windows.Input.Key.F7">
4470       <summary>The F7 key.</summary>
4471     </member>
4472     <member name="F:System.Windows.Input.Key.F8">
4473       <summary>The F8 key.</summary>
4474     </member>
4475     <member name="F:System.Windows.Input.Key.F9">
4476       <summary>The F9 key.</summary>
4477     </member>
4478     <member name="F:System.Windows.Input.Key.FinalMode">
4479       <summary>The IME Final mode key.</summary>
4480     </member>
4481     <member name="F:System.Windows.Input.Key.G">
4482       <summary>The G key.</summary>
4483     </member>
4484     <member name="F:System.Windows.Input.Key.H">
4485       <summary>The H key.</summary>
4486     </member>
4487     <member name="F:System.Windows.Input.Key.HangulMode">
4488       <summary>The IME Hangul mode key.</summary>
4489     </member>
4490     <member name="F:System.Windows.Input.Key.HanjaMode">
4491       <summary>The IME Hanja mode key.</summary>
4492     </member>
4493     <member name="F:System.Windows.Input.Key.Help">
4494       <summary>The Help key.</summary>
4495     </member>
4496     <member name="F:System.Windows.Input.Key.Home">
4497       <summary>The Home key.</summary>
4498     </member>
4499     <member name="F:System.Windows.Input.Key.I">
4500       <summary>The I key.</summary>
4501     </member>
4502     <member name="F:System.Windows.Input.Key.ImeAccept">
4503       <summary>The IME Accept key.</summary>
4504     </member>
4505     <member name="F:System.Windows.Input.Key.ImeConvert">
4506       <summary>The IME Convert key.</summary>
4507     </member>
4508     <member name="F:System.Windows.Input.Key.ImeModeChange">
4509       <summary>The IME Mode change request.</summary>
4510     </member>
4511     <member name="F:System.Windows.Input.Key.ImeNonConvert">
4512       <summary>The IME NonConvert key.</summary>
4513     </member>
4514     <member name="F:System.Windows.Input.Key.ImeProcessed">
4515       <summary>A special key masking the real key being processed by an IME.</summary>
4516     </member>
4517     <member name="F:System.Windows.Input.Key.Insert">
4518       <summary>The Insert key.</summary>
4519     </member>
4520     <member name="F:System.Windows.Input.Key.J">
4521       <summary>The J key.</summary>
4522     </member>
4523     <member name="F:System.Windows.Input.Key.JunjaMode">
4524       <summary>The IME Junja mode key.</summary>
4525     </member>
4526     <member name="F:System.Windows.Input.Key.K">
4527       <summary>The K key.</summary>
4528     </member>
4529     <member name="F:System.Windows.Input.Key.KanaMode">
4530       <summary>The IME Kana mode key.</summary>
4531     </member>
4532     <member name="F:System.Windows.Input.Key.KanjiMode">
4533       <summary>The IME Kanji mode key.</summary>
4534     </member>
4535     <member name="F:System.Windows.Input.Key.L">
4536       <summary>The L key.</summary>
4537     </member>
4538     <member name="F:System.Windows.Input.Key.LaunchApplication1">
4539       <summary>The Launch Application1 key.</summary>
4540     </member>
4541     <member name="F:System.Windows.Input.Key.LaunchApplication2">
4542       <summary>The Launch Application2 key.</summary>
4543     </member>
4544     <member name="F:System.Windows.Input.Key.LaunchMail">
4545       <summary>The Launch Mail key.</summary>
4546     </member>
4547     <member name="F:System.Windows.Input.Key.Left">
4548       <summary>The Left Arrow key.</summary>
4549     </member>
4550     <member name="F:System.Windows.Input.Key.LeftAlt">
4551       <summary>The left ALT key.</summary>
4552     </member>
4553     <member name="F:System.Windows.Input.Key.LeftCtrl">
4554       <summary>The left CTRL key.</summary>
4555     </member>
4556     <member name="F:System.Windows.Input.Key.LeftShift">
4557       <summary>The left Shift key.</summary>
4558     </member>
4559     <member name="F:System.Windows.Input.Key.LineFeed">
4560       <summary>The Linefeed key.</summary>
4561     </member>
4562     <member name="F:System.Windows.Input.Key.LWin">
4563       <summary>The left Windows logo key (Microsoft Natural Keyboard).</summary>
4564     </member>
4565     <member name="F:System.Windows.Input.Key.M">
4566       <summary>The M key.</summary>
4567     </member>
4568     <member name="F:System.Windows.Input.Key.MediaNextTrack">
4569       <summary>The Media Next Track key.</summary>
4570     </member>
4571     <member name="F:System.Windows.Input.Key.MediaPlayPause">
4572       <summary>The Media Play Pause key.</summary>
4573     </member>
4574     <member name="F:System.Windows.Input.Key.MediaPreviousTrack">
4575       <summary>The Media Previous Track key.</summary>
4576     </member>
4577     <member name="F:System.Windows.Input.Key.MediaStop">
4578       <summary>The Media Stop key.</summary>
4579     </member>
4580     <member name="F:System.Windows.Input.Key.Multiply">
4581       <summary>The Multiply key.</summary>
4582     </member>
4583     <member name="F:System.Windows.Input.Key.N">
4584       <summary>The N key.</summary>
4585     </member>
4586     <member name="F:System.Windows.Input.Key.Next">
4587       <summary>The Page Down key.</summary>
4588     </member>
4589     <member name="F:System.Windows.Input.Key.NoName">
4590       <summary>A constant reserved for future use.</summary>
4591     </member>
4592     <member name="F:System.Windows.Input.Key.None">
4593       <summary>No key pressed.</summary>
4594     </member>
4595     <member name="F:System.Windows.Input.Key.NumLock">
4596       <summary>The Num Lock key.</summary>
4597     </member>
4598     <member name="F:System.Windows.Input.Key.NumPad0">
4599       <summary>The 0 key on the numeric keypad.</summary>
4600     </member>
4601     <member name="F:System.Windows.Input.Key.NumPad1">
4602       <summary>The 1 key on the numeric keypad.</summary>
4603     </member>
4604     <member name="F:System.Windows.Input.Key.NumPad2">
4605       <summary>The 2 key on the numeric keypad.</summary>
4606     </member>
4607     <member name="F:System.Windows.Input.Key.NumPad3">
4608       <summary>The 3 key on the numeric keypad.</summary>
4609     </member>
4610     <member name="F:System.Windows.Input.Key.NumPad4">
4611       <summary>The 4 key on the numeric keypad.</summary>
4612     </member>
4613     <member name="F:System.Windows.Input.Key.NumPad5">
4614       <summary>The 5 key on the numeric keypad.</summary>
4615     </member>
4616     <member name="F:System.Windows.Input.Key.NumPad6">
4617       <summary>The 6 key on the numeric keypad.</summary>
4618     </member>
4619     <member name="F:System.Windows.Input.Key.NumPad7">
4620       <summary>The 7 key on the numeric keypad.</summary>
4621     </member>
4622     <member name="F:System.Windows.Input.Key.NumPad8">
4623       <summary>The 8 key on the numeric keypad.</summary>
4624     </member>
4625     <member name="F:System.Windows.Input.Key.NumPad9">
4626       <summary>The 9 key on the numeric keypad.</summary>
4627     </member>
4628     <member name="F:System.Windows.Input.Key.O">
4629       <summary>The O key.</summary>
4630     </member>
4631     <member name="F:System.Windows.Input.Key.Oem1">
4632       <summary>The OEM 1 key.</summary>
4633     </member>
4634     <member name="F:System.Windows.Input.Key.Oem102">
4635       <summary>The OEM 102 key.</summary>
4636     </member>
4637     <member name="F:System.Windows.Input.Key.Oem2">
4638       <summary>The OEM 2 key.</summary>
4639     </member>
4640     <member name="F:System.Windows.Input.Key.Oem3">
4641       <summary>The OEM 3 key.</summary>
4642     </member>
4643     <member name="F:System.Windows.Input.Key.Oem4">
4644       <summary>The OEM 4 key.</summary>
4645     </member>
4646     <member name="F:System.Windows.Input.Key.Oem5">
4647       <summary>The OEM 5 key.</summary>
4648     </member>
4649     <member name="F:System.Windows.Input.Key.Oem6">
4650       <summary>The OEM 6 key.</summary>
4651     </member>
4652     <member name="F:System.Windows.Input.Key.Oem7">
4653       <summary>The OEM 7 key.</summary>
4654     </member>
4655     <member name="F:System.Windows.Input.Key.Oem8">
4656       <summary>The OEM 8 key.</summary>
4657     </member>
4658     <member name="F:System.Windows.Input.Key.OemAttn">
4659       <summary>The OEM ATTN key.</summary>
4660     </member>
4661     <member name="F:System.Windows.Input.Key.OemAuto">
4662       <summary>The OEM AUTO key.</summary>
4663     </member>
4664     <member name="F:System.Windows.Input.Key.OemBackslash">
4665       <summary>The OEM Backslash key.</summary>
4666     </member>
4667     <member name="F:System.Windows.Input.Key.OemBackTab">
4668       <summary>The OEM BACKTAB key.</summary>
4669     </member>
4670     <member name="F:System.Windows.Input.Key.OemClear">
4671       <summary>The OEM Clear key.</summary>
4672     </member>
4673     <member name="F:System.Windows.Input.Key.OemCloseBrackets">
4674       <summary>The OEM Close Brackets key.</summary>
4675     </member>
4676     <member name="F:System.Windows.Input.Key.OemComma">
4677       <summary>The OEM Comma key.</summary>
4678     </member>
4679     <member name="F:System.Windows.Input.Key.OemCopy">
4680       <summary>The OEM COPY key.</summary>
4681     </member>
4682     <member name="F:System.Windows.Input.Key.OemEnlw">
4683       <summary>The OEM ENLW key.</summary>
4684     </member>
4685     <member name="F:System.Windows.Input.Key.OemFinish">
4686       <summary>The OEM FINISH key.</summary>
4687     </member>
4688     <member name="F:System.Windows.Input.Key.OemMinus">
4689       <summary>The OEM Minus key.</summary>
4690     </member>
4691     <member name="F:System.Windows.Input.Key.OemOpenBrackets">
4692       <summary>The OEM Open Brackets key.</summary>
4693     </member>
4694     <member name="F:System.Windows.Input.Key.OemPeriod">
4695       <summary>The OEM Period key.</summary>
4696     </member>
4697     <member name="F:System.Windows.Input.Key.OemPipe">
4698       <summary>The OEM Pipe key.</summary>
4699     </member>
4700     <member name="F:System.Windows.Input.Key.OemPlus">
4701       <summary>The OEM Addition key.</summary>
4702     </member>
4703     <member name="F:System.Windows.Input.Key.OemQuestion">
4704       <summary>The OEM Question key.</summary>
4705     </member>
4706     <member name="F:System.Windows.Input.Key.OemQuotes">
4707       <summary>The OEM Quotes key.</summary>
4708     </member>
4709     <member name="F:System.Windows.Input.Key.OemSemicolon">
4710       <summary>The OEM Semicolon key.</summary>
4711     </member>
4712     <member name="F:System.Windows.Input.Key.OemTilde">
4713       <summary>The OEM Tilde key.</summary>
4714     </member>
4715     <member name="F:System.Windows.Input.Key.P">
4716       <summary>The P key.</summary>
4717     </member>
4718     <member name="F:System.Windows.Input.Key.Pa1">
4719       <summary>The PA1 key.</summary>
4720     </member>
4721     <member name="F:System.Windows.Input.Key.PageDown">
4722       <summary>The Page Down key.</summary>
4723     </member>
4724     <member name="F:System.Windows.Input.Key.PageUp">
4725       <summary>The Page Up key.</summary>
4726     </member>
4727     <member name="F:System.Windows.Input.Key.Pause">
4728       <summary>The Pause key.</summary>
4729     </member>
4730     <member name="F:System.Windows.Input.Key.Play">
4731       <summary>The PLAY key.</summary>
4732     </member>
4733     <member name="F:System.Windows.Input.Key.Print">
4734       <summary>The Print key.</summary>
4735     </member>
4736     <member name="F:System.Windows.Input.Key.PrintScreen">
4737       <summary>The Print Screen key.</summary>
4738     </member>
4739     <member name="F:System.Windows.Input.Key.Prior">
4740       <summary>The Page Up key.</summary>
4741     </member>
4742     <member name="F:System.Windows.Input.Key.Q">
4743       <summary>The Q key.</summary>
4744     </member>
4745     <member name="F:System.Windows.Input.Key.R">
4746       <summary>The R key.</summary>
4747     </member>
4748     <member name="F:System.Windows.Input.Key.Return">
4749       <summary>The Return key.</summary>
4750     </member>
4751     <member name="F:System.Windows.Input.Key.Right">
4752       <summary>The Right Arrow key.</summary>
4753     </member>
4754     <member name="F:System.Windows.Input.Key.RightAlt">
4755       <summary>The right ALT key.</summary>
4756     </member>
4757     <member name="F:System.Windows.Input.Key.RightCtrl">
4758       <summary>The right CTRL key.</summary>
4759     </member>
4760     <member name="F:System.Windows.Input.Key.RightShift">
4761       <summary>The right Shift key.</summary>
4762     </member>
4763     <member name="F:System.Windows.Input.Key.RWin">
4764       <summary>The right Windows logo key (Microsoft Natural Keyboard).</summary>
4765     </member>
4766     <member name="F:System.Windows.Input.Key.S">
4767       <summary>The S key.</summary>
4768     </member>
4769     <member name="F:System.Windows.Input.Key.Scroll">
4770       <summary>The Scroll Lock key.</summary>
4771     </member>
4772     <member name="F:System.Windows.Input.Key.Select">
4773       <summary>The Select key.</summary>
4774     </member>
4775     <member name="F:System.Windows.Input.Key.SelectMedia">
4776       <summary>The Select Media key.</summary>
4777     </member>
4778     <member name="F:System.Windows.Input.Key.Separator">
4779       <summary>The Separator key.</summary>
4780     </member>
4781     <member name="F:System.Windows.Input.Key.Sleep">
4782       <summary>The Computer Sleep key.</summary>
4783     </member>
4784     <member name="F:System.Windows.Input.Key.Snapshot">
4785       <summary>The Print Screen key.</summary>
4786     </member>
4787     <member name="F:System.Windows.Input.Key.Space">
4788       <summary>The Spacebar key.</summary>
4789     </member>
4790     <member name="F:System.Windows.Input.Key.Subtract">
4791       <summary>The Subtract key.</summary>
4792     </member>
4793     <member name="F:System.Windows.Input.Key.System">
4794       <summary>A special key masking the real key being processed as a system key.</summary>
4795     </member>
4796     <member name="F:System.Windows.Input.Key.T">
4797       <summary>The T key.</summary>
4798     </member>
4799     <member name="F:System.Windows.Input.Key.Tab">
4800       <summary>The Tab key.</summary>
4801     </member>
4802     <member name="F:System.Windows.Input.Key.U">
4803       <summary>The U key.</summary>
4804     </member>
4805     <member name="F:System.Windows.Input.Key.Up">
4806       <summary>The Up Arrow key.</summary>
4807     </member>
4808     <member name="F:System.Windows.Input.Key.V">
4809       <summary>The V key.</summary>
4810     </member>
4811     <member name="F:System.Windows.Input.Key.VolumeDown">
4812       <summary>The Volume Down key.</summary>
4813     </member>
4814     <member name="F:System.Windows.Input.Key.VolumeMute">
4815       <summary>The Volume Mute key.</summary>
4816     </member>
4817     <member name="F:System.Windows.Input.Key.VolumeUp">
4818       <summary>The Volume Up key.</summary>
4819     </member>
4820     <member name="F:System.Windows.Input.Key.W">
4821       <summary>The W key.</summary>
4822     </member>
4823     <member name="F:System.Windows.Input.Key.X">
4824       <summary>The X key.</summary>
4825     </member>
4826     <member name="F:System.Windows.Input.Key.Y">
4827       <summary>The Y key.</summary>
4828     </member>
4829     <member name="F:System.Windows.Input.Key.Z">
4830       <summary>The Z key.</summary>
4831     </member>
4832     <member name="F:System.Windows.Input.Key.Zoom">
4833       <summary>The ZOOM key.</summary>
4834     </member>
4835     <member name="T:System.Windows.Input.KeyConverter">
4836       <summary>Converts a <see cref="T:System.Windows.Input.Key" /> object to and from other types.</summary>
4837     </member>
4838     <member name="M:System.Windows.Input.KeyConverter.#ctor">
4839       <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.Key" /> class.</summary>
4840     </member>
4841     <member name="M:System.Windows.Input.KeyConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4842       <summary>Determines whether an object of the specified type can be converted to an instance of <see cref="T:System.Windows.Input.Key" />, using the specified context.</summary>
4843       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4844       <param name="sourceType">The type being evaluated for conversion.</param>
4845       <returns>
4846         <see langword="true" /> if <paramref name="sourceType" /> is of type <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
4847     </member>
4848     <member name="M:System.Windows.Input.KeyConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4849       <summary>Determines whether an instance of <see cref="T:System.Windows.Input.Key" /> can be converted to the specified type, using the specified context.</summary>
4850       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4851       <param name="destinationType">The type being evaluated for conversion.</param>
4852       <returns>
4853         <see langword="true" /> if <paramref name="destinationType" /> is of type <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
4854     </member>
4855     <member name="M:System.Windows.Input.KeyConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
4856       <summary>Attempts to convert the specified object to a <see cref="T:System.Windows.Input.Key" />, using the specified context.</summary>
4857       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4858       <param name="culture">Culture specific information.</param>
4859       <param name="source">The object to convert.</param>
4860       <returns>The converted object.</returns>
4861       <exception cref="T:System.NotSupportedException">
4862         <paramref name="source" /> cannot be converted.</exception>
4863     </member>
4864     <member name="M:System.Windows.Input.KeyConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
4865       <summary>Attempts to convert a <see cref="T:System.Windows.Input.Key" /> to the specified type, using the specified context.</summary>
4866       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4867       <param name="culture">Culture specific information.</param>
4868       <param name="value">The object to convert.</param>
4869       <param name="destinationType">The type to convert the object to.</param>
4870       <returns>The converted object.</returns>
4871       <exception cref="T:System.ArgumentNullException">
4872         <paramref name="destinationType" /> is <see langword="null" />.</exception>
4873       <exception cref="T:System.NotSupportedException">
4874         <paramref name="value" /> cannot be converted to <paramref name="destinationType" />.</exception>
4875     </member>
4876     <member name="T:System.Windows.Input.KeyInterop">
4877       <summary>Provides static methods to convert between Win32 Virtual-Keys and the WPF <see cref="T:System.Windows.Input.Key" /> enumeration.</summary>
4878     </member>
4879     <member name="M:System.Windows.Input.KeyInterop.KeyFromVirtualKey(System.Int32)">
4880       <summary>Converts a Win32 Virtual-Key into WPF <see cref="T:System.Windows.Input.Key" />.</summary>
4881       <param name="virtualKey">The virtual key to convert.</param>
4882       <returns>The WPF key.</returns>
4883     </member>
4884     <member name="M:System.Windows.Input.KeyInterop.VirtualKeyFromKey(System.Windows.Input.Key)">
4885       <summary>Converts a WPF <see cref="T:System.Windows.Input.Key" /> into a Win32 Virtual-Key.</summary>
4886       <param name="key">The WPF to convert.</param>
4887       <returns>The Win32 Virtual-Key.</returns>
4888     </member>
4889     <member name="T:System.Windows.Input.KeyValueSerializer">
4890       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Input.Key" />.</summary>
4891     </member>
4892     <member name="M:System.Windows.Input.KeyValueSerializer.#ctor">
4893       <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.KeyValueSerializer" /> class.</summary>
4894     </member>
4895     <member name="M:System.Windows.Input.KeyValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
4896       <summary>Determines if the specified <see cref="T:System.String" /> can be convert to an instance of <see cref="T:System.Windows.Input.Key" />.</summary>
4897       <param name="value">String to evaluate for conversion.</param>
4898       <param name="context">Context information that is used for conversion.</param>
4899       <returns>Always returns <see langword="true" />.</returns>
4900     </member>
4901     <member name="M:System.Windows.Input.KeyValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
4902       <summary>Determines if the specified <see cref="T:System.Windows.Input.Key" /> can be converted to a <see cref="T:System.String" />.</summary>
4903       <param name="value">The key to evaluate for conversion.</param>
4904       <param name="context">Context information that is used for conversion.</param>
4905       <returns>
4906         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
4907     </member>
4908     <member name="M:System.Windows.Input.KeyValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
4909       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Input.Key" />.</summary>
4910       <param name="value">The string to convert into a <see cref="T:System.Windows.Input.Key" />.</param>
4911       <param name="context">Context information that is used for conversion.</param>
4912       <returns>A new instance of <see cref="T:System.Windows.Input.Key" /> based on the supplied <paramref name="value" />.</returns>
4913     </member>
4914     <member name="M:System.Windows.Input.KeyValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
4915       <summary>Converts an instance of <see cref="T:System.Windows.Input.Key" /> to a <see cref="T:System.String" />.</summary>
4916       <param name="value">The key to convert into a string.</param>
4917       <param name="context">Context information that is used for conversion.</param>
4918       <returns>An invariant string representation of the specified <see cref="T:System.Windows.Input.Key" />.</returns>
4919     </member>
4920     <member name="T:System.Windows.Input.ModifierKeys">
4921       <summary>Specifies the set of modifier keys.</summary>
4922     </member>
4923     <member name="F:System.Windows.Input.ModifierKeys.Alt">
4924       <summary>The ALT key.</summary>
4925     </member>
4926     <member name="F:System.Windows.Input.ModifierKeys.Control">
4927       <summary>The CTRL key.</summary>
4928     </member>
4929     <member name="F:System.Windows.Input.ModifierKeys.None">
4930       <summary>No modifiers are pressed.</summary>
4931     </member>
4932     <member name="F:System.Windows.Input.ModifierKeys.Shift">
4933       <summary>The SHIFT key.</summary>
4934     </member>
4935     <member name="F:System.Windows.Input.ModifierKeys.Windows">
4936       <summary>The Windows logo key.</summary>
4937     </member>
4938     <member name="T:System.Windows.Input.ModifierKeysConverter">
4939       <summary>Converts a <see cref="T:System.Windows.Input.ModifierKeys" /> object to and from other types.</summary>
4940     </member>
4941     <member name="M:System.Windows.Input.ModifierKeysConverter.#ctor">
4942       <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.ModifierKeysConverter" /> class.</summary>
4943     </member>
4944     <member name="M:System.Windows.Input.ModifierKeysConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4945       <summary>Determines whether an object of the specified type can be converted to an instance of <see cref="T:System.Windows.Input.ModifierKeys" />, using the specified context.</summary>
4946       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4947       <param name="sourceType">The type being evaluated for conversion.</param>
4948       <returns>
4949         <see langword="true" /> if <paramref name="sourceType" /> is type <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
4950     </member>
4951     <member name="M:System.Windows.Input.ModifierKeysConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
4952       <summary>Determines whether an instance of <see cref="T:System.Windows.Input.ModifierKeys" /> can be converted to the specified type, using the specified context.</summary>
4953       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4954       <param name="destinationType">The type being evaluated for conversion.</param>
4955       <returns>
4956         <see langword="true" /> if <paramref name="destinationType" /> is type <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
4957     </member>
4958     <member name="M:System.Windows.Input.ModifierKeysConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
4959       <summary>Attempts to convert the specified object to a <see cref="T:System.Windows.Input.ModifierKeys" />, using the specified context.</summary>
4960       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4961       <param name="culture">Culture specific information.</param>
4962       <param name="source">The object to convert.</param>
4963       <returns>The converted object.</returns>
4964       <exception cref="T:System.NotSupportedException">
4965         <paramref name="source" /> cannot be converted.</exception>
4966     </member>
4967     <member name="M:System.Windows.Input.ModifierKeysConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
4968       <summary>Attempts to convert a <see cref="T:System.Windows.Input.ModifierKeys" /> to the specified type, using the specified context.</summary>
4969       <param name="context">A format context that provides information about the environment from which this converter is being invoked.</param>
4970       <param name="culture">Culture specific information.</param>
4971       <param name="value">The object to convert.</param>
4972       <param name="destinationType">The type to convert the object to.</param>
4973       <returns>The converted object.</returns>
4974       <exception cref="T:System.ArgumentNullException">
4975         <paramref name="destinationType" /> is <see langword="null" />.</exception>
4976       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
4977         <paramref name="value" /> does not map to a valid <see cref="T:System.Windows.Input.ModifierKeys" />.</exception>
4978       <exception cref="T:System.NotSupportedException">
4979         <paramref name="value" /> cannot be converted.</exception>
4980     </member>
4981     <member name="M:System.Windows.Input.ModifierKeysConverter.IsDefinedModifierKeys(System.Windows.Input.ModifierKeys)">
4982       <summary>Determines whether the specified value is a valid <see cref="T:System.Windows.Input.ModifierKeys" /> value.</summary>
4983       <param name="modifierKeys">The value to check for validity.</param>
4984       <returns>
4985         <see langword="true" /> if input is a valid <see cref="T:System.Windows.Input.ModifierKeys" /> value; otherwise, <see langword="false" />.</returns>
4986     </member>
4987     <member name="T:System.Windows.Input.ModifierKeysValueSerializer">
4988       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Input.ModifierKeys" />.</summary>
4989     </member>
4990     <member name="M:System.Windows.Input.ModifierKeysValueSerializer.#ctor">
4991       <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.ModifierKeysValueSerializer" /> class.</summary>
4992     </member>
4993     <member name="M:System.Windows.Input.ModifierKeysValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
4994       <summary>Determines if the specified <see cref="T:System.String" /> can be convert to an instance of <see cref="T:System.Windows.Input.ModifierKeys" />.</summary>
4995       <param name="value">String to evaluate for conversion.</param>
4996       <param name="context">Context information that is used for conversion.</param>
4997       <returns>Always returns <see langword="true" />.</returns>
4998     </member>
4999     <member name="M:System.Windows.Input.ModifierKeysValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
5000       <summary>Determines if the specified <see cref="T:System.Windows.Input.ModifierKeys" /> can be converted to a <see cref="T:System.String" />.</summary>
5001       <param name="value">The modifier keys to evaluate for conversion.</param>
5002       <param name="context">Context information that is used for conversion.</param>
5003       <returns>
5004         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
5005     </member>
5006     <member name="M:System.Windows.Input.ModifierKeysValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
5007       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Input.ModifierKeys" /> value.</summary>
5008       <param name="value">The string to convert into a <see cref="T:System.Windows.Input.ModifierKeys" />.</param>
5009       <param name="context">Context information that is used for conversion.</param>
5010       <returns>A new instance of <see cref="T:System.Windows.Input.ModifierKeys" /> based on the supplied <paramref name="value" />.</returns>
5011     </member>
5012     <member name="M:System.Windows.Input.ModifierKeysValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
5013       <summary>Converts an instance of <see cref="T:System.Windows.Input.ModifierKeys" /> to a <see cref="T:System.String" />.</summary>
5014       <param name="value">The key to convert into a string.</param>
5015       <param name="context">Context information that is used for conversion.</param>
5016       <returns>An invariant string representation of the specified <see cref="T:System.Windows.Input.ModifierKeys" /> value.</returns>
5017     </member>
5018     <member name="T:System.Windows.Input.TraversalRequest">
5019       <summary>Represents a request to move focus to another control.</summary>
5020     </member>
5021     <member name="M:System.Windows.Input.TraversalRequest.#ctor(System.Windows.Input.FocusNavigationDirection)">
5022       <summary>Initializes a new instance of the <see cref="T:System.Windows.Input.TraversalRequest" /> class.</summary>
5023       <param name="focusNavigationDirection">The intended direction of the focus traversal, as a value of the enumeration.</param>
5024     </member>
5025     <member name="P:System.Windows.Input.TraversalRequest.FocusNavigationDirection">
5026       <summary>Gets the traversal direction.</summary>
5027       <returns>One of the traversal direction enumeration values.</returns>
5028     </member>
5029     <member name="P:System.Windows.Input.TraversalRequest.Wrapped">
5030       <summary>Gets or sets a value that indicates whether focus traversal has reached the end of child elements that can have focus.</summary>
5031       <returns>
5032         <see langword="true" /> if this traversal has reached the end of child elements that can have focus; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
5033     </member>
5034     <member name="T:System.Windows.Int32Rect">
5035       <summary>Describes the width, height, and location of an integer rectangle.</summary>
5036     </member>
5037     <member name="M:System.Windows.Int32Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
5038       <summary>Initializes a new instance of an <see cref="T:System.Windows.Int32Rect" /> with the specified <see cref="P:System.Windows.Int32Rect.X" /> and <see cref="P:System.Windows.Int32Rect.Y" /> coordinates and the specified <see cref="P:System.Windows.Int32Rect.Width" /> and <see cref="P:System.Windows.Int32Rect.Height" />.</summary>
5039       <param name="x">The <see cref="P:System.Windows.Int32Rect.X" /> of the new <see cref="T:System.Windows.Int32Rect" /> instance which specifies the x-coordinate of the top-left corner of the rectangle.</param>
5040       <param name="y">The <see cref="P:System.Windows.Int32Rect.Y" /> of the new <see cref="T:System.Windows.Int32Rect" /> instance which specifies the y-coordinate of the top-left corner of the rectangle.</param>
5041       <param name="width">The <see cref="P:System.Windows.Int32Rect.Width" /> of the new <see cref="T:System.Windows.Int32Rect" /> instance which specifies the width of the rectangle.</param>
5042       <param name="height">The <see cref="P:System.Windows.Int32Rect.Height" /> of the new <see cref="T:System.Windows.Int32Rect" /> instance which specifies the height of the rectangle.</param>
5043     </member>
5044     <member name="P:System.Windows.Int32Rect.Empty">
5045       <summary>Gets the empty rectangle, a special value that represents a rectangle with no position or area.</summary>
5046       <returns>An empty rectangle with no position or area.</returns>
5047     </member>
5048     <member name="M:System.Windows.Int32Rect.Equals(System.Object)">
5049       <summary>Determines whether the specified rectangle is equal to this rectangle.</summary>
5050       <param name="o">The object to compare to the current rectangle.</param>
5051       <returns>
5052         <see langword="true" /> if <paramref name="o" /> is an <see cref="T:System.Windows.Int32Rect" /> and has the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" /> as this rectangle; otherwise, <see langword="false" />.</returns>
5053     </member>
5054     <member name="M:System.Windows.Int32Rect.Equals(System.Windows.Int32Rect)">
5055       <summary>Determines whether the specified rectangle is equal to this rectangle.</summary>
5056       <param name="value">The rectangle to compare to the current rectangle.</param>
5057       <returns>
5058         <see langword="true" /> if <paramref name="value" /> has the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" /> as this rectangle; otherwise, <see langword="false" />.</returns>
5059     </member>
5060     <member name="M:System.Windows.Int32Rect.Equals(System.Windows.Int32Rect,System.Windows.Int32Rect)">
5061       <summary>Determines whether the specified rectangles are equal.</summary>
5062       <param name="int32Rect1">The first rectangle to compare.</param>
5063       <param name="int32Rect2">The second rectangle to compare.</param>
5064       <returns>
5065         <see langword="true" /> if <paramref name="int32Rect1" /> and <paramref name="int32Rect2" /> have the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" />; otherwise, <see langword="false" />.</returns>
5066     </member>
5067     <member name="M:System.Windows.Int32Rect.GetHashCode">
5068       <summary>Creates a hash code from this rectangle's <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" /> values.</summary>
5069       <returns>This rectangle's hash code.</returns>
5070     </member>
5071     <member name="P:System.Windows.Int32Rect.HasArea">
5072       <summary>Gets a value that indicates whether the <see cref="P:System.Windows.Int32Rect.Width" /> and <see cref="P:System.Windows.Int32Rect.Height" /> properties of the <see cref="T:System.Windows.Int32Rect" /> are greater than 0.</summary>
5073       <returns>
5074         <see langword="true" /> if the <see cref="P:System.Windows.Int32Rect.Width" /> and <see cref="P:System.Windows.Int32Rect.Height" /> properties of the <see cref="T:System.Windows.Int32Rect" /> are greater than 0; otherwise, <see langword="false" />.</returns>
5075     </member>
5076     <member name="P:System.Windows.Int32Rect.Height">
5077       <summary>Gets or sets the height of the rectangle.</summary>
5078       <returns>The height of the rectangle. The default value is <c>0</c>.</returns>
5079     </member>
5080     <member name="P:System.Windows.Int32Rect.IsEmpty">
5081       <summary>Gets a value indicating whether the rectangle is empty.</summary>
5082       <returns>
5083         <see langword="true" /> if the rectangle is empty; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
5084     </member>
5085     <member name="M:System.Windows.Int32Rect.op_Equality(System.Windows.Int32Rect,System.Windows.Int32Rect)">
5086       <summary>Compares two rectangles for exact equality.</summary>
5087       <param name="int32Rect1">The first rectangle to compare.</param>
5088       <param name="int32Rect2">The second rectangle to compare.</param>
5089       <returns>
5090         <see langword="true" /> if <paramref name="int32Rect1" /> and <paramref name="int32Rect2" /> have the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" />; otherwise, <see langword="false" />.</returns>
5091     </member>
5092     <member name="M:System.Windows.Int32Rect.op_Inequality(System.Windows.Int32Rect,System.Windows.Int32Rect)">
5093       <summary>Compares two rectangles for inequality.</summary>
5094       <param name="int32Rect1">The first rectangle to compare.</param>
5095       <param name="int32Rect2">The second rectangle to compare.</param>
5096       <returns>
5097         <see langword="false" /> if <paramref name="int32Rect1" /> and <paramref name="int32Rect2" /> have the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" />; otherwise, if all of these values are the same, then <see langword="true" />.</returns>
5098     </member>
5099     <member name="M:System.Windows.Int32Rect.Parse(System.String)">
5100       <summary>Creates an <see cref="T:System.Windows.Int32Rect" /> structure from the specified <see cref="T:System.String" /> representation.</summary>
5101       <param name="source">A string representation of an <see cref="T:System.Windows.Int32Rect" />.</param>
5102       <returns>The equivalent <see cref="T:System.Windows.Int32Rect" /> structure.</returns>
5103     </member>
5104     <member name="M:System.Windows.Int32Rect.System#IFormattable#ToString(System.String,System.IFormatProvider)">
5105       <summary>Formats the value of the current instance using the specified format.</summary>
5106       <param name="format">The format to use.</param>
5107       <param name="provider">The provider to use to format the value</param>
5108       <returns>The value of the current instance in the specified format.</returns>
5109     </member>
5110     <member name="M:System.Windows.Int32Rect.ToString">
5111       <summary>Creates a string representation of this <see cref="T:System.Windows.Int32Rect" />.</summary>
5112       <returns>A string containing the same <see cref="P:System.Windows.Int32Rect.X" />, <see cref="P:System.Windows.Int32Rect.Y" />, <see cref="P:System.Windows.Int32Rect.Width" />, and <see cref="P:System.Windows.Int32Rect.Height" /> values of this <see cref="T:System.Windows.Int32Rect" /> structure.</returns>
5113     </member>
5114     <member name="M:System.Windows.Int32Rect.ToString(System.IFormatProvider)">
5115       <summary>Creates a string representation of this <see cref="T:System.Windows.Int32Rect" /> based on the supplied <see cref="T:System.IFormatProvider" />.</summary>
5116       <param name="provider">The format provider to use. If provider is <see langword="null" />, the current culture is used.</param>
5117       <returns>A string representation of this instance of <see cref="T:System.Windows.Int32Rect" />.</returns>
5118     </member>
5119     <member name="P:System.Windows.Int32Rect.Width">
5120       <summary>Gets or sets the width of the rectangle.</summary>
5121       <returns>The width of the rectangle. The default value is <c>0</c>.</returns>
5122     </member>
5123     <member name="P:System.Windows.Int32Rect.X">
5124       <summary>Gets or sets the x-coordinate of the top-left corner of the rectangle.</summary>
5125       <returns>The x-coordinate of the top-left corner of the rectangle. The default value is <c>0</c>.</returns>
5126     </member>
5127     <member name="P:System.Windows.Int32Rect.Y">
5128       <summary>Gets or sets the y-coordinate of the top-left corner of the rectangle.</summary>
5129       <returns>The y-coordinate of the top-left corner of the rectangle. The default value is <c>0</c>.</returns>
5130     </member>
5131     <member name="T:System.Windows.Int32RectConverter">
5132       <summary>Converts instances of other types to and from an <see cref="T:System.Windows.Int32Rect" />.</summary>
5133     </member>
5134     <member name="M:System.Windows.Int32RectConverter.#ctor">
5135       <summary>Initializes a new instance of the <see cref="T:System.Windows.Int32RectConverter" /> class.</summary>
5136     </member>
5137     <member name="M:System.Windows.Int32RectConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
5138       <summary>Determines whether an object can be converted from a given type to an instance of an <see cref="T:System.Windows.Int32Rect" />.</summary>
5139       <param name="context">Describes the context information of a type.</param>
5140       <param name="sourceType">The type of the source that is being evaluated for conversion.</param>
5141       <returns>
5142         <see langword="true" /> if the type can be converted to an <see cref="T:System.Windows.Int32Rect" />; otherwise, <see langword="false" />.</returns>
5143     </member>
5144     <member name="M:System.Windows.Int32RectConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
5145       <summary>Determines whether an instance of an <see cref="T:System.Windows.Int32Rect" /> can be converted to a different type.</summary>
5146       <param name="context">Describes the context information of a type.</param>
5147       <param name="destinationType">The desired type this <see cref="T:System.Windows.Int32Rect" /> is being evaluated for conversion.</param>
5148       <returns>
5149         <see langword="true" /> if this <see cref="T:System.Windows.Int32Rect" /> can be converted to <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
5150     </member>
5151     <member name="M:System.Windows.Int32RectConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
5152       <summary>Attempts to convert the specified type to an <see cref="T:System.Windows.Int32Rect" />.</summary>
5153       <param name="context">Provides contextual information required for conversion.</param>
5154       <param name="culture">Cultural information to respect during conversion.</param>
5155       <param name="value">The object being converted.</param>
5156       <returns>The <see cref="T:System.Windows.Int32Rect" /> created from converting <paramref name="value" />.</returns>
5157       <exception cref="T:System.NotSupportedException">Thrown if the specified object is NULL or is a type that cannot be converted to an <see cref="T:System.Windows.Int32Rect" />.</exception>
5158     </member>
5159     <member name="M:System.Windows.Int32RectConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
5160       <summary>Attempts to convert an <see cref="T:System.Windows.Int32Rect" /> to a specified type.</summary>
5161       <param name="context">Provides contextual information required for conversion.</param>
5162       <param name="culture">Cultural information to respect during conversion.</param>
5163       <param name="value">The <see cref="T:System.Windows.Int32Rect" /> to convert.</param>
5164       <param name="destinationType">The type to convert this <see cref="T:System.Windows.Int32Rect" /> to.</param>
5165       <returns>The object created from converting this <see cref="T:System.Windows.Int32Rect" />.</returns>
5166       <exception cref="T:System.NotSupportedException">Thrown if <paramref name="value" /> is <see langword="null" /> or is not an <see cref="T:System.Windows.Int32Rect" />, or if the <paramref name="destinationType" /> is not one of the valid types for conversion.</exception>
5167     </member>
5168     <member name="T:System.Windows.Interop.ComponentDispatcher">
5169       <summary>Enables shared control of the message pump between Win32 and WPF in interoperation scenarios.</summary>
5170     </member>
5171     <member name="P:System.Windows.Interop.ComponentDispatcher.CurrentKeyboardMessage">
5172       <summary>Gets the last message that was raised.</summary>
5173       <returns>The last message.</returns>
5174     </member>
5175     <member name="E:System.Windows.Interop.ComponentDispatcher.EnterThreadModal">
5176       <summary>Occurs when a thread becomes modal.</summary>
5177     </member>
5178     <member name="P:System.Windows.Interop.ComponentDispatcher.IsThreadModal">
5179       <summary>Gets a value that indicates whether the thread is modal.</summary>
5180       <returns>
5181         <see langword="true" /> if the thread is modal; otherwise, <see langword="false" />.</returns>
5182     </member>
5183     <member name="E:System.Windows.Interop.ComponentDispatcher.LeaveThreadModal">
5184       <summary>Occurs when a modal thread becomes nonmodal.</summary>
5185     </member>
5186     <member name="M:System.Windows.Interop.ComponentDispatcher.PopModal">
5187       <summary>Called to indicate that a modal thread is no longer modal.</summary>
5188     </member>
5189     <member name="M:System.Windows.Interop.ComponentDispatcher.PushModal">
5190       <summary>Called to indicate that the thread is modal.</summary>
5191     </member>
5192     <member name="M:System.Windows.Interop.ComponentDispatcher.RaiseIdle">
5193       <summary>Called to indicate that a thread is idle.</summary>
5194     </member>
5195     <member name="M:System.Windows.Interop.ComponentDispatcher.RaiseThreadMessage(System.Windows.Interop.MSG@)">
5196       <summary>Indicates that a new message is available for possible handling.</summary>
5197       <param name="msg">The message and its associated data.</param>
5198       <returns>
5199         <see langword="true" />, if one of the modules listening to the message loop processed the message. The owner of the message loop should ignore the message. <see langword="false" />, if the message was not processed. In this case, the owner of the message pump should call the Win32 function TranslateMessage followed by DispatchMessage.</returns>
5200     </member>
5201     <member name="E:System.Windows.Interop.ComponentDispatcher.ThreadFilterMessage">
5202       <summary>Occurs when the message pump receives a keyboard message.</summary>
5203     </member>
5204     <member name="E:System.Windows.Interop.ComponentDispatcher.ThreadIdle">
5205       <summary>Occurs when the thread is idle.</summary>
5206     </member>
5207     <member name="E:System.Windows.Interop.ComponentDispatcher.ThreadPreprocessMessage">
5208       <summary>Occurs when the message pump receives a keyboard message.</summary>
5209     </member>
5210     <member name="T:System.Windows.Interop.IKeyboardInputSink">
5211       <summary>Provides a keyboard sink for components that manages tabbing, accelerators, and mnemonics across interop boundaries and between HWNDs. This interface implements keyboard message management in WPF-Win32 interoperation scenarios.</summary>
5212     </member>
5213     <member name="M:System.Windows.Interop.IKeyboardInputSink.HasFocusWithin">
5214       <summary>Gets a value that indicates whether the sink or one of its contained components has focus.</summary>
5215       <returns>
5216         <see langword="true" /> if the sink or one of its contained components has focus; otherwise, <see langword="false" />.</returns>
5217     </member>
5218     <member name="P:System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite">
5219       <summary>Gets or sets a reference to the component's container's <see cref="T:System.Windows.Interop.IKeyboardInputSite" /> interface.</summary>
5220       <returns>A reference to the container's <see cref="T:System.Windows.Interop.IKeyboardInputSite" /> interface.</returns>
5221     </member>
5222     <member name="M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys)">
5223       <summary>Called when one of the mnemonics (access keys) for this sink is invoked.</summary>
5224       <param name="msg">The message for the mnemonic and associated data. Do not modify this message structure. It is passed by reference for performance reasons only.</param>
5225       <param name="modifiers">Modifier keys.</param>
5226       <returns>
5227         <see langword="true" /> if the message was handled; otherwise, <see langword="false" />.</returns>
5228     </member>
5229     <member name="M:System.Windows.Interop.IKeyboardInputSink.RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink)">
5230       <summary>Registers the <see cref="T:System.Windows.Interop.IKeyboardInputSink" /> interface of a contained component.</summary>
5231       <param name="sink">The <see cref="T:System.Windows.Interop.IKeyboardInputSink" /> sink of the contained component.</param>
5232       <returns>The <see cref="T:System.Windows.Interop.IKeyboardInputSite" /> site of the contained component.</returns>
5233     </member>
5234     <member name="M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest)">
5235       <summary>Sets focus on either the first tab stop or the last tab stop of the sink.</summary>
5236       <param name="request">Specifies whether focus should be set to the first or the last tab stop.</param>
5237       <returns>
5238         <see langword="true" /> if the focus has been set as requested; <see langword="false" />, if there are no tab stops.</returns>
5239     </member>
5240     <member name="M:System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys)">
5241       <summary>Processes keyboard input at the keydown message level.</summary>
5242       <param name="msg">The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only.</param>
5243       <param name="modifiers">Modifier keys.</param>
5244       <returns>
5245         <see langword="true" /> if the message was handled by the method implementation; otherwise, <see langword="false" />.</returns>
5246     </member>
5247     <member name="M:System.Windows.Interop.IKeyboardInputSink.TranslateChar(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys)">
5248       <summary>Processes WM_CHAR, WM_SYSCHAR, WM_DEADCHAR, and WM_SYSDEADCHAR input messages before <see cref="M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys)" /> is called.</summary>
5249       <param name="msg">The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only.</param>
5250       <param name="modifiers">Modifier keys.</param>
5251       <returns>
5252         <see langword="true" /> if the message was processed and <see cref="M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys)" /> should not be called; otherwise, <see langword="false" />.</returns>
5253     </member>
5254     <member name="T:System.Windows.Interop.IKeyboardInputSite">
5255       <summary>Manages keyboard focus within the container.  This interface implements keyboard message management in WPF-Win32 interoperation scenarios.</summary>
5256     </member>
5257     <member name="M:System.Windows.Interop.IKeyboardInputSite.OnNoMoreTabStops(System.Windows.Input.TraversalRequest)">
5258       <summary>Called by a contained component when it has reached its last tab stop and has no further items to tab to.</summary>
5259       <param name="request">Specifies whether focus should be set to the first or the last tab stop.</param>
5260       <returns>If this method returns <see langword="true" />, the site has shifted focus to another component. If this method returns <see langword="false" />, focus is still within the calling component. The component should "wrap around" and set focus to its first contained tab stop.</returns>
5261     </member>
5262     <member name="P:System.Windows.Interop.IKeyboardInputSite.Sink">
5263       <summary>Gets the keyboard sink associated with this site.</summary>
5264       <returns>The current site's <see cref="T:System.Windows.Interop.IKeyboardInputSink" /> interface.</returns>
5265     </member>
5266     <member name="M:System.Windows.Interop.IKeyboardInputSite.Unregister">
5267       <summary>Unregisters a child keyboard input sink from this site.</summary>
5268     </member>
5269     <member name="T:System.Windows.Interop.MSG">
5270       <summary>Contains message information from a thread's message queue.</summary>
5271     </member>
5272     <member name="P:System.Windows.Interop.MSG.hwnd">
5273       <summary>Gets or sets the window handle (HWND) to the window whose window procedure receives the message.</summary>
5274       <returns>The window handle (HWND).</returns>
5275     </member>
5276     <member name="P:System.Windows.Interop.MSG.lParam">
5277       <summary>Gets or sets the <paramref name="lParam" /> value that specifies additional information about the message. The exact meaning depends on the value of the <see cref="P:System.Windows.Interop.MSG.message" /> member.</summary>
5278       <returns>The <paramref name="lParam" /> value for the message.</returns>
5279     </member>
5280     <member name="P:System.Windows.Interop.MSG.message">
5281       <summary>Gets or sets the message identifier.</summary>
5282       <returns>The message identifier.</returns>
5283     </member>
5284     <member name="P:System.Windows.Interop.MSG.pt_x">
5285       <summary>Gets or sets the x coordinate of the cursor position on the screen, when the message was posted.</summary>
5286       <returns>The x coordinate of the cursor position.</returns>
5287     </member>
5288     <member name="P:System.Windows.Interop.MSG.pt_y">
5289       <summary>Gets or sets the y coordinate of the cursor position on the screen, when the message was posted.</summary>
5290       <returns>The y coordinate of the cursor position.</returns>
5291     </member>
5292     <member name="P:System.Windows.Interop.MSG.time">
5293       <summary>Gets or sets the time at which the message was posted.</summary>
5294       <returns>The time that the message was posted.</returns>
5295     </member>
5296     <member name="P:System.Windows.Interop.MSG.wParam">
5297       <summary>Gets or sets the <paramref name="wParam" /> value for the message, which specifies additional information about the message. The exact meaning depends on the value of the message.</summary>
5298       <returns>The <paramref name="wParam" /> value for the message.</returns>
5299     </member>
5300     <member name="T:System.Windows.Interop.ThreadMessageEventHandler">
5301       <summary>Represents the method that handles the <see cref="E:System.Windows.Interop.ComponentDispatcher.ThreadFilterMessage" /> and <see cref="E:System.Windows.Interop.ComponentDispatcher.ThreadPreprocessMessage" /> events.</summary>
5302       <param name="msg">A structure with the message data.</param>
5303       <param name="handled">
5304         <see langword="true" /> if the message was handled; otherwise, <see langword="false" />.</param>
5305     </member>
5306     <member name="T:System.Windows.IWeakEventListener">
5307       <summary>Provides event listening support for classes that expect to receive events through the WeakEvent pattern and a <see cref="T:System.Windows.WeakEventManager" />.</summary>
5308     </member>
5309     <member name="M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
5310       <summary>Receives events from the centralized event manager.</summary>
5311       <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> calling this method.</param>
5312       <param name="sender">Object that originated the event.</param>
5313       <param name="e">Event data.</param>
5314       <returns>
5315         <see langword="true" /> if the listener handled the event. It is considered an error by the <see cref="T:System.Windows.WeakEventManager" /> handling in WPF to register a listener for an event that the listener does not handle. Regardless, the method should return <see langword="false" /> if it receives an event that it does not recognize or handle.</returns>
5316     </member>
5317     <member name="T:System.Windows.LocalValueEntry">
5318       <summary>Represents a property identifier and the property value for a locally set dependency property.</summary>
5319     </member>
5320     <member name="M:System.Windows.LocalValueEntry.Equals(System.Object)">
5321       <summary>Determines whether two <see cref="T:System.Windows.LocalValueEntry" /> instances are equal.</summary>
5322       <param name="obj">The <see cref="T:System.Windows.LocalValueEntry" /> to compare with the current <see cref="T:System.Windows.LocalValueEntry" />.</param>
5323       <returns>This <see cref="M:System.Windows.LocalValueEntry.op_Equality(System.Windows.LocalValueEntry,System.Windows.LocalValueEntry)" /> implementation compares the values of the <see cref="P:System.Windows.LocalValueEntry.Property" />, and potentially compares the values of <see cref="P:System.Windows.LocalValueEntry.Value" />. The <see cref="P:System.Windows.LocalValueEntry.Property" /> component of a <see cref="T:System.Windows.LocalValueEntry" /> is a value type, so will always be a bitwise comparison. For the <see cref="P:System.Windows.LocalValueEntry.Value" /> component, this implementation employs a bitwise comparison if it is a value type. For locally set properties that have reference types, the behavior is deferred to that type's equality determination mechanisms, because it just uses the == operator on the two values internally. By default, this would be a reference equality of the values and thus the equality of the entire <see cref="T:System.Windows.LocalValueEntry" /> would become a reference equality.</returns>
5324     </member>
5325     <member name="M:System.Windows.LocalValueEntry.GetHashCode">
5326       <summary>Returns the hash code for this <see cref="T:System.Windows.LocalValueEntry" />.</summary>
5327       <returns>A signed 32-bit integer value.</returns>
5328     </member>
5329     <member name="M:System.Windows.LocalValueEntry.op_Equality(System.Windows.LocalValueEntry,System.Windows.LocalValueEntry)">
5330       <summary>Compares the specified <see cref="T:System.Windows.LocalValueEntry" /> instances to determine whether they are the same.</summary>
5331       <param name="obj1">The first instance to compare.</param>
5332       <param name="obj2">The second instance to compare.</param>
5333       <returns>
5334         <see langword="true" /> if the <paramref name="obj1" /><see cref="T:System.Windows.LocalValueEntry" /> is equal to the <paramref name="obj2" /><see cref="T:System.Windows.LocalValueEntry" />; otherwise, <see langword="false" />.</returns>
5335     </member>
5336     <member name="M:System.Windows.LocalValueEntry.op_Inequality(System.Windows.LocalValueEntry,System.Windows.LocalValueEntry)">
5337       <summary>Compares the specified <see cref="T:System.Windows.LocalValueEnumerator" /> instances to determine whether they are different.</summary>
5338       <param name="obj1">The first instance to compare.</param>
5339       <param name="obj2">The second instance to compare.</param>
5340       <returns>This implementation compares the values of the <see cref="P:System.Windows.LocalValueEntry.Property" /> and <see cref="P:System.Windows.LocalValueEntry.Value" /> components of a <see cref="T:System.Windows.LocalValueEntry" />. The <see cref="P:System.Windows.LocalValueEntry.Property" /> component of a <see cref="T:System.Windows.LocalValueEntry" /> is always a value type, so this comparison will always be a bitwise comparison. For the <see cref="P:System.Windows.LocalValueEntry.Value" /> component, this implementation employs a bitwise comparison if it is a value type.
5341 For locally set properties that have reference types, the behavior is deferred to that type's equality determination mechanisms, because it uses the <see langword="==" /> operator on the two values internally. By default, this is a reference equality of the values.</returns>
5342     </member>
5343     <member name="P:System.Windows.LocalValueEntry.Property">
5344       <summary>Gets the identifier for the locally set dependency property that is represented by this entry.</summary>
5345       <returns>The identifier for the locally set dependency property.</returns>
5346     </member>
5347     <member name="P:System.Windows.LocalValueEntry.Value">
5348       <summary>Gets the value of the locally set dependency property.</summary>
5349       <returns>The value of the locally set dependency property as an object.</returns>
5350     </member>
5351     <member name="T:System.Windows.LocalValueEnumerator">
5352       <summary>Provides enumeration support for the local values of any dependency properties that exist on a <see cref="T:System.Windows.DependencyObject" />.</summary>
5353     </member>
5354     <member name="P:System.Windows.LocalValueEnumerator.Count">
5355       <summary>Gets the number of items that are represented in the collection.</summary>
5356       <returns>The number of items in the collection.</returns>
5357     </member>
5358     <member name="P:System.Windows.LocalValueEnumerator.Current">
5359       <summary>Gets the current element in the collection.</summary>
5360       <returns>The current <see cref="T:System.Windows.LocalValueEntry" /> in the collection.</returns>
5361     </member>
5362     <member name="M:System.Windows.LocalValueEnumerator.Equals(System.Object)">
5363       <summary>Determines whether the provided <see cref="T:System.Windows.LocalValueEnumerator" /> is equivalent to this <see cref="T:System.Windows.LocalValueEnumerator" />.</summary>
5364       <param name="obj">The <see cref="T:System.Windows.LocalValueEnumerator" /> to compare with the current <see cref="T:System.Windows.LocalValueEnumerator" />.</param>
5365       <returns>
5366         <see langword="true" /> if the specified <see cref="T:System.Windows.LocalValueEnumerator" /> is equal to the current <see cref="T:System.Windows.LocalValueEnumerator" />; otherwise, <see langword="false" />.</returns>
5367     </member>
5368     <member name="M:System.Windows.LocalValueEnumerator.GetHashCode">
5369       <summary>Returns a hash code for the current <see cref="T:System.Windows.LocalValueEnumerator" />.</summary>
5370       <returns>A 32-bit integer hash code.</returns>
5371     </member>
5372     <member name="M:System.Windows.LocalValueEnumerator.MoveNext">
5373       <summary>Advances the enumerator to the next element of the collection.</summary>
5374       <returns>
5375         <see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the collection.</returns>
5376     </member>
5377     <member name="M:System.Windows.LocalValueEnumerator.op_Equality(System.Windows.LocalValueEnumerator,System.Windows.LocalValueEnumerator)">
5378       <summary>Compares whether two specified <see cref="T:System.Windows.LocalValueEnumerator" /> objects are the same.</summary>
5379       <param name="obj1">The first object to compare.</param>
5380       <param name="obj2">The second object to compare.</param>
5381       <returns>
5382         <see langword="true" /> if the <paramref name="obj1" /><see cref="T:System.Windows.LocalValueEnumerator" /> is equal to the <paramref name="obj2" /><see cref="T:System.Windows.LocalValueEnumerator" />; otherwise, <see langword="false" />.</returns>
5383     </member>
5384     <member name="M:System.Windows.LocalValueEnumerator.op_Inequality(System.Windows.LocalValueEnumerator,System.Windows.LocalValueEnumerator)">
5385       <summary>Compares two specified <see cref="T:System.Windows.LocalValueEnumerator" /> objects to determine whether they are not the same.</summary>
5386       <param name="obj1">The first object to compare.</param>
5387       <param name="obj2">The second object to compare.</param>
5388       <returns>
5389         <see langword="true" /> if the instances are not equal; otherwise, <see langword="false" />.</returns>
5390     </member>
5391     <member name="M:System.Windows.LocalValueEnumerator.Reset">
5392       <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
5393     </member>
5394     <member name="P:System.Windows.LocalValueEnumerator.System#Collections#IEnumerator#Current">
5395       <summary>For a description of this members, see <see cref="P:System.Collections.IEnumerator.Current" />.</summary>
5396       <returns>The current element in the collection.</returns>
5397     </member>
5398     <member name="T:System.Windows.Markup.DesignerSerializationOptions">
5399       <summary>Specifies how a property is to be serialized.</summary>
5400     </member>
5401     <member name="F:System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute">
5402       <summary>The property should be serialized as an attribute.</summary>
5403     </member>
5404     <member name="T:System.Windows.Markup.DesignerSerializationOptionsAttribute">
5405       <summary>Specifies the serialization flags for a property.</summary>
5406     </member>
5407     <member name="M:System.Windows.Markup.DesignerSerializationOptionsAttribute.#ctor(System.Windows.Markup.DesignerSerializationOptions)">
5408       <summary>Initializes a new instance of the <see cref="T:System.Windows.Markup.DesignerSerializationOptionsAttribute" /> class.</summary>
5409       <param name="designerSerializationOptions">Specifies how the property is to be serialized.</param>
5410       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
5411         <paramref name="designerSerializationOptions" /> is not a valid <see cref="T:System.Windows.Markup.DesignerSerializationOptions" /> value.</exception>
5412     </member>
5413     <member name="P:System.Windows.Markup.DesignerSerializationOptionsAttribute.DesignerSerializationOptions">
5414       <summary>Gets the <see cref="T:System.Windows.Markup.DesignerSerializationOptions" /> set on the attribute.</summary>
5415       <returns>The serialization option, as a value of the enumeration.</returns>
5416     </member>
5417     <member name="T:System.Windows.Markup.InternalTypeHelper">
5418       <summary>Abstract class used internally by the WPF XAML compiler to support the use of internal types.</summary>
5419     </member>
5420     <member name="M:System.Windows.Markup.InternalTypeHelper.#ctor">
5421       <summary>Initializes a new instance of the <see cref="T:System.Windows.Markup.InternalTypeHelper" /> class.</summary>
5422     </member>
5423     <member name="M:System.Windows.Markup.InternalTypeHelper.AddEventHandler(System.Reflection.EventInfo,System.Object,System.Delegate)">
5424       <summary>When overridden in a derived (generated) class, attaches an event handler delegate to an internal event.</summary>
5425       <param name="eventInfo">The event information for the event (CLR reflection information).</param>
5426       <param name="target">The target where the handler is attached.</param>
5427       <param name="handler">The event handler.</param>
5428     </member>
5429     <member name="M:System.Windows.Markup.InternalTypeHelper.CreateDelegate(System.Type,System.Object,System.String)">
5430       <summary>When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method.</summary>
5431       <param name="delegateType">The <see cref="T:System.Type" /> of the delegate.</param>
5432       <param name="target">The target where the handler is attached.</param>
5433       <param name="handler">The name of the handler implementation.</param>
5434       <returns>The delegate reference.</returns>
5435     </member>
5436     <member name="M:System.Windows.Markup.InternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)">
5437       <summary>When overridden in a derived (generated) class, creates an instance of an internal type.</summary>
5438       <param name="type">The <see cref="T:System.Type" /> to create.</param>
5439       <param name="culture">Culture specific information.</param>
5440       <returns>The created instance.</returns>
5441     </member>
5442     <member name="M:System.Windows.Markup.InternalTypeHelper.GetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Globalization.CultureInfo)">
5443       <summary>When overridden in a derived (generated) class, gets the value of an internal property on the target object.</summary>
5444       <param name="propertyInfo">Property information for the property to get.</param>
5445       <param name="target">The object that holds the desired property value.</param>
5446       <param name="culture">Culture specific information.</param>
5447       <returns>The value of the property.</returns>
5448     </member>
5449     <member name="M:System.Windows.Markup.InternalTypeHelper.SetPropertyValue(System.Reflection.PropertyInfo,System.Object,System.Object,System.Globalization.CultureInfo)">
5450       <summary>When overridden in a derived (generated) class, sets the value on an internal property on the target object.</summary>
5451       <param name="propertyInfo">Property information for the property to set.</param>
5452       <param name="target">The object that holds the desired property value.</param>
5453       <param name="value">The value to set.</param>
5454       <param name="culture">Culture specific information.</param>
5455     </member>
5456     <member name="T:System.Windows.Markup.IReceiveMarkupExtension">
5457       <summary>Provides a mechanism whereby types can declare that they can receive an expression (or another class) from a markup extension, where the output is a different property type than the target property. Do not use for .NET Framework 4 implementations.</summary>
5458     </member>
5459     <member name="M:System.Windows.Markup.IReceiveMarkupExtension.ReceiveMarkupExtension(System.String,System.Windows.Markup.MarkupExtension,System.IServiceProvider)">
5460       <summary>Provides the handling for markup extensions that provide property values. Do not use for .NET Framework 4 implementations; see <see cref="T:System.Windows.Markup.IReceiveMarkupExtension" />.</summary>
5461       <param name="property">The name of the target property.</param>
5462       <param name="markupExtension">The markup extension instance of the incoming data.</param>
5463       <param name="serviceProvider">Can provide additional services that should be performed when processing the markup extension data for a property value.</param>
5464     </member>
5465     <member name="T:System.Windows.Markup.Primitives.MarkupObject">
5466       <summary>Abstract class that represents an object that can be used to navigate a tree of objects.</summary>
5467     </member>
5468     <member name="M:System.Windows.Markup.Primitives.MarkupObject.AssignRootContext(System.Windows.Markup.IValueSerializerContext)">
5469       <summary>When overridden in a derived class, assigns a root context for <see cref="T:System.Windows.Markup.ValueSerializer" /> classes.</summary>
5470       <param name="context">The <see cref="T:System.Windows.Markup.IValueSerializerContext" /> to assign a root context for.</param>
5471     </member>
5472     <member name="P:System.Windows.Markup.Primitives.MarkupObject.Attributes">
5473       <summary>When overridden in a derived class, gets the attributes associated with this <see cref="T:System.Windows.Markup.Primitives.MarkupObject" />.</summary>
5474       <returns>The collection of attributes.</returns>
5475     </member>
5476     <member name="P:System.Windows.Markup.Primitives.MarkupObject.Instance">
5477       <summary>When overridden in a derived class, gets the instance of the object represented by this <see cref="T:System.Windows.Markup.Primitives.MarkupObject" />.</summary>
5478       <returns>The instance of the object</returns>
5479     </member>
5480     <member name="P:System.Windows.Markup.Primitives.MarkupObject.ObjectType">
5481       <summary>When overridden in a derived class, gets the type of the <see cref="T:System.Windows.Markup.Primitives.MarkupObject" /> instance.</summary>
5482       <returns>The type of the object.</returns>
5483     </member>
5484     <member name="P:System.Windows.Markup.Primitives.MarkupObject.Properties">
5485       <summary>When overridden in a derived class, gets the properties of this <see cref="T:System.Windows.Markup.Primitives.MarkupObject" /> instance that should be written to XAML.</summary>
5486       <returns>The properties.</returns>
5487     </member>
5488     <member name="T:System.Windows.Markup.Primitives.MarkupProperty">
5489       <summary>Abstract class that provides a property description to be used while writing to markup which encapsulates access to properties and their values.</summary>
5490     </member>
5491     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.Attributes">
5492       <summary>When overridden in a derived class, gets the attributes associated with this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" />.</summary>
5493       <returns>The collection of attributes.</returns>
5494     </member>
5495     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.DependencyProperty">
5496       <summary>When overridden in a derived class, gets the <see cref="T:System.Windows.DependencyProperty" /> identifier for the markup property if the property is implemented as a dependency property.</summary>
5497       <returns>The dependency property identifier.</returns>
5498     </member>
5499     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsAttached">
5500       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> is an attached <see cref="T:System.Windows.DependencyProperty" />.</summary>
5501       <returns>
5502         <see langword="true" /> if the property is an attached <see cref="T:System.Windows.DependencyProperty" />; otherwise, <see langword="false" />.</returns>
5503     </member>
5504     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsComposite">
5505       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> is a composite property.</summary>
5506       <returns>
5507         <see langword="true" /> is this property is a composite property; otherwise, <see langword="false" />.</returns>
5508     </member>
5509     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsConstructorArgument">
5510       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> represents a constructor argument.</summary>
5511       <returns>
5512         <see langword="true" /> if this property represents a constructor argument; otherwise, <see langword="false" />.</returns>
5513     </member>
5514     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsContent">
5515       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> represents direct content of a collection.</summary>
5516       <returns>
5517         <see langword="true" /> if the property represents direct content; otherwise, <see langword="false" />.</returns>
5518     </member>
5519     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsKey">
5520       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> represents the key used by the <see cref="T:System.Windows.Markup.Primitives.MarkupObject" /> to store the item in a dictionary.</summary>
5521       <returns>
5522         <see langword="true" /> if this property represents a key; otherwise, <see langword="false" />.</returns>
5523     </member>
5524     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.IsValueAsString">
5525       <summary>When overridden in a derived class, determines whether this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> represents text which is passed to a type converter to create an instance of the property or if a constructor should be used.</summary>
5526       <returns>
5527         <see langword="true" />, if this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> represents a string; otherwise, <see langword="false" />.</returns>
5528     </member>
5529     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.Items">
5530       <summary>When overridden in a derived class, gets the items that make up the value of this property.</summary>
5531       <returns>The items that make up the value of this property.</returns>
5532     </member>
5533     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.Name">
5534       <summary>When overridden in a derived class, gets a name that is used for diagnostics and error reporting.</summary>
5535       <returns>The identifier property name.</returns>
5536     </member>
5537     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.PropertyDescriptor">
5538       <summary>When overridden in a derived class, gets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the markup property.</summary>
5539       <returns>The property descriptor.</returns>
5540     </member>
5541     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.PropertyType">
5542       <summary>When overridden in a derived class, gets the CLR type of the property.</summary>
5543       <returns>The CLR type.</returns>
5544     </member>
5545     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.StringValue">
5546       <summary>When overridden in a derived class, gets the string value of this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" />.</summary>
5547       <returns>The string value.</returns>
5548     </member>
5549     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.TypeReferences">
5550       <summary>When overridden in a derived class, gets the set of types that this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" /> will reference when it serializes its value as a string.</summary>
5551       <returns>The set of types.</returns>
5552     </member>
5553     <member name="P:System.Windows.Markup.Primitives.MarkupProperty.Value">
5554       <summary>When overridden in a derived class, gets the current value of this <see cref="T:System.Windows.Markup.Primitives.MarkupProperty" />.</summary>
5555       <returns>The current value.</returns>
5556     </member>
5557     <member name="T:System.Windows.Markup.ServiceProviders">
5558       <summary>Provides an implementation for the <see cref="T:System.IServiceProvider" /> interface with methods that enable adding services.</summary>
5559     </member>
5560     <member name="M:System.Windows.Markup.ServiceProviders.#ctor">
5561       <summary>Initializes a new instance of the <see cref="T:System.Windows.Markup.ServiceProviders" /> class.</summary>
5562     </member>
5563     <member name="M:System.Windows.Markup.ServiceProviders.AddService(System.Type,System.Object)">
5564       <summary>Adds a service to the list.</summary>
5565       <param name="serviceType">Service type of the new service.</param>
5566       <param name="service">The service implementation class.</param>
5567       <exception cref="T:System.ArgumentNullException">
5568         <paramref name="serviceType" /> or <paramref name="service" /> is <see langword="null" />.</exception>
5569       <exception cref="T:System.ArgumentException">Attempted to add a service that already exists in the dictionary.</exception>
5570     </member>
5571     <member name="M:System.Windows.Markup.ServiceProviders.GetService(System.Type)">
5572       <summary>Gets the service object of the specified type.</summary>
5573       <param name="serviceType">The type of service object to get.</param>
5574       <returns>A service implementation for the type <paramref name="serviceType" />. May be <see langword="null" /> if there is no service stored for type <paramref name="serviceType" />.</returns>
5575     </member>
5576     <member name="T:System.Windows.Media.Converters.MatrixValueSerializer">
5577       <summary>Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:System.Windows.Media.Matrix" />.</summary>
5578     </member>
5579     <member name="M:System.Windows.Media.Converters.MatrixValueSerializer.#ctor">
5580       <summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Converters.MatrixValueSerializer" /> class.</summary>
5581     </member>
5582     <member name="M:System.Windows.Media.Converters.MatrixValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
5583       <summary>Determines if conversion from a given <see cref="T:System.String" /> to an instance of <see cref="T:System.Windows.Media.Matrix" /> is possible.</summary>
5584       <param name="value">String to evaluate for conversion.</param>
5585       <param name="context">Context information used for conversion.</param>
5586       <returns>
5587         <see langword="true" /> if the value can be converted; otherwise, <see langword="false" />.</returns>
5588     </member>
5589     <member name="M:System.Windows.Media.Converters.MatrixValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
5590       <summary>Determines if an instance of <see cref="T:System.Windows.Media.Matrix" /> can be converted to a <see cref="T:System.String" />.</summary>
5591       <param name="value">Instance of <see cref="T:System.Windows.Media.Matrix" /> to evaluate for conversion.</param>
5592       <param name="context">Context information used for conversion.</param>
5593       <returns>
5594         <see langword="true" /> if <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, <see langword="false" />.</returns>
5595       <exception cref="T:System.ArgumentException">Occurs when <paramref name="value" /> is not a <see cref="T:System.Windows.Media.Int32Collection" />.</exception>
5596     </member>
5597     <member name="M:System.Windows.Media.Converters.MatrixValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)">
5598       <summary>Converts a <see cref="T:System.String" /> into a <see cref="T:System.Windows.Media.Matrix" />.</summary>
5599       <param name="value">
5600         <see cref="T:System.String" /> value to convert into a <see cref="T:System.Windows.Media.Matrix" />.</param>
5601       <param name="context">Context information used for conversion.</param>
5602       <returns>A new instance of <see cref="T:System.Windows.Media.Matrix" /> based on the supplied <paramref name="value" />.</returns>
5603     </member>
5604     <member name="M:System.Windows.Media.Converters.MatrixValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)">
5605       <summary>Converts an instance of <see cref="T:System.Windows.Media.Matrix" /> to a <see cref="T:System.String" />.</summary>
5606       <param name="value">Instance of <see cref="T:System.Windows.Media.Matrix" /> to evaluate for conversion.</param>
5607       <param name="context">Context information used for conversion.</param>
5608       <returns>A <see cref="T:System.String" /> representation of the supplied <see cref="T:System.Windows.Media.Matrix" /> object.</returns>
5609     </member>
5610     <member name="T:System.Windows.Media.DisableDpiAwarenessAttribute">
5611       <summary>Allows WPF applications to disable dots per inch (dpi) awareness for all user interface elements.</summary>
5612     </member>
5613     <member name="M:System.Windows.Media.DisableDpiAwarenessAttribute.#ctor">
5614       <summary>Initializes a new instance of <see cref="T:System.Windows.Media.DisableDpiAwarenessAttribute" />.</summary>
5615     </member>
5616     <member name="T:System.Windows.Media.Matrix">
5617       <summary>Represents a 3x3 affine transformation matrix used for transformations in 2-D space.</summary>
5618     </member>
5619     <member name="M:System.Windows.Media.Matrix.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
5620       <summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5621       <param name="m11">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.M11" /> coefficient.</param>
5622       <param name="m12">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.M12" /> coefficient.</param>
5623       <param name="m21">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.M21" /> coefficient.</param>
5624       <param name="m22">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.M22" /> coefficient.</param>
5625       <param name="offsetX">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.OffsetX" /> coefficient.</param>
5626       <param name="offsetY">The new <see cref="T:System.Windows.Media.Matrix" /> structure's <see cref="P:System.Windows.Media.Matrix.OffsetY" /> coefficient.</param>
5627     </member>
5628     <member name="M:System.Windows.Media.Matrix.Append(System.Windows.Media.Matrix)">
5629       <summary>Appends the specified <see cref="T:System.Windows.Media.Matrix" /> structure to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5630       <param name="matrix">The <see cref="T:System.Windows.Media.Matrix" /> structure to append to this <see cref="T:System.Windows.Media.Matrix" /> structure.</param>
5631     </member>
5632     <member name="P:System.Windows.Media.Matrix.Determinant">
5633       <summary>Gets the determinant of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5634       <returns>The determinant of this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5635     </member>
5636     <member name="M:System.Windows.Media.Matrix.Equals(System.Object)">
5637       <summary>Determines whether the specified <see cref="T:System.Object" /> is a <see cref="T:System.Windows.Media.Matrix" /> structure that is identical to this <see cref="T:System.Windows.Media.Matrix" />.</summary>
5638       <param name="o">The <see cref="T:System.Object" /> to compare.</param>
5639       <returns>
5640         <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Windows.Media.Matrix" /> structure that is identical to this <see cref="T:System.Windows.Media.Matrix" /> structure; otherwise, <see langword="false" />.</returns>
5641     </member>
5642     <member name="M:System.Windows.Media.Matrix.Equals(System.Windows.Media.Matrix)">
5643       <summary>Determines whether the specified <see cref="T:System.Windows.Media.Matrix" /> structure is identical to this instance.</summary>
5644       <param name="value">The instance of <see cref="T:System.Windows.Media.Matrix" /> to compare to this instance.</param>
5645       <returns>
5646         <see langword="true" /> if instances are equal; otherwise, <see langword="false" />.</returns>
5647     </member>
5648     <member name="M:System.Windows.Media.Matrix.Equals(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
5649       <summary>Determines whether the two specified <see cref="T:System.Windows.Media.Matrix" /> structures are identical.</summary>
5650       <param name="matrix1">The first <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5651       <param name="matrix2">The second <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5652       <returns>
5653         <see langword="true" /> if <paramref name="matrix1" /> and <paramref name="matrix2" /> are identical; otherwise, <see langword="false" />.</returns>
5654     </member>
5655     <member name="M:System.Windows.Media.Matrix.GetHashCode">
5656       <summary>Returns the hash code for this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5657       <returns>The hash code for this instance.</returns>
5658     </member>
5659     <member name="P:System.Windows.Media.Matrix.HasInverse">
5660       <summary>Gets a value that indicates whether this <see cref="T:System.Windows.Media.Matrix" /> structure is invertible.</summary>
5661       <returns>
5662         <see langword="true" /> if the <see cref="T:System.Windows.Media.Matrix" /> has an inverse; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
5663     </member>
5664     <member name="P:System.Windows.Media.Matrix.Identity">
5665       <summary>Gets an identity <see cref="T:System.Windows.Media.Matrix" />.</summary>
5666       <returns>An identity matrix.</returns>
5667     </member>
5668     <member name="M:System.Windows.Media.Matrix.Invert">
5669       <summary>Inverts this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5670       <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Windows.Media.Matrix" /> structure is not invertible.</exception>
5671     </member>
5672     <member name="P:System.Windows.Media.Matrix.IsIdentity">
5673       <summary>Gets a value that indicates whether this <see cref="T:System.Windows.Media.Matrix" /> structure is an identity matrix.</summary>
5674       <returns>
5675         <see langword="true" /> if the <see cref="T:System.Windows.Media.Matrix" /> structure is an identity matrix; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
5676     </member>
5677     <member name="P:System.Windows.Media.Matrix.M11">
5678       <summary>Gets or sets the value of the first row and first column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5679       <returns>The value of the first row and first column of this <see cref="T:System.Windows.Media.Matrix" />. The default value is 1.</returns>
5680     </member>
5681     <member name="P:System.Windows.Media.Matrix.M12">
5682       <summary>Gets or sets the value of the first row and second column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5683       <returns>The value of the first row and second column of this <see cref="T:System.Windows.Media.Matrix" />. The default value is 0.</returns>
5684     </member>
5685     <member name="P:System.Windows.Media.Matrix.M21">
5686       <summary>Gets or sets the value of the second row and first column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5687       <returns>The value of the second row and first column of this <see cref="T:System.Windows.Media.Matrix" />. The default value is 0.</returns>
5688     </member>
5689     <member name="P:System.Windows.Media.Matrix.M22">
5690       <summary>Gets or sets the value of the second row and second column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5691       <returns>The value of the second row and second column of this <see cref="T:System.Windows.Media.Matrix" /> structure. The default value is 1.</returns>
5692     </member>
5693     <member name="M:System.Windows.Media.Matrix.Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
5694       <summary>Multiplies a <see cref="T:System.Windows.Media.Matrix" /> structure by another <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5695       <param name="trans1">The first <see cref="T:System.Windows.Media.Matrix" /> structure to multiply.</param>
5696       <param name="trans2">The second <see cref="T:System.Windows.Media.Matrix" /> structure to multiply.</param>
5697       <returns>The result of multiplying <paramref name="trans1" /> by <paramref name="trans2" />.</returns>
5698     </member>
5699     <member name="P:System.Windows.Media.Matrix.OffsetX">
5700       <summary>Gets or sets the value of the third row and first column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5701       <returns>The value of the third row and first column of this <see cref="T:System.Windows.Media.Matrix" /> structure. The default value is 0.</returns>
5702     </member>
5703     <member name="P:System.Windows.Media.Matrix.OffsetY">
5704       <summary>Gets or sets the value of the third row and second column of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5705       <returns>The value of the third row and second column of this <see cref="T:System.Windows.Media.Matrix" /> structure. The default value is 0.</returns>
5706     </member>
5707     <member name="M:System.Windows.Media.Matrix.op_Equality(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
5708       <summary>Determines whether the two specified <see cref="T:System.Windows.Media.Matrix" /> structures are identical.</summary>
5709       <param name="matrix1">The first <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5710       <param name="matrix2">The second <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5711       <returns>
5712         <see langword="true" /> if <paramref name="matrix1" /> and <paramref name="matrix2" /> are identical; otherwise, <see langword="false" />.</returns>
5713     </member>
5714     <member name="M:System.Windows.Media.Matrix.op_Inequality(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
5715       <summary>Determines whether the two specified <see cref="T:System.Windows.Media.Matrix" /> structures are not identical.</summary>
5716       <param name="matrix1">The first <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5717       <param name="matrix2">The second <see cref="T:System.Windows.Media.Matrix" /> structure to compare.</param>
5718       <returns>
5719         <see langword="true" /> if <paramref name="matrix1" /> and <paramref name="matrix2" /> are not identical; otherwise, <see langword="false" />.</returns>
5720     </member>
5721     <member name="M:System.Windows.Media.Matrix.op_Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
5722       <summary>Multiplies a <see cref="T:System.Windows.Media.Matrix" /> structure by another <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5723       <param name="trans1">The first <see cref="T:System.Windows.Media.Matrix" /> structure to multiply.</param>
5724       <param name="trans2">The second <see cref="T:System.Windows.Media.Matrix" /> structure to multiply.</param>
5725       <returns>The result of multiplying <paramref name="trans1" /> by <paramref name="trans2" />.</returns>
5726     </member>
5727     <member name="M:System.Windows.Media.Matrix.Parse(System.String)">
5728       <summary>Converts a <see cref="T:System.String" /> representation of a matrix into the equivalent <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5729       <param name="source">The <see cref="T:System.String" /> representation of the matrix.</param>
5730       <returns>The equivalent <see cref="T:System.Windows.Media.Matrix" /> structure.</returns>
5731     </member>
5732     <member name="M:System.Windows.Media.Matrix.Prepend(System.Windows.Media.Matrix)">
5733       <summary>Prepends the specified <see cref="T:System.Windows.Media.Matrix" /> structure onto this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5734       <param name="matrix">The <see cref="T:System.Windows.Media.Matrix" /> structure to prepend to this <see cref="T:System.Windows.Media.Matrix" /> structure.</param>
5735     </member>
5736     <member name="M:System.Windows.Media.Matrix.Rotate(System.Double)">
5737       <summary>Applies a rotation of the specified angle about the origin of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5738       <param name="angle">The angle of rotation.</param>
5739     </member>
5740     <member name="M:System.Windows.Media.Matrix.RotateAt(System.Double,System.Double,System.Double)">
5741       <summary>Rotates this matrix about the specified point.</summary>
5742       <param name="angle">The angle, in degrees, by which to rotate this matrix.</param>
5743       <param name="centerX">The x-coordinate of the point about which to rotate this matrix.</param>
5744       <param name="centerY">The y-coordinate of the point about which to rotate this matrix.</param>
5745     </member>
5746     <member name="M:System.Windows.Media.Matrix.RotateAtPrepend(System.Double,System.Double,System.Double)">
5747       <summary>Prepends a rotation of the specified angle at the specified point to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5748       <param name="angle">The rotation angle, in degrees.</param>
5749       <param name="centerX">The x-coordinate of the rotation center.</param>
5750       <param name="centerY">The y-coordinate of the rotation center.</param>
5751     </member>
5752     <member name="M:System.Windows.Media.Matrix.RotatePrepend(System.Double)">
5753       <summary>Prepends a rotation of the specified angle to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5754       <param name="angle">The angle of rotation to prepend.</param>
5755     </member>
5756     <member name="M:System.Windows.Media.Matrix.Scale(System.Double,System.Double)">
5757       <summary>Appends the specified scale vector to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5758       <param name="scaleX">The value by which to scale this <see cref="T:System.Windows.Media.Matrix" /> along the x-axis.</param>
5759       <param name="scaleY">The value by which to scale this <see cref="T:System.Windows.Media.Matrix" /> along the y-axis.</param>
5760     </member>
5761     <member name="M:System.Windows.Media.Matrix.ScaleAt(System.Double,System.Double,System.Double,System.Double)">
5762       <summary>Scales this <see cref="T:System.Windows.Media.Matrix" /> by the specified amount about the specified point.</summary>
5763       <param name="scaleX">The amount by which to scale this <see cref="T:System.Windows.Media.Matrix" /> along the x-axis.</param>
5764       <param name="scaleY">The amount by which to scale this <see cref="T:System.Windows.Media.Matrix" /> along the y-axis.</param>
5765       <param name="centerX">The x-coordinate of the scale operation's center point.</param>
5766       <param name="centerY">The y-coordinate of the scale operation's center point.</param>
5767     </member>
5768     <member name="M:System.Windows.Media.Matrix.ScaleAtPrepend(System.Double,System.Double,System.Double,System.Double)">
5769       <summary>Prepends the specified scale about the specified point of this <see cref="T:System.Windows.Media.Matrix" />.</summary>
5770       <param name="scaleX">The x-axis scale factor.</param>
5771       <param name="scaleY">The y-axis scale factor.</param>
5772       <param name="centerX">The x-coordinate of the point about which the scale operation is performed.</param>
5773       <param name="centerY">The y-coordinate of the point about which the scale operation is performed.</param>
5774     </member>
5775     <member name="M:System.Windows.Media.Matrix.ScalePrepend(System.Double,System.Double)">
5776       <summary>Prepends the specified scale vector to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5777       <param name="scaleX">The value by which to scale this <see cref="T:System.Windows.Media.Matrix" /> structure along the x-axis.</param>
5778       <param name="scaleY">The value by which to scale this <see cref="T:System.Windows.Media.Matrix" /> structure along the y-axis.</param>
5779     </member>
5780     <member name="M:System.Windows.Media.Matrix.SetIdentity">
5781       <summary>Changes this <see cref="T:System.Windows.Media.Matrix" /> structure into an identity matrix.</summary>
5782     </member>
5783     <member name="M:System.Windows.Media.Matrix.Skew(System.Double,System.Double)">
5784       <summary>Appends a skew of the specified degrees in the x and y dimensions to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5785       <param name="skewX">The angle in the x dimension by which to skew this <see cref="T:System.Windows.Media.Matrix" />.</param>
5786       <param name="skewY">The angle in the y dimension by which to skew this <see cref="T:System.Windows.Media.Matrix" />.</param>
5787     </member>
5788     <member name="M:System.Windows.Media.Matrix.SkewPrepend(System.Double,System.Double)">
5789       <summary>Prepends a skew of the specified degrees in the x and y dimensions to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5790       <param name="skewX">The angle in the x dimension by which to skew this <see cref="T:System.Windows.Media.Matrix" />.</param>
5791       <param name="skewY">The angle in the y dimension by which to skew this <see cref="T:System.Windows.Media.Matrix" />.</param>
5792     </member>
5793     <member name="M:System.Windows.Media.Matrix.System#IFormattable#ToString(System.String,System.IFormatProvider)">
5794       <summary>Formats the value of the current instance using the specified format.</summary>
5795       <param name="format">The format to use.
5796 -or-
5797 A null reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
5798       <param name="provider">The provider to use to format the value.
5799 -or-
5800 A null reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
5801       <returns>The value of the current instance in the specified format.</returns>
5802     </member>
5803     <member name="M:System.Windows.Media.Matrix.ToString">
5804       <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5805       <returns>A <see cref="T:System.String" /> containing the <see cref="P:System.Windows.Media.Matrix.M11" />, <see cref="P:System.Windows.Media.Matrix.M12" />, <see cref="P:System.Windows.Media.Matrix.M21" />, <see cref="P:System.Windows.Media.Matrix.M22" />, <see cref="P:System.Windows.Media.Matrix.OffsetX" />, and <see cref="P:System.Windows.Media.Matrix.OffsetY" /> values of this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5806     </member>
5807     <member name="M:System.Windows.Media.Matrix.ToString(System.IFormatProvider)">
5808       <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:System.Windows.Media.Matrix" /> structure with culture-specific formatting information.</summary>
5809       <param name="provider">The culture-specific formatting information.</param>
5810       <returns>A <see cref="T:System.String" /> containing the <see cref="P:System.Windows.Media.Matrix.M11" />, <see cref="P:System.Windows.Media.Matrix.M12" />, <see cref="P:System.Windows.Media.Matrix.M21" />, <see cref="P:System.Windows.Media.Matrix.M22" />, <see cref="P:System.Windows.Media.Matrix.OffsetX" />, and <see cref="P:System.Windows.Media.Matrix.OffsetY" /> values of this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5811     </member>
5812     <member name="M:System.Windows.Media.Matrix.Transform(System.Windows.Point)">
5813       <summary>Transforms the specified point by the <see cref="T:System.Windows.Media.Matrix" /> and returns the result.</summary>
5814       <param name="point">The point to transform.</param>
5815       <returns>The result of transforming <paramref name="point" /> by this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5816     </member>
5817     <member name="M:System.Windows.Media.Matrix.Transform(System.Windows.Point[])">
5818       <summary>Transforms the specified points by this <see cref="T:System.Windows.Media.Matrix" />.</summary>
5819       <param name="points">The points to transform. The original points in the array are replaced by their transformed values.</param>
5820     </member>
5821     <member name="M:System.Windows.Media.Matrix.Transform(System.Windows.Vector)">
5822       <summary>Transforms the specified vector by this <see cref="T:System.Windows.Media.Matrix" />.</summary>
5823       <param name="vector">The vector to transform.</param>
5824       <returns>The result of transforming <paramref name="vector" /> by this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5825     </member>
5826     <member name="M:System.Windows.Media.Matrix.Transform(System.Windows.Vector[])">
5827       <summary>Transforms the specified vectors by this <see cref="T:System.Windows.Media.Matrix" />.</summary>
5828       <param name="vectors">The vectors to transform. The original vectors in the array are replaced by their transformed values.</param>
5829     </member>
5830     <member name="M:System.Windows.Media.Matrix.Translate(System.Double,System.Double)">
5831       <summary>Appends a translation of the specified offsets to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5832       <param name="offsetX">The amount to offset this <see cref="T:System.Windows.Media.Matrix" /> along the x-axis.</param>
5833       <param name="offsetY">The amount to offset this <see cref="T:System.Windows.Media.Matrix" /> along the y-axis.</param>
5834     </member>
5835     <member name="M:System.Windows.Media.Matrix.TranslatePrepend(System.Double,System.Double)">
5836       <summary>Prepends a translation of the specified offsets to this <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
5837       <param name="offsetX">The amount to offset this <see cref="T:System.Windows.Media.Matrix" /> along the x-axis.</param>
5838       <param name="offsetY">The amount to offset this <see cref="T:System.Windows.Media.Matrix" /> along the y-axis.</param>
5839     </member>
5840     <member name="T:System.Windows.Media.MatrixConverter">
5841       <summary>Converts instances of other types to and from a <see cref="T:System.Windows.Media.Matrix" />.</summary>
5842     </member>
5843     <member name="M:System.Windows.Media.MatrixConverter.#ctor">
5844       <summary>Initializes a new instance of <see cref="T:System.Windows.Media.MatrixConverter" />.</summary>
5845     </member>
5846     <member name="M:System.Windows.Media.MatrixConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
5847       <summary>Determines whether an object can be converted from a specific type to an instance of a <see cref="T:System.Windows.Media.Matrix" />.</summary>
5848       <param name="context">The context information of a type.</param>
5849       <param name="sourceType">The type of the source that is being evaluated for conversion.</param>
5850       <returns>
5851         <see langword="true" /> if the type can be converted to a <see cref="T:System.Windows.Media.Matrix" />; otherwise, <see langword="false" />.</returns>
5852     </member>
5853     <member name="M:System.Windows.Media.MatrixConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
5854       <summary>Determines whether an instance of a <see cref="T:System.Windows.Media.Matrix" /> can be converted to a different type.</summary>
5855       <param name="context">The context information of a type.</param>
5856       <param name="destinationType">The desired type this <see cref="T:System.Windows.Media.Matrix" /> is being evaluated for conversion.</param>
5857       <returns>
5858         <see langword="true" /> if this <see cref="T:System.Windows.Media.Matrix" /> can be converted to <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
5859     </member>
5860     <member name="M:System.Windows.Media.MatrixConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
5861       <summary>Attempts to convert the specified object to a <see cref="T:System.Windows.Media.Matrix" />.</summary>
5862       <param name="context">The context information of a type.</param>
5863       <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> of the type being converted.</param>
5864       <param name="value">The object being converted.</param>
5865       <returns>The <see cref="T:System.Windows.Media.Matrix" /> created from converting <paramref name="value" />.</returns>
5866       <exception cref="T:System.NotSupportedException">The specified object is null or is a type that cannot be converted to a <see cref="T:System.Windows.Media.Matrix" />.</exception>
5867     </member>
5868     <member name="M:System.Windows.Media.MatrixConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
5869       <summary>Attempts to convert a <see cref="T:System.Windows.Media.Matrix" /> to a specified type.</summary>
5870       <param name="context">The context information of a type.</param>
5871       <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> of the type being converted.</param>
5872       <param name="value">The <see cref="T:System.Windows.Media.Matrix" /> to convert.</param>
5873       <param name="destinationType">The type to convert this <see cref="T:System.Windows.Media.Matrix" /> to.</param>
5874       <returns>The object created from converting this <see cref="T:System.Windows.Media.Matrix" />.</returns>
5875       <exception cref="T:System.NotSupportedException">The <paramref name="value" /> is null or is not a <see cref="T:System.Windows.Media.Matrix" />, or the <paramref name="destinationType" /> is not a valid conversion type.</exception>
5876     </member>
5877     <member name="T:System.Windows.Media.TextFormattingMode">
5878       <summary>Defines the formatting methods supported by the <see cref="T:System.Windows.Media.TextFormatting.TextFormatter" /> class.</summary>
5879     </member>
5880     <member name="F:System.Windows.Media.TextFormattingMode.Display">
5881       <summary>Indicates that the <see cref="T:System.Windows.Media.TextFormatting.TextFormatter" /> lays out text by using GDI-compatible font metrics.</summary>
5882     </member>
5883     <member name="F:System.Windows.Media.TextFormattingMode.Ideal">
5884       <summary>Indicates that the <see cref="T:System.Windows.Media.TextFormatting.TextFormatter" /> lays out text by using ideal font metrics.</summary>
5885     </member>
5886     <member name="T:System.Windows.NameScope">
5887       <summary>Implements base WPF support for the <see cref="T:System.Windows.Markup.INameScope" /> methods that store or retrieve name-object mappings into a particular XAML namescope. Adds attached property support to make it simpler to get or set XAML namescope names dynamically at the element level.</summary>
5888     </member>
5889     <member name="M:System.Windows.NameScope.#ctor">
5890       <summary>Initializes a new instance of the <see cref="T:System.Windows.NameScope" /> class.</summary>
5891     </member>
5892     <member name="M:System.Windows.NameScope.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})">
5893       <summary>Adds an item to the collection.</summary>
5894       <param name="item">A <see cref="T:System.Collections.Generic.KeyValuePair`2" /> (key is <see cref="T:System.String" />, value is <see cref="T:System.Object" />) that represents the name mapping to add to the XAML namescope.</param>
5895       <exception cref="T:System.ArgumentException">Either or both components of <paramref name="item" /> are <see langword="null" />.</exception>
5896     </member>
5897     <member name="M:System.Windows.NameScope.Add(System.String,System.Object)">
5898       <summary>Adds an item to the collection.</summary>
5899       <param name="key">The string key, which is the name of the XAML namescope mapping to add.</param>
5900       <param name="value">The object value, which is the object reference of the XAML namescope mapping to add.</param>
5901       <exception cref="T:System.ArgumentNullException">
5902         <paramref name="key" /> or <paramref name="value" /> is <see langword="null" />.</exception>
5903     </member>
5904     <member name="M:System.Windows.NameScope.Clear">
5905       <summary>Removes all items from the collection.</summary>
5906     </member>
5907     <member name="M:System.Windows.NameScope.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})">
5908       <summary>Determines whether the collection contains a specified item.</summary>
5909       <param name="item">The item to find in the collection, specified as a <see cref="T:System.Collections.Generic.KeyValuePair`2" /> (key is <see cref="T:System.String" />, value is <see cref="T:System.Object" />).</param>
5910       <returns>
5911         <see langword="true" /> if the specified <see cref="T:System.Collections.Generic.KeyValuePair`2" /> identifies an existing mapping in this <see cref="T:System.Windows.NameScope" /> . <see langword="false" /> if the specified <see cref="T:System.Collections.Generic.KeyValuePair`2" /> does not exist in the current <see cref="T:System.Windows.NameScope" />.</returns>
5912       <exception cref="T:System.ArgumentException">
5913         <paramref name="key" /> is <see langword="null" />.</exception>
5914     </member>
5915     <member name="M:System.Windows.NameScope.ContainsKey(System.String)">
5916       <summary>Returns whether a provided name already exists in this <see cref="T:System.Windows.NameScope" />.</summary>
5917       <param name="key">The string key to find.</param>
5918       <returns>
5919         <see langword="true" /> if the specified <paramref name="key" /> identifies a name for an existing mapping in this <see cref="T:System.Windows.NameScope" />. <see langword="false" /> if the specified <paramref name="key" /> does not exist in the current <see cref="T:System.Windows.NameScope" />.</returns>
5920       <exception cref="T:System.ArgumentNullException">
5921         <paramref name="key" /> is <see langword="null" />.</exception>
5922     </member>
5923     <member name="M:System.Windows.NameScope.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)">
5924       <summary>Copies the elements of the collection to an array, starting at a particular array index.</summary>
5925       <param name="array">The one-dimensional array that is the destination of the elements copied from the collection The array must have zero-based indexing.</param>
5926       <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
5927     </member>
5928     <member name="P:System.Windows.NameScope.Count">
5929       <summary>Returns the number of items in the collection of mapped names in this <see cref="T:System.Windows.NameScope" />.</summary>
5930       <returns>The number of items in the collection.</returns>
5931     </member>
5932     <member name="M:System.Windows.NameScope.FindName(System.String)">
5933       <summary>Returns the corresponding object in the XAML namescope maintained by this <see cref="T:System.Windows.NameScope" />, based on a provided name string.</summary>
5934       <param name="name">Name portion of an existing mapping to retrieve the object portion for.</param>
5935       <returns>The requested object that is mapped with <paramref name="name" />. Can return <see langword="null" /> if <paramref name="name" /> was provided as <see langword="null" /> or empty string, or if no matching object was found.</returns>
5936     </member>
5937     <member name="M:System.Windows.NameScope.GetNameScope(System.Windows.DependencyObject)">
5938       <summary>Provides the attached property get accessor for the <see cref="P:System.Windows.NameScope.NameScope" /> attached property.</summary>
5939       <param name="dependencyObject">The object to get the XAML namescope from.</param>
5940       <returns>A XAML namescope, as an <see cref="T:System.Windows.Markup.INameScope" /> instance.</returns>
5941       <exception cref="T:System.ArgumentNullException">
5942         <paramref name="dependencyObject" /> is <see langword="null" />.</exception>
5943     </member>
5944     <member name="P:System.Windows.NameScope.IsReadOnly">
5945       <summary>Gets a value indicating whether the collection is read-only.</summary>
5946       <returns>Always returns <see langword="false" />.</returns>
5947     </member>
5948     <member name="P:System.Windows.NameScope.Item(System.String)">
5949       <summary>Gets or sets the item with the specified key.</summary>
5950       <param name="key">The string name for the XAML name mapping to get or set.</param>
5951       <returns>The value of the object mapped by the XAML name provided as <paramref name="key" />.</returns>
5952       <exception cref="T:System.ArgumentNullException">
5953         <paramref name="key" /> is provided as <see langword="null" />.
5954 -or-
5955 <paramref name="value" /> is provided as <see langword="null" /> for a set operation.</exception>
5956     </member>
5957     <member name="P:System.Windows.NameScope.Keys">
5958       <summary>Gets a collection of the keys in the <see cref="T:System.Windows.NameScope" /> dictionary.</summary>
5959       <returns>A collection of the keys in the <see cref="T:System.Windows.NameScope" /> dictionary.</returns>
5960     </member>
5961     <member name="P:System.Windows.NameScope.NameScope">
5962       <summary>Gets or sets dynamically attached <see cref="T:System.Windows.NameScope" /> instances.</summary>
5963     </member>
5964     <member name="F:System.Windows.NameScope.NameScopeProperty">
5965       <summary>Identifies the <see cref="P:System.Windows.NameScope.NameScope" /> attached property.</summary>
5966     </member>
5967     <member name="M:System.Windows.NameScope.RegisterName(System.String,System.Object)">
5968       <summary>Registers a new name-object pair into the current XAML namescope.</summary>
5969       <param name="name">The name to use for mapping the given object.</param>
5970       <param name="scopedElement">The object to be mapped to the provided name.</param>
5971       <exception cref="T:System.ArgumentNullException">
5972         <paramref name="name" /> or <paramref name="scopedElement" /> was provided as <see langword="null" />.</exception>
5973       <exception cref="T:System.ArgumentException">
5974         <paramref name="name" /> was provided as empty string
5975 -or-
5976 <paramref name="name" /> provided was rejected by the parser, because it contained characters that are invalid for a XAML name
5977 -or-
5978 <paramref name="name" /> provided would result in a duplicate name registration.</exception>
5979     </member>
5980     <member name="M:System.Windows.NameScope.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})">
5981       <summary>Removes the specific object from the collection.</summary>
5982       <param name="item">The object to remove from the collection, specified as a <see cref="T:System.Collections.Generic.KeyValuePair`2" /> (key is <see cref="T:System.String" />, value is <see cref="T:System.Object" />).</param>
5983       <returns>
5984         <see langword="true" /> if item was successfully removed from the collection, otherwise <see langword="false" />. Also returns <see langword="false" /> if the item was not found in the collection.</returns>
5985     </member>
5986     <member name="M:System.Windows.NameScope.Remove(System.String)">
5987       <summary>Removes a mapping for a specified name from the collection.</summary>
5988       <param name="key">The string key, which is the name of the XAML namescope mapping to remove.</param>
5989       <returns>
5990         <see langword="true" /> if item was successfully removed from the collection, otherwise <see langword="false" />. Also returns <see langword="false" /> if the item was not found in the collection.</returns>
5991     </member>
5992     <member name="M:System.Windows.NameScope.SetNameScope(System.Windows.DependencyObject,System.Windows.Markup.INameScope)">
5993       <summary>Provides the attached property set accessor for the <see cref="P:System.Windows.NameScope.NameScope" /> attached property.</summary>
5994       <param name="dependencyObject">Object to change XAML namescope for.</param>
5995       <param name="value">The new XAML namescope, using an interface cast.</param>
5996       <exception cref="T:System.ArgumentNullException">
5997         <paramref name="dependencyObject" /> is <see langword="null" />.</exception>
5998     </member>
5999     <member name="M:System.Windows.NameScope.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{System#String@System#Object}}#GetEnumerator">
6000       <summary>Returns an enumerator that iterates through a collection.</summary>
6001       <returns>An enumerator that iterates through a collection.</returns>
6002     </member>
6003     <member name="M:System.Windows.NameScope.System#Collections#IEnumerable#GetEnumerator">
6004       <summary>Returns an enumerator that iterates through a collection.</summary>
6005       <returns>An enumerator that iterates through a collection.</returns>
6006     </member>
6007     <member name="M:System.Windows.NameScope.TryGetValue(System.String,System.Object@)">
6008       <summary>Gets the value associated with the specified key.</summary>
6009       <param name="key">The key of the value to get.</param>
6010       <param name="value">When this method returns, contains the value associated with the specified key, if the key is found; otherwise, a null object. This parameter is passed uninitialized.</param>
6011       <returns>
6012         <see langword="true" /> if the <see cref="T:System.Windows.NameScope" /> contains a mapping for the name provided as <paramref name="key" />. Otherwise, <see langword="false" />.</returns>
6013     </member>
6014     <member name="M:System.Windows.NameScope.UnregisterName(System.String)">
6015       <summary>Removes a name-object mapping from the XAML namescope.</summary>
6016       <param name="name">The name of the mapping to remove.</param>
6017       <exception cref="T:System.ArgumentException">
6018         <paramref name="name" /> was provided as empty string.
6019 -or-
6020 <paramref name="name" /> provided had not been registered.</exception>
6021       <exception cref="T:System.ArgumentNullException">
6022         <paramref name="name" /> is <see langword="null" />.</exception>
6023     </member>
6024     <member name="P:System.Windows.NameScope.Values">
6025       <summary>Gets a collection of the values in the <see cref="T:System.Windows.NameScope" /> dictionary.</summary>
6026       <returns>A collection of the values in the <see cref="T:System.Windows.NameScope" /> dictionary.</returns>
6027     </member>
6028     <member name="T:System.Windows.Point">
6029       <summary>Represents an x- and y-coordinate pair in two-dimensional space.</summary>
6030     </member>
6031     <member name="M:System.Windows.Point.#ctor(System.Double,System.Double)">
6032       <summary>Creates a new <see cref="T:System.Windows.Point" /> structure that contains the specified coordinates.</summary>
6033       <param name="x">The x-coordinate of the new <see cref="T:System.Windows.Point" /> structure.</param>
6034       <param name="y">The y-coordinate of the new <see cref="T:System.Windows.Point" /> structure.</param>
6035     </member>
6036     <member name="M:System.Windows.Point.Add(System.Windows.Point,System.Windows.Vector)">
6037       <summary>Adds a <see cref="T:System.Windows.Vector" /> to a <see cref="T:System.Windows.Point" /> and returns the result as a <see cref="T:System.Windows.Point" /> structure.</summary>
6038       <param name="point">The <see cref="T:System.Windows.Point" /> structure to add.</param>
6039       <param name="vector">The <see cref="T:System.Windows.Vector" /> structure to add.</param>
6040       <returns>Returns the sum of <paramref name="point" /> and <paramref name="vector" />.</returns>
6041     </member>
6042     <member name="M:System.Windows.Point.Equals(System.Object)">
6043       <summary>Determines whether the specified <see cref="T:System.Object" /> is a <see cref="T:System.Windows.Point" /> and whether it contains the same coordinates as this <see cref="T:System.Windows.Point" />.</summary>
6044       <param name="o">The <see cref="T:System.Object" /> to compare.</param>
6045       <returns>
6046         <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Windows.Point" /> and contains the same <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> values as this <see cref="T:System.Windows.Point" />; otherwise, <see langword="false" />.</returns>
6047     </member>
6048     <member name="M:System.Windows.Point.Equals(System.Windows.Point)">
6049       <summary>Compares two <see cref="T:System.Windows.Point" /> structures for equality.</summary>
6050       <param name="value">The point to compare to this instance.</param>
6051       <returns>
6052         <see langword="true" /> if both <see cref="T:System.Windows.Point" /> structures contain the same <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> values; otherwise, <see langword="false" />.</returns>
6053     </member>
6054     <member name="M:System.Windows.Point.Equals(System.Windows.Point,System.Windows.Point)">
6055       <summary>Compares two <see cref="T:System.Windows.Point" /> structures for equality.</summary>
6056       <param name="point1">The first point to compare.</param>
6057       <param name="point2">The second point to compare.</param>
6058       <returns>
6059         <see langword="true" /> if <paramref name="point1" /> and <paramref name="point2" /> contain the same <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> values; otherwise, <see langword="false" />.</returns>
6060     </member>
6061     <member name="M:System.Windows.Point.GetHashCode">
6062       <summary>Returns the hash code for this <see cref="T:System.Windows.Point" />.</summary>
6063       <returns>The hash code for this <see cref="T:System.Windows.Point" /> structure.</returns>
6064     </member>
6065     <member name="M:System.Windows.Point.Multiply(System.Windows.Point,System.Windows.Media.Matrix)">
6066       <summary>Transforms the specified <see cref="T:System.Windows.Point" /> structure by the specified <see cref="T:System.Windows.Media.Matrix" /> structure.</summary>
6067       <param name="point">The point to transform.</param>
6068       <param name="matrix">The transformation matrix.</param>
6069       <returns>The transformed point.</returns>
6070     </member>
6071     <member name="M:System.Windows.Point.Offset(System.Double,System.Double)">
6072       <summary>Offsets a point's <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> coordinates by the specified amounts.</summary>
6073       <param name="offsetX">The amount to offset the point's <see cref="P:System.Windows.Point.X" /> coordinate.</param>
6074       <param name="offsetY">The amount to offset the point's <see cref="P:System.Windows.Point.Y" /> coordinate.</param>
6075     </member>
6076     <member name="M:System.Windows.Point.op_Addition(System.Windows.Point,System.Windows.Vector)">
6077       <summary>Translates the specified <see cref="T:System.Windows.Point" /> by the specified <see cref="T:System.Windows.Vector" /> and returns the result.</summary>
6078       <param name="point">The point to translate.</param>
6079       <param name="vector">The amount by which to translate <paramref name="point" />.</param>
6080       <returns>The result of translating the specified point by the specified vector.</returns>
6081     </member>
6082     <member name="M:System.Windows.Point.op_Equality(System.Windows.Point,System.Windows.Point)">
6083       <summary>Compares two <see cref="T:System.Windows.Point" /> structures for equality.</summary>
6084       <param name="point1">The first <see cref="T:System.Windows.Point" /> structure to compare.</param>
6085       <param name="point2">The second <see cref="T:System.Windows.Point" /> structure to compare.</param>
6086       <returns>
6087         <see langword="true" /> if both the <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> coordinates of <paramref name="point1" /> and <paramref name="point2" /> are equal; otherwise, <see langword="false" />.</returns>
6088     </member>
6089     <member name="M:System.Windows.Point.op_Explicit(System.Windows.Point)~System.Windows.Size">
6090       <summary>Creates a <see cref="T:System.Windows.Size" /> structure with a <see cref="P:System.Windows.Size.Width" /> equal to this point's <see cref="P:System.Windows.Point.X" /> value and a <see cref="P:System.Windows.Size.Height" /> equal to this point's <see cref="P:System.Windows.Point.Y" /> value.</summary>
6091       <param name="point">The point to convert.</param>
6092       <returns>A <see cref="T:System.Windows.Size" /> structure with a <see cref="P:System.Windows.Size.Width" /> equal to this point's <see cref="P:System.Windows.Point.X" /> value and a <see cref="P:System.Windows.Size.Height" /> equal to this point's <see cref="P:System.Windows.Point.Y" /> value.</returns>
6093     </member>
6094     <member name="M:System.Windows.Point.op_Explicit(System.Windows.Point)~System.Windows.Vector">
6095       <summary>Creates a <see cref="T:System.Windows.Vector" /> structure with an <see cref="P:System.Windows.Vector.X" /> value equal to the point's <see cref="P:System.Windows.Point.X" /> value and a <see cref="P:System.Windows.Vector.Y" /> value equal to the point's <see cref="P:System.Windows.Point.Y" /> value.</summary>
6096       <param name="point">The point to convert.</param>
6097       <returns>A vector with an <see cref="P:System.Windows.Vector.X" /> value equal to the point's <see cref="P:System.Windows.Point.X" /> value and a <see cref="P:System.Windows.Vector.Y" /> value equal to the point's <see cref="P:System.Windows.Point.Y" /> value.</returns>
6098     </member>
6099     <member name="M:System.Windows.Point.op_Inequality(System.Windows.Point,System.Windows.Point)">
6100       <summary>Compares two <see cref="T:System.Windows.Point" /> structures for inequality.</summary>
6101       <param name="point1">The first point to compare.</param>
6102       <param name="point2">The second point to compare.</param>
6103       <returns>
6104         <see langword="true" /> if <paramref name="point1" /> and <paramref name="point2" /> have different <see cref="P:System.Windows.Point.X" /> or <see cref="P:System.Windows.Point.Y" /> coordinates; <see langword="false" /> if <paramref name="point1" /> and <paramref name="point2" /> have the same <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> coordinates.</returns>
6105     </member>
6106     <member name="M:System.Windows.Point.op_Multiply(System.Windows.Point,System.Windows.Media.Matrix)">
6107       <summary>Transforms the specified <see cref="T:System.Windows.Point" /> by the specified <see cref="T:System.Windows.Media.Matrix" />.</summary>
6108       <param name="point">The point to transform.</param>
6109       <param name="matrix">The transformation matrix.</param>
6110       <returns>The result of transforming the specified point using the specified matrix.</returns>
6111     </member>
6112     <member name="M:System.Windows.Point.op_Subtraction(System.Windows.Point,System.Windows.Point)">
6113       <summary>Subtracts the specified <see cref="T:System.Windows.Point" /> from another specified <see cref="T:System.Windows.Point" /> and returns the difference as a <see cref="T:System.Windows.Vector" />.</summary>
6114       <param name="point1">The point from which <paramref name="point2" /> is subtracted.</param>
6115       <param name="point2">The point to subtract from <paramref name="point1" />.</param>
6116       <returns>The difference between <paramref name="point1" /> and <paramref name="point2" />.</returns>
6117     </member>
6118     <member name="M:System.Windows.Point.op_Subtraction(System.Windows.Point,System.Windows.Vector)">
6119       <summary>Subtracts the specified <see cref="T:System.Windows.Vector" /> from the specified <see cref="T:System.Windows.Point" /> and returns the resulting <see cref="T:System.Windows.Point" />.</summary>
6120       <param name="point">The point from which <paramref name="vector" /> is subtracted.</param>
6121       <param name="vector">The vector to subtract from <paramref name="point1" /></param>
6122       <returns>The difference between <paramref name="point" /> and <paramref name="vector" />.</returns>
6123     </member>
6124     <member name="M:System.Windows.Point.Parse(System.String)">
6125       <summary>Constructs a <see cref="T:System.Windows.Point" /> from the specified <see cref="T:System.String" />.</summary>
6126       <param name="source">A string representation of a point.</param>
6127       <returns>The equivalent <see cref="T:System.Windows.Point" /> structure.</returns>
6128       <exception cref="T:System.FormatException">
6129         <paramref name="source" /> is not composed of two comma- or space-delimited double values.</exception>
6130       <exception cref="T:System.InvalidOperationException">
6131         <paramref name="source" /> does not contain two numbers.
6132 -or-
6133 <paramref name="source" /> contains too many delimiters.</exception>
6134     </member>
6135     <member name="M:System.Windows.Point.Subtract(System.Windows.Point,System.Windows.Point)">
6136       <summary>Subtracts the specified <see cref="T:System.Windows.Point" /> from another specified <see cref="T:System.Windows.Point" /> and returns the difference as a <see cref="T:System.Windows.Vector" />.</summary>
6137       <param name="point1">The point from which <paramref name="point2" /> is subtracted.</param>
6138       <param name="point2">The point to subtract from <paramref name="point1" />.</param>
6139       <returns>The difference between <paramref name="point1" /> and <paramref name="point2" />.</returns>
6140     </member>
6141     <member name="M:System.Windows.Point.Subtract(System.Windows.Point,System.Windows.Vector)">
6142       <summary>Subtracts the specified <see cref="T:System.Windows.Vector" /> from the specified <see cref="T:System.Windows.Point" /> and returns the resulting <see cref="T:System.Windows.Point" />.</summary>
6143       <param name="point">The point from which <paramref name="vector" /> is subtracted.</param>
6144       <param name="vector">The <paramref name="vector" /> to subtract from <paramref name="point" />.</param>
6145       <returns>The difference between <paramref name="point" /> and <paramref name="vector" />.</returns>
6146     </member>
6147     <member name="M:System.Windows.Point.System#IFormattable#ToString(System.String,System.IFormatProvider)">
6148       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
6149       <param name="format">The string specifying the format to use.
6150 -or-
6151 <see langword="null" /> to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
6152       <param name="provider">The <see langword="IFormatProvider" /> to use to format the value.
6153 -or-
6154 <see langword="null" /> to obtain the numeric format information from the current locale setting of the operating system.</param>
6155       <returns>A string containing the value of the current instance in the specified format.</returns>
6156     </member>
6157     <member name="M:System.Windows.Point.ToString">
6158       <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:System.Windows.Point" />.</summary>
6159       <returns>A <see cref="T:System.String" /> containing the <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> values of this <see cref="T:System.Windows.Point" /> structure.</returns>
6160     </member>
6161     <member name="M:System.Windows.Point.ToString(System.IFormatProvider)">
6162       <summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:System.Windows.Point" />.</summary>
6163       <param name="provider">Culture-specific formatting information.</param>
6164       <returns>A <see cref="T:System.String" /> containing the <see cref="P:System.Windows.Point.X" /> and <see cref="P:System.Windows.Point.Y" /> values of this <see cref="T:System.Windows.Point" /> structure.</returns>
6165     </member>
6166     <member name="P:System.Windows.Point.X">
6167       <summary>Gets or sets the <see cref="P:System.Windows.Point.X" />-coordinate value of this <see cref="T:System.Windows.Point" /> structure.</summary>
6168       <returns>The <see cref="P:System.Windows.Point.X" />-coordinate value of this <see cref="T:System.Windows.Point" /> structure.  The default value is <c>0</c>.</returns>
6169     </member>
6170     <member name="P:System.Windows.Point.Y">
6171       <summary>Gets or sets the <see cref="P:System.Windows.Point.Y" />-coordinate value of this <see cref="T:System.Windows.Point" />.</summary>
6172       <returns>The <see cref="P:System.Windows.Point.Y" />-coordinate value of this <see cref="T:System.Windows.Point" /> structure.  The default value is <c>0</c>.</returns>
6173     </member>
6174     <member name="T:System.Windows.PointConverter">
6175       <summary>Converts instances of other types to and from a <see cref="T:System.Windows.Point" />.</summary>
6176     </member>
6177     <member name="M:System.Windows.PointConverter.#ctor">
6178       <summary>Initializes a new instance of the <see cref="T:System.Windows.PointConverter" /> class.</summary>
6179     </member>
6180     <member name="M:System.Windows.PointConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6181       <summary>Determines whether an object can be converted from a given type to an instance of a <see cref="T:System.Windows.Point" />.</summary>
6182       <param name="context">Describes the context information of a type.</param>
6183       <param name="sourceType">The type of the source that is being evaluated for conversion.</param>
6184       <returns>
6185         <see langword="true" /> if the type can be converted to a <see cref="T:System.Windows.Point" />; otherwise, <see langword="false" />.</returns>
6186     </member>
6187     <member name="M:System.Windows.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6188       <summary>Determines whether an instance of a <see cref="T:System.Windows.Point" /> can be converted to a different type.</summary>
6189       <param name="context">Describes the context information of a type.</param>
6190       <param name="destinationType">The desired type this <see cref="T:System.Windows.Point" /> is being evaluated for conversion.</param>
6191       <returns>
6192         <see langword="true" /> if this <see cref="T:System.Windows.Point" /> can be converted to <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
6193     </member>
6194     <member name="M:System.Windows.PointConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
6195       <summary>Attempts to convert the specified object to a <see cref="T:System.Windows.Point" />.</summary>
6196       <param name="context">Provides contextual information required for conversion.</param>
6197       <param name="culture">Cultural information to respect during conversion.</param>
6198       <param name="value">The object being converted.</param>
6199       <returns>The <see cref="T:System.Windows.Point" /> created from converting <paramref name="value" />.</returns>
6200       <exception cref="T:System.NotSupportedException">Thrown if the specified object is NULL or is a type that cannot be converted to a <see cref="T:System.Windows.Point" />.</exception>
6201     </member>
6202     <member name="M:System.Windows.PointConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
6203       <summary>Attempts to convert a <see cref="T:System.Windows.Point" /> to a specified type.</summary>
6204       <param name="context">Provides contextual information required for conversion.</param>
6205       <param name="culture">Cultural information to respect during conversion.</param>
6206       <param name="value">The <see cref="T:System.Windows.Point" /> to convert.</param>
6207       <param name="destinationType">The type to convert this <see cref="T:System.Windows.Point" /> to.</param>
6208       <returns>The object created from converting this <see cref="T:System.Windows.Point" />.</returns>
6209       <exception cref="T:System.NotSupportedException">Thrown if <paramref name="value" /> is <see langword="null" /> or is not a <see cref="T:System.Windows.Point" />, or if the <paramref name="destinationType" /> is not one of the valid types for conversion.</exception>
6210     </member>
6211     <member name="T:System.Windows.PropertyChangedCallback">
6212       <summary>Represents the callback that is invoked when the effective property value of a dependency property changes.</summary>
6213       <param name="d">The <see cref="T:System.Windows.DependencyObject" /> on which the property has changed value.</param>
6214       <param name="e">Event data that is issued by any event that tracks changes to the effective value of this property.</param>
6215     </member>
6216     <member name="T:System.Windows.PropertyMetadata">
6217       <summary>Defines certain behavior aspects of a dependency property as it is applied to a specific type, including conditions it was registered with.</summary>
6218     </member>
6219     <member name="M:System.Windows.PropertyMetadata.#ctor">
6220       <summary>Initializes a new instance of the <see cref="T:System.Windows.PropertyMetadata" /> class.</summary>
6221     </member>
6222     <member name="M:System.Windows.PropertyMetadata.#ctor(System.Object)">
6223       <summary>Initializes a new instance of the <see cref="T:System.Windows.PropertyMetadata" /> class with a specified default value for the dependency property that this metadata will be applied to.</summary>
6224       <param name="defaultValue">The default value to specify for a dependency property, usually provided as a value of some specific type.</param>
6225       <exception cref="T:System.ArgumentException">
6226         <paramref name="defaultValue" /> cannot be set to the value <see cref="F:System.Windows.DependencyProperty.UnsetValue" />.</exception>
6227     </member>
6228     <member name="M:System.Windows.PropertyMetadata.#ctor(System.Object,System.Windows.PropertyChangedCallback)">
6229       <summary>Initializes a new instance of the <see cref="T:System.Windows.PropertyMetadata" /> class with the specified default value and <see cref="T:System.Windows.PropertyChangedCallback" /> implementation reference.</summary>
6230       <param name="defaultValue">The default value of the dependency property, usually provided as a value of some specific type.</param>
6231       <param name="propertyChangedCallback">Reference to a handler implementation that is to be called by the property system whenever the effective value of the property changes.</param>
6232       <exception cref="T:System.ArgumentException">
6233         <paramref name="defaultValue" /> cannot be set to the value <see cref="F:System.Windows.DependencyProperty.UnsetValue" />.</exception>
6234     </member>
6235     <member name="M:System.Windows.PropertyMetadata.#ctor(System.Object,System.Windows.PropertyChangedCallback,System.Windows.CoerceValueCallback)">
6236       <summary>Initializes a new instance of the <see cref="T:System.Windows.PropertyMetadata" /> class with the specified default value and callbacks.</summary>
6237       <param name="defaultValue">The default value of the dependency property, usually provided as a value of some specific type.</param>
6238       <param name="propertyChangedCallback">Reference to a handler implementation that is to be called by the property system whenever the effective value of the property changes.</param>
6239       <param name="coerceValueCallback">Reference to a handler implementation that is to be called whenever the property system calls <see cref="M:System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)" /> against this property.</param>
6240       <exception cref="T:System.ArgumentException">
6241         <paramref name="defaultValue" /> cannot be set to the value <see cref="F:System.Windows.DependencyProperty.UnsetValue" />.</exception>
6242     </member>
6243     <member name="M:System.Windows.PropertyMetadata.#ctor(System.Windows.PropertyChangedCallback)">
6244       <summary>Initializes a new instance of the <see cref="T:System.Windows.PropertyMetadata" /> class with the specified <see cref="T:System.Windows.PropertyChangedCallback" /> implementation reference.</summary>
6245       <param name="propertyChangedCallback">Reference to a handler implementation that is to be called by the property system whenever the effective value of the property changes.</param>
6246     </member>
6247     <member name="P:System.Windows.PropertyMetadata.CoerceValueCallback">
6248       <summary>Gets or sets a reference to a <see cref="T:System.Windows.CoerceValueCallback" /> implementation specified in this metadata.</summary>
6249       <returns>A <see cref="T:System.Windows.CoerceValueCallback" /> implementation reference.</returns>
6250       <exception cref="T:System.InvalidOperationException">Cannot set a metadata property once it is applied to a dependency property operation.</exception>
6251     </member>
6252     <member name="P:System.Windows.PropertyMetadata.DefaultValue">
6253       <summary>Gets or sets the default value of the dependency property.</summary>
6254       <returns>The default value of the property. The default value on a <see cref="T:System.Windows.PropertyMetadata" /> instance created with the parameterless constructor will be <see cref="F:System.Windows.DependencyProperty.UnsetValue" />.</returns>
6255       <exception cref="T:System.ArgumentException">Cannot be set to the value <see cref="F:System.Windows.DependencyProperty.UnsetValue" /> once created.</exception>
6256       <exception cref="T:System.InvalidOperationException">Cannot set a metadata property once it is applied to a dependency property operation.</exception>
6257     </member>
6258     <member name="P:System.Windows.PropertyMetadata.IsSealed">
6259       <summary>Gets a value that determines whether the metadata has been applied to a property in some way, resulting in the immutable state of that metadata instance.</summary>
6260       <returns>
6261         <see langword="true" /> if the metadata instance is immutable; otherwise, <see langword="false" />.</returns>
6262     </member>
6263     <member name="M:System.Windows.PropertyMetadata.Merge(System.Windows.PropertyMetadata,System.Windows.DependencyProperty)">
6264       <summary>Merges this metadata with the base metadata.</summary>
6265       <param name="baseMetadata">The base metadata to merge with this instance's values.</param>
6266       <param name="dp">The dependency property to which this metadata is being applied.</param>
6267     </member>
6268     <member name="M:System.Windows.PropertyMetadata.OnApply(System.Windows.DependencyProperty,System.Type)">
6269       <summary>Called when this metadata has been applied to a property, which indicates that the metadata is being sealed.</summary>
6270       <param name="dp">The dependency property to which the metadata has been applied.</param>
6271       <param name="targetType">The type associated with this metadata if this is type-specific metadata. If this is default metadata, this value is a null reference.</param>
6272     </member>
6273     <member name="P:System.Windows.PropertyMetadata.PropertyChangedCallback">
6274       <summary>Gets or sets a reference to a <see cref="T:System.Windows.PropertyChangedCallback" /> implementation specified in this metadata.</summary>
6275       <returns>A <see cref="T:System.Windows.PropertyChangedCallback" /> implementation reference.</returns>
6276       <exception cref="T:System.InvalidOperationException">Cannot set a metadata property once it is applied to a dependency property operation.</exception>
6277     </member>
6278     <member name="T:System.Windows.Rect">
6279       <summary>Describes the width, height, and location of a rectangle.</summary>
6280     </member>
6281     <member name="M:System.Windows.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)">
6282       <summary>Initializes a new instance of the <see cref="T:System.Windows.Rect" /> structure that has the specified x-coordinate, y-coordinate, width, and height.</summary>
6283       <param name="x">The x-coordinate of the top-left corner of the rectangle.</param>
6284       <param name="y">The y-coordinate of the top-left corner of the rectangle.</param>
6285       <param name="width">The width of the rectangle.</param>
6286       <param name="height">The height of the rectangle.</param>
6287       <exception cref="T:System.ArgumentException">
6288         <paramref name="width" /> is a negative value.
6289 -or-
6290 <paramref name="height" /> is a negative value.</exception>
6291     </member>
6292     <member name="M:System.Windows.Rect.#ctor(System.Windows.Point,System.Windows.Point)">
6293       <summary>Initializes a new instance of the <see cref="T:System.Windows.Rect" /> structure that is exactly large enough to contain the two specified points.</summary>
6294       <param name="point1">The first point that the new rectangle must contain.</param>
6295       <param name="point2">The second point that the new rectangle must contain.</param>
6296     </member>
6297     <member name="M:System.Windows.Rect.#ctor(System.Windows.Point,System.Windows.Size)">
6298       <summary>Initializes a new instance of the <see cref="T:System.Windows.Rect" /> structure that has the specified top-left corner location and the specified width and height.</summary>
6299       <param name="location">A point that specifies the location of the top-left corner of the rectangle.</param>
6300       <param name="size">A <see cref="T:System.Windows.Size" /> structure that specifies the width and height of the rectangle.</param>
6301     </member>
6302     <member name="M:System.Windows.Rect.#ctor(System.Windows.Point,System.Windows.Vector)">
6303       <summary>Initializes a new instance of the <see cref="T:System.Windows.Rect" /> structure that is exactly large enough to contain the specified point and the sum of the specified point and the specified vector.</summary>
6304       <param name="point">The first point the rectangle must contain.</param>
6305       <param name="vector">The amount to offset the specified point. The resulting rectangle will be exactly large enough to contain both points.</param>
6306     </member>
6307     <member name="M:System.Windows.Rect.#ctor(System.Windows.Size)">
6308       <summary>Initializes a new instance of the <see cref="T:System.Windows.Rect" /> structure that is of the specified size and is located at (0,0).</summary>
6309       <param name="size">A <see cref="T:System.Windows.Size" /> structure that specifies the width and height of the rectangle.</param>
6310     </member>
6311     <member name="P:System.Windows.Rect.Bottom">
6312       <summary>Gets the y-axis value of the bottom of the rectangle.</summary>
6313       <returns>The y-axis value of the bottom of the rectangle. If the rectangle is empty, the value is <see cref="F:System.Double.NegativeInfinity" /> .</returns>
6314     </member>
6315     <member name="P:System.Windows.Rect.BottomLeft">
6316       <summary>Gets the position of the bottom-left corner of the rectangle.</summary>
6317       <returns>The position of the bottom-left corner of the rectangle.</returns>
6318     </member>
6319     <member name="P:System.Windows.Rect.BottomRight">
6320       <summary>Gets the position of the bottom-right corner of the rectangle.</summary>
6321       <returns>The position of the bottom-right corner of the rectangle.</returns>
6322     </member>
6323     <member name="M:System.Windows.Rect.Contains(System.Double,System.Double)">
6324       <summary>Indicates whether the rectangle contains the specified x-coordinate and y-coordinate.</summary>
6325       <param name="x">The x-coordinate of the point to check.</param>
6326       <param name="y">The y-coordinate of the point to check.</param>
6327       <returns>
6328         <see langword="true" /> if (<paramref name="x" />, <paramref name="y" />) is contained by the rectangle; otherwise, <see langword="false" />.</returns>
6329     </member>
6330     <member name="M:System.Windows.Rect.Contains(System.Windows.Point)">
6331       <summary>Indicates whether the rectangle contains the specified point.</summary>
6332       <param name="point">The point to check.</param>
6333       <returns>
6334         <see langword="true" /> if the rectangle contains the specified point; otherwise, <see langword="false" />.</returns>
6335     </member>
6336     <member name="M:System.Windows.Rect.Contains(System.Windows.Rect)">
6337       <summary>Indicates whether the rectangle contains the specified rectangle.</summary>
6338       <param name="rect">The rectangle to check.</param>
6339       <returns>
6340         <see langword="true" /> if <paramref name="rect" /> is entirely contained by the rectangle; otherwise, <see langword="false" />.</returns>
6341     </member>
6342     <member name="P:System.Windows.Rect.Empty">
6343       <summary>Gets a special value that represents a rectangle with no position or area.</summary>
6344       <returns>The empty rectangle, which has <see cref="P:System.Windows.Rect.X" /> and <see cref="P:System.Windows.Rect.Y" /> property values of <see cref="F:System.Double.PositiveInfinity" />, and has <see cref="P:System.Windows.Rect.Width" /> and <see cref="P:System.Windows.Rect.Height" /> property values of <see cref="F:System.Double.NegativeInfinity" />.</returns>
6345     </member>
6346     <member name="M:System.Windows.Rect.Equals(System.Object)">
6347       <summary>Indicates whether the specified object is equal to the current rectangle.</summary>
6348       <param name="o">The object to compare to the current rectangle.</param>
6349       <returns>
6350         <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Windows.Rect" /> and has the same <see cref="P:System.Windows.Rect.Location" /> and <see cref="P:System.Windows.Rect.Size" /> values as the current rectangle; otherwise, <see langword="false" />.</returns>
6351     </member>
6352     <member name="M:System.Windows.Rect.Equals(System.Windows.Rect)">
6353       <summary>Indicates whether the specified rectangle is equal to the current rectangle.</summary>
6354       <param name="value">The rectangle to compare to the current rectangle.</param>
6355       <returns>
6356         <see langword="true" /> if the specified rectangle has the same <see cref="P:System.Windows.Rect.Location" /> and <see cref="P:System.Windows.Rect.Size" /> values as the current rectangle; otherwise, <see langword="false" />.</returns>
6357     </member>
6358     <member name="M:System.Windows.Rect.Equals(System.Windows.Rect,System.Windows.Rect)">
6359       <summary>Indicates whether the specified rectangles are equal.</summary>
6360       <param name="rect1">The first rectangle to compare.</param>
6361       <param name="rect2">The second rectangle to compare.</param>
6362       <returns>
6363         <see langword="true" /> if the rectangles have the same <see cref="P:System.Windows.Rect.Location" /> and <see cref="P:System.Windows.Rect.Size" /> values; otherwise, <see langword="false" />.</returns>
6364     </member>
6365     <member name="M:System.Windows.Rect.GetHashCode">
6366       <summary>Creates a hash code for the rectangle.</summary>
6367       <returns>A hash code for the current <see cref="T:System.Windows.Rect" /> structure.</returns>
6368     </member>
6369     <member name="P:System.Windows.Rect.Height">
6370       <summary>Gets or sets the height of the rectangle.</summary>
6371       <returns>A positive number that represents the height of the rectangle. The default is 0.</returns>
6372       <exception cref="T:System.ArgumentException">
6373         <see cref="P:System.Windows.Rect.Height" /> is set to a negative value.</exception>
6374       <exception cref="T:System.InvalidOperationException">
6375         <see cref="P:System.Windows.Rect.Height" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6376     </member>
6377     <member name="M:System.Windows.Rect.Inflate(System.Double,System.Double)">
6378       <summary>Expands or shrinks the rectangle by using the specified width and height amounts, in all directions.</summary>
6379       <param name="width">The amount by which to expand or shrink the left and right sides of the rectangle.</param>
6380       <param name="height">The amount by which to expand or shrink the top and bottom sides of the rectangle.</param>
6381       <exception cref="T:System.InvalidOperationException">This method is called on the <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6382     </member>
6383     <member name="M:System.Windows.Rect.Inflate(System.Windows.Rect,System.Double,System.Double)">
6384       <summary>Creates a rectangle that results from expanding or shrinking the specified rectangle by the specified width and height amounts, in all directions.</summary>
6385       <param name="rect">The <see cref="T:System.Windows.Rect" /> structure to modify.</param>
6386       <param name="width">The amount by which to expand or shrink the left and right sides of the rectangle.</param>
6387       <param name="height">The amount by which to expand or shrink the top and bottom sides of the rectangle.</param>
6388       <returns>The resulting rectangle.</returns>
6389       <exception cref="T:System.InvalidOperationException">
6390         <paramref name="rect" /> is an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6391     </member>
6392     <member name="M:System.Windows.Rect.Inflate(System.Windows.Rect,System.Windows.Size)">
6393       <summary>Returns the rectangle that results from expanding the specified rectangle by the specified <see cref="T:System.Windows.Size" />, in all directions.</summary>
6394       <param name="rect">The <see cref="T:System.Windows.Rect" /> structure to modify.</param>
6395       <param name="size">Specifies the amount to expand the rectangle. The <see cref="T:System.Windows.Size" /> structure's <see cref="P:System.Windows.Size.Width" /> property specifies the amount to increase the rectangle's <see cref="P:System.Windows.Rect.Left" /> and <see cref="P:System.Windows.Rect.Right" /> properties. The <see cref="T:System.Windows.Size" /> structure's <see cref="P:System.Windows.Size.Height" /> property specifies the amount to increase the rectangle's <see cref="P:System.Windows.Rect.Top" /> and <see cref="P:System.Windows.Rect.Bottom" /> properties.</param>
6396       <returns>The resulting rectangle.</returns>
6397       <exception cref="T:System.InvalidOperationException">
6398         <paramref name="rect" /> is an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6399     </member>
6400     <member name="M:System.Windows.Rect.Inflate(System.Windows.Size)">
6401       <summary>Expands the rectangle by using the specified <see cref="T:System.Windows.Size" />, in all directions.</summary>
6402       <param name="size">Specifies the amount to expand the rectangle. The <see cref="T:System.Windows.Size" /> structure's <see cref="P:System.Windows.Size.Width" /> property specifies the amount to increase the rectangle's <see cref="P:System.Windows.Rect.Left" /> and <see cref="P:System.Windows.Rect.Right" /> properties. The <see cref="T:System.Windows.Size" /> structure's <see cref="P:System.Windows.Size.Height" /> property specifies the amount to increase the rectangle's <see cref="P:System.Windows.Rect.Top" /> and <see cref="P:System.Windows.Rect.Bottom" /> properties.</param>
6403       <exception cref="T:System.InvalidOperationException">This method is called on the <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6404     </member>
6405     <member name="M:System.Windows.Rect.Intersect(System.Windows.Rect)">
6406       <summary>Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.</summary>
6407       <param name="rect">The rectangle to intersect with the current rectangle.</param>
6408     </member>
6409     <member name="M:System.Windows.Rect.Intersect(System.Windows.Rect,System.Windows.Rect)">
6410       <summary>Returns the intersection of the specified rectangles.</summary>
6411       <param name="rect1">The first rectangle to compare.</param>
6412       <param name="rect2">The second rectangle to compare.</param>
6413       <returns>The intersection of the two rectangles, or <see cref="P:System.Windows.Rect.Empty" /> if no intersection exists.</returns>
6414     </member>
6415     <member name="M:System.Windows.Rect.IntersectsWith(System.Windows.Rect)">
6416       <summary>Indicates whether the specified rectangle intersects with the current rectangle.</summary>
6417       <param name="rect">The rectangle to check.</param>
6418       <returns>
6419         <see langword="true" /> if the specified rectangle intersects with the current rectangle; otherwise, <see langword="false" />.</returns>
6420     </member>
6421     <member name="P:System.Windows.Rect.IsEmpty">
6422       <summary>Gets a value that indicates whether the rectangle is the <see cref="P:System.Windows.Rect.Empty" /> rectangle.</summary>
6423       <returns>
6424         <see langword="true" /> if the rectangle is the <see cref="P:System.Windows.Rect.Empty" /> rectangle; otherwise, <see langword="false" />.</returns>
6425     </member>
6426     <member name="P:System.Windows.Rect.Left">
6427       <summary>Gets the x-axis value of the left side of the rectangle.</summary>
6428       <returns>The x-axis value of the left side of the rectangle.</returns>
6429     </member>
6430     <member name="P:System.Windows.Rect.Location">
6431       <summary>Gets or sets the position of the top-left corner of the rectangle.</summary>
6432       <returns>The position of the top-left corner of the rectangle. The default is (0, 0).</returns>
6433       <exception cref="T:System.InvalidOperationException">
6434         <see cref="P:System.Windows.Rect.Location" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6435     </member>
6436     <member name="M:System.Windows.Rect.Offset(System.Double,System.Double)">
6437       <summary>Moves the rectangle by the specified horizontal and vertical amounts.</summary>
6438       <param name="offsetX">The amount to move the rectangle horizontally.</param>
6439       <param name="offsetY">The amount to move the rectangle vertically.</param>
6440       <exception cref="T:System.InvalidOperationException">This method is called on the <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6441     </member>
6442     <member name="M:System.Windows.Rect.Offset(System.Windows.Rect,System.Double,System.Double)">
6443       <summary>Returns a rectangle that is offset from the specified rectangle by using the specified horizontal and vertical amounts.</summary>
6444       <param name="rect">The rectangle to move.</param>
6445       <param name="offsetX">The horizontal offset for the new rectangle.</param>
6446       <param name="offsetY">The vertical offset for the new rectangle.</param>
6447       <returns>The resulting rectangle.</returns>
6448       <exception cref="T:System.InvalidOperationException">
6449         <paramref name="rect" /> is <see cref="P:System.Windows.Rect.Empty" />.</exception>
6450     </member>
6451     <member name="M:System.Windows.Rect.Offset(System.Windows.Rect,System.Windows.Vector)">
6452       <summary>Returns a rectangle that is offset from the specified rectangle by using the specified vector.</summary>
6453       <param name="rect">The original rectangle.</param>
6454       <param name="offsetVector">A vector that specifies the horizontal and vertical offsets for the new rectangle.</param>
6455       <returns>The resulting rectangle.</returns>
6456       <exception cref="T:System.InvalidOperationException">
6457         <paramref name="rect" /> is <see cref="P:System.Windows.Rect.Empty" />.</exception>
6458     </member>
6459     <member name="M:System.Windows.Rect.Offset(System.Windows.Vector)">
6460       <summary>Moves the rectangle by the specified vector.</summary>
6461       <param name="offsetVector">A vector that specifies the horizontal and vertical amounts to move the rectangle.</param>
6462       <exception cref="T:System.InvalidOperationException">This method is called on the <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6463     </member>
6464     <member name="M:System.Windows.Rect.op_Equality(System.Windows.Rect,System.Windows.Rect)">
6465       <summary>Compares two rectangles for exact equality.</summary>
6466       <param name="rect1">The first rectangle to compare.</param>
6467       <param name="rect2">The second rectangle to compare.</param>
6468       <returns>
6469         <see langword="true" /> if the rectangles have the same <see cref="P:System.Windows.Rect.Location" /> and <see cref="P:System.Windows.Rect.Size" /> values; otherwise, <see langword="false" />.</returns>
6470     </member>
6471     <member name="M:System.Windows.Rect.op_Inequality(System.Windows.Rect,System.Windows.Rect)">
6472       <summary>Compares two rectangles for inequality.</summary>
6473       <param name="rect1">The first rectangle to compare.</param>
6474       <param name="rect2">The second rectangle to compare.</param>
6475       <returns>
6476         <see langword="true" /> if the rectangles do not have the same <see cref="P:System.Windows.Rect.Location" /> and <see cref="P:System.Windows.Rect.Size" /> values; otherwise, <see langword="false" />.</returns>
6477     </member>
6478     <member name="M:System.Windows.Rect.Parse(System.String)">
6479       <summary>Creates a new rectangle from the specified string representation.</summary>
6480       <param name="source">The string representation of the rectangle, in the form "x, y, width, height".</param>
6481       <returns>The resulting rectangle.</returns>
6482     </member>
6483     <member name="P:System.Windows.Rect.Right">
6484       <summary>Gets the x-axis value of the right side of the rectangle.</summary>
6485       <returns>The x-axis value of the right side of the rectangle.</returns>
6486     </member>
6487     <member name="M:System.Windows.Rect.Scale(System.Double,System.Double)">
6488       <summary>Multiplies the size of the current rectangle by the specified x and y values.</summary>
6489       <param name="scaleX">The scale factor in the x-direction.</param>
6490       <param name="scaleY">The scale factor in the y-direction.</param>
6491     </member>
6492     <member name="P:System.Windows.Rect.Size">
6493       <summary>Gets or sets the width and height of the rectangle.</summary>
6494       <returns>A <see cref="T:System.Windows.Size" /> structure that specifies the width and height of the rectangle.</returns>
6495       <exception cref="T:System.InvalidOperationException">
6496         <see cref="P:System.Windows.Rect.Size" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6497     </member>
6498     <member name="M:System.Windows.Rect.System#IFormattable#ToString(System.String,System.IFormatProvider)">
6499       <summary>Formats the value of the current instance using the specified format.</summary>
6500       <param name="format">The format to use.
6501 -or-
6502 A null reference (<see langword="Nothing" /> in Visual Basic) to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
6503       <param name="provider">The provider to use to format the value.
6504 -or-
6505 A null reference (<see langword="Nothing" /> in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.</param>
6506       <returns>A string representation of the rectangle.</returns>
6507     </member>
6508     <member name="P:System.Windows.Rect.Top">
6509       <summary>Gets the y-axis position of the top of the rectangle.</summary>
6510       <returns>The y-axis position of the top of the rectangle.</returns>
6511     </member>
6512     <member name="P:System.Windows.Rect.TopLeft">
6513       <summary>Gets the position of the top-left corner of the rectangle.</summary>
6514       <returns>The position of the top-left corner of the rectangle.</returns>
6515     </member>
6516     <member name="P:System.Windows.Rect.TopRight">
6517       <summary>Gets the position of the top-right corner of the rectangle.</summary>
6518       <returns>The position of the top-right corner of the rectangle.</returns>
6519     </member>
6520     <member name="M:System.Windows.Rect.ToString">
6521       <summary>Returns a string representation of the rectangle.</summary>
6522       <returns>A string representation of the current rectangle. The string has the following form: "<see cref="P:System.Windows.Rect.X" />,<see cref="P:System.Windows.Rect.Y" />,<see cref="P:System.Windows.Rect.Width" />,<see cref="P:System.Windows.Rect.Height" />".</returns>
6523     </member>
6524     <member name="M:System.Windows.Rect.ToString(System.IFormatProvider)">
6525       <summary>Returns a string representation of the rectangle by using the specified format provider.</summary>
6526       <param name="provider">Culture-specific formatting information.</param>
6527       <returns>A string representation of the current rectangle that is determined by the specified format provider.</returns>
6528     </member>
6529     <member name="M:System.Windows.Rect.Transform(System.Windows.Media.Matrix)">
6530       <summary>Transforms the rectangle by applying the specified matrix.</summary>
6531       <param name="matrix">A matrix that specifies the transformation to apply.</param>
6532     </member>
6533     <member name="M:System.Windows.Rect.Transform(System.Windows.Rect,System.Windows.Media.Matrix)">
6534       <summary>Returns the rectangle that results from applying the specified matrix to the specified rectangle.</summary>
6535       <param name="rect">A rectangle that is the basis for the transformation.</param>
6536       <param name="matrix">A matrix that specifies the transformation to apply.</param>
6537       <returns>The rectangle that results from the operation.</returns>
6538     </member>
6539     <member name="M:System.Windows.Rect.Union(System.Windows.Point)">
6540       <summary>Expands the current rectangle exactly enough to contain the specified point.</summary>
6541       <param name="point">The point to include.</param>
6542     </member>
6543     <member name="M:System.Windows.Rect.Union(System.Windows.Rect)">
6544       <summary>Expands the current rectangle exactly enough to contain the specified rectangle.</summary>
6545       <param name="rect">The rectangle to include.</param>
6546     </member>
6547     <member name="M:System.Windows.Rect.Union(System.Windows.Rect,System.Windows.Point)">
6548       <summary>Creates a rectangle that is exactly large enough to include the specified rectangle and the specified point.</summary>
6549       <param name="rect">The rectangle to include.</param>
6550       <param name="point">The point to include.</param>
6551       <returns>A rectangle that is exactly large enough to contain the specified rectangle and the specified point.</returns>
6552     </member>
6553     <member name="M:System.Windows.Rect.Union(System.Windows.Rect,System.Windows.Rect)">
6554       <summary>Creates a rectangle that is exactly large enough to contain the two specified rectangles.</summary>
6555       <param name="rect1">The first rectangle to include.</param>
6556       <param name="rect2">The second rectangle to include.</param>
6557       <returns>The resulting rectangle.</returns>
6558     </member>
6559     <member name="P:System.Windows.Rect.Width">
6560       <summary>Gets or sets the width of the rectangle.</summary>
6561       <returns>A positive number that represents the width of the rectangle. The default is 0.</returns>
6562       <exception cref="T:System.ArgumentException">
6563         <see cref="P:System.Windows.Rect.Width" /> is set to a negative value.</exception>
6564       <exception cref="T:System.InvalidOperationException">
6565         <see cref="P:System.Windows.Rect.Width" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6566     </member>
6567     <member name="P:System.Windows.Rect.X">
6568       <summary>Gets or sets the x-axis value of the left side of the rectangle.</summary>
6569       <returns>The x-axis value of the left side of the rectangle.</returns>
6570       <exception cref="T:System.InvalidOperationException">
6571         <see cref="P:System.Windows.Rect.X" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6572     </member>
6573     <member name="P:System.Windows.Rect.Y">
6574       <summary>Gets or sets the y-axis value of the top side of the rectangle.</summary>
6575       <returns>The y-axis value of the top side of the rectangle.</returns>
6576       <exception cref="T:System.InvalidOperationException">
6577         <see cref="P:System.Windows.Rect.Y" /> is set on an <see cref="P:System.Windows.Rect.Empty" /> rectangle.</exception>
6578     </member>
6579     <member name="T:System.Windows.RectConverter">
6580       <summary>Converts instances of other types to and from instances of <see cref="T:System.Windows.Rect" />.</summary>
6581     </member>
6582     <member name="M:System.Windows.RectConverter.#ctor">
6583       <summary>Initializes a new instance of the <see cref="T:System.Windows.RectConverter" /> class.</summary>
6584     </member>
6585     <member name="M:System.Windows.RectConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6586       <summary>Determines whether an object can be converted from a given type to an instance of <see cref="T:System.Windows.Rect" />.</summary>
6587       <param name="context">Provides contextual information required for conversion.</param>
6588       <param name="sourceType">The type of the source that is being evaluated for conversion.</param>
6589       <returns>
6590         <see langword="true" /> if the type can be converted to a <see cref="T:System.Windows.Rect" />; otherwise, <see langword="false" />.</returns>
6591     </member>
6592     <member name="M:System.Windows.RectConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6593       <summary>Determines whether a <see cref="T:System.Windows.Rect" /> can be converted to the specified type.</summary>
6594       <param name="context">Provides contextual information required for conversion.</param>
6595       <param name="destinationType">The desired type this <see cref="T:System.Windows.Rect" /> is being evaluated for conversion.</param>
6596       <returns>
6597         <see langword="true" /> if a <see cref="T:System.Windows.Rect" /> can be converted to <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
6598     </member>
6599     <member name="M:System.Windows.RectConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
6600       <summary>Attempts to convert the specified object to a <see cref="T:System.Windows.Rect" />.</summary>
6601       <param name="context">Provides contextual information required for conversion.</param>
6602       <param name="culture">Cultural information which is respected when converting.</param>
6603       <param name="value">The object being converted.</param>
6604       <returns>The <see cref="T:System.Windows.Rect" /> created from converting <paramref name="value" />.</returns>
6605       <exception cref="T:System.NotSupportedException">Thrown if the specified object is NULL or is a type that cannot be converted to a <see cref="T:System.Windows.Rect" />.</exception>
6606     </member>
6607     <member name="M:System.Windows.RectConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
6608       <summary>Attempts to convert a <see cref="T:System.Windows.Rect" /> to the specified type.</summary>
6609       <param name="context">Provides contextual information required for conversion.</param>
6610       <param name="culture">Cultural information which is respected during conversion.</param>
6611       <param name="value">The <see cref="T:System.Windows.Rect" /> to convert.</param>
6612       <param name="destinationType">The type to convert this <see cref="T:System.Windows.Rect" /> to.</param>
6613       <returns>The object created from converting this <see cref="T:System.Windows.Rect" />.</returns>
6614       <exception cref="T:System.NotSupportedException">
6615         <paramref name="value" /> is <see langword="null" />.
6616 -or-
6617 <paramref name="value" /> is not a <see cref="T:System.Windows.Rect" />.
6618 -or-
6619 The <paramref name="destinationType" /> is not one of the valid types for conversion.</exception>
6620     </member>
6621     <member name="T:System.Windows.Size">
6622       <summary>Implements a structure that is used to describe the <see cref="T:System.Windows.Size" /> of an object.</summary>
6623     </member>
6624     <member name="M:System.Windows.Size.#ctor(System.Double,System.Double)">
6625       <summary>Initializes a new instance of the <see cref="T:System.Windows.Size" /> structure and assigns it an initial <paramref name="width" /> and <paramref name="height" />.</summary>
6626       <param name="width">The initial width of the instance of <see cref="T:System.Windows.Size" />.</param>
6627       <param name="height">The initial height of the instance of <see cref="T:System.Windows.Size" />.</param>
6628     </member>
6629     <member name="P:System.Windows.Size.Empty">
6630       <summary>Gets a value that represents a static empty <see cref="T:System.Windows.Size" />.</summary>
6631       <returns>An empty instance of <see cref="T:System.Windows.Size" />.</returns>
6632     </member>
6633     <member name="M:System.Windows.Size.Equals(System.Object)">
6634       <summary>Compares an object to an instance of <see cref="T:System.Windows.Size" /> for equality.</summary>
6635       <param name="o">The <see cref="T:System.Object" /> to compare.</param>
6636       <returns>
6637         <see langword="true" /> if the sizes are equal; otherwise, <see langword="false" />.</returns>
6638     </member>
6639     <member name="M:System.Windows.Size.Equals(System.Windows.Size)">
6640       <summary>Compares a value to an instance of <see cref="T:System.Windows.Size" /> for equality.</summary>
6641       <param name="value">The size to compare to this current instance of <see cref="T:System.Windows.Size" />.</param>
6642       <returns>
6643         <see langword="true" /> if the instances of <see cref="T:System.Windows.Size" /> are equal; otherwise, <see langword="false" />.</returns>
6644     </member>
6645     <member name="M:System.Windows.Size.Equals(System.Windows.Size,System.Windows.Size)">
6646       <summary>Compares two instances of <see cref="T:System.Windows.Size" /> for equality.</summary>
6647       <param name="size1">The first instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6648       <param name="size2">The second instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6649       <returns>
6650         <see langword="true" /> if the instances of <see cref="T:System.Windows.Size" /> are equal; otherwise, <see langword="false" />.</returns>
6651     </member>
6652     <member name="M:System.Windows.Size.GetHashCode">
6653       <summary>Gets the hash code for this instance of <see cref="T:System.Windows.Size" />.</summary>
6654       <returns>The hash code for this instance of <see cref="T:System.Windows.Size" />.</returns>
6655     </member>
6656     <member name="P:System.Windows.Size.Height">
6657       <summary>Gets or sets the <see cref="P:System.Windows.Size.Height" /> of this instance of <see cref="T:System.Windows.Size" />.</summary>
6658       <returns>The <see cref="P:System.Windows.Size.Height" /> of this instance of <see cref="T:System.Windows.Size" />. The default is 0. The value cannot be negative.</returns>
6659     </member>
6660     <member name="P:System.Windows.Size.IsEmpty">
6661       <summary>Gets a value that indicates whether this instance of <see cref="T:System.Windows.Size" /> is <see cref="P:System.Windows.Size.Empty" />.</summary>
6662       <returns>
6663         <see langword="true" /> if this instance of size is <see cref="P:System.Windows.Size.Empty" />; otherwise <see langword="false" />.</returns>
6664     </member>
6665     <member name="M:System.Windows.Size.op_Equality(System.Windows.Size,System.Windows.Size)">
6666       <summary>Compares two instances of <see cref="T:System.Windows.Size" /> for equality.</summary>
6667       <param name="size1">The first instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6668       <param name="size2">The second instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6669       <returns>
6670         <see langword="true" /> if the two instances of <see cref="T:System.Windows.Size" /> are equal; otherwise <see langword="false" />.</returns>
6671     </member>
6672     <member name="M:System.Windows.Size.op_Explicit(System.Windows.Size)~System.Windows.Point">
6673       <summary>Explicitly converts an instance of <see cref="T:System.Windows.Size" /> to an instance of <see cref="T:System.Windows.Point" />.</summary>
6674       <param name="size">The <see cref="T:System.Windows.Size" /> value to be converted.</param>
6675       <returns>A <see cref="T:System.Windows.Point" /> equal in value to this instance of <see cref="T:System.Windows.Size" />.</returns>
6676     </member>
6677     <member name="M:System.Windows.Size.op_Explicit(System.Windows.Size)~System.Windows.Vector">
6678       <summary>Explicitly converts an instance of <see cref="T:System.Windows.Size" /> to an instance of <see cref="T:System.Windows.Vector" />.</summary>
6679       <param name="size">The <see cref="T:System.Windows.Size" /> value to be converted.</param>
6680       <returns>A <see cref="T:System.Windows.Vector" /> equal in value to this instance of <see cref="T:System.Windows.Size" />.</returns>
6681     </member>
6682     <member name="M:System.Windows.Size.op_Inequality(System.Windows.Size,System.Windows.Size)">
6683       <summary>Compares two instances of <see cref="T:System.Windows.Size" /> for inequality.</summary>
6684       <param name="size1">The first instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6685       <param name="size2">The second instance of <see cref="T:System.Windows.Size" /> to compare.</param>
6686       <returns>
6687         <see langword="true" /> if the instances of <see cref="T:System.Windows.Size" /> are not equal; otherwise <see langword="false" />.</returns>
6688     </member>
6689     <member name="M:System.Windows.Size.Parse(System.String)">
6690       <summary>Returns an instance of <see cref="T:System.Windows.Size" /> from a converted <see cref="T:System.String" />.</summary>
6691       <param name="source">A <see cref="T:System.String" /> value to parse to a <see cref="T:System.Windows.Size" /> value.</param>
6692       <returns>An instance of <see cref="T:System.Windows.Size" />.</returns>
6693     </member>
6694     <member name="M:System.Windows.Size.System#IFormattable#ToString(System.String,System.IFormatProvider)">
6695       <summary>This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
6696       <param name="format">The format to use.</param>
6697       <param name="provider">The provider to use to format the value.</param>
6698       <returns>The value of the current instance in the specified format.</returns>
6699     </member>
6700     <member name="M:System.Windows.Size.ToString">
6701       <summary>Returns a <see cref="T:System.String" /> that represents this <see cref="T:System.Windows.Size" /> object.</summary>
6702       <returns>A <see cref="T:System.String" /> that specifies the width followed by the height.</returns>
6703     </member>
6704     <member name="M:System.Windows.Size.ToString(System.IFormatProvider)">
6705       <summary>Returns a <see cref="T:System.String" /> that represents this instance of <see cref="T:System.Windows.Size" />.</summary>
6706       <param name="provider">An object that provides a way to control formatting.</param>
6707       <returns>A <see cref="T:System.String" /> that represents this <see cref="T:System.Windows.Size" /> object.</returns>
6708     </member>
6709     <member name="P:System.Windows.Size.Width">
6710       <summary>Gets or sets the <see cref="P:System.Windows.Size.Width" /> of this instance of <see cref="T:System.Windows.Size" />.</summary>
6711       <returns>The <see cref="P:System.Windows.Size.Width" /> of this instance of <see cref="T:System.Windows.Size" />. The default value is <c>0</c>. The value cannot be negative.</returns>
6712     </member>
6713     <member name="T:System.Windows.SizeConverter">
6714       <summary>Converts instances of other types to and from instances of the <see cref="T:System.Windows.Size" /> class.</summary>
6715     </member>
6716     <member name="M:System.Windows.SizeConverter.#ctor">
6717       <summary>Initializes a new instance of the <see cref="T:System.Windows.SizeConverter" /> class.</summary>
6718     </member>
6719     <member name="M:System.Windows.SizeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6720       <summary>Determines whether a class can be converted from a given type to an instance of <see cref="T:System.Windows.Size" />.</summary>
6721       <param name="context">Provides contextual information about a component.</param>
6722       <param name="sourceType">Identifies the data type to evaluate for conversion.</param>
6723       <returns>
6724         <see langword="true" /> if the <paramref name="sourceType" /> can be converted to an instance of <see cref="T:System.Windows.Size" />; otherwise, <see langword="false" />.</returns>
6725     </member>
6726     <member name="M:System.Windows.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
6727       <summary>Determines whether an instance of <see cref="T:System.Windows.Size" /> can be converted to a different type.</summary>
6728       <param name="context">Provides contextual information about a component.</param>
6729       <param name="destinationType">Identifies the data type to evaluate for conversion.</param>
6730       <returns>
6731         <see langword="true" /> if this instance of <see cref="T:System.Windows.Size" /> can be converted to the <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
6732     </member>
6733     <member name="M:System.Windows.SizeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
6734       <summary>Attempts to convert a specified object to an instance of <see cref="T:System.Windows.Size" />.</summary>
6735       <param name="context">Provides contextual information about a component.</param>
6736       <param name="culture">Culture-specific information that should be respected during conversion.</param>
6737       <param name="value">The source object that is being converted.</param>
6738       <returns>The instance of <see cref="T:System.Windows.Size" /> that is created from the converted <paramref name="source" />.</returns>
6739     </member>
6740     <member name="M:System.Windows.SizeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
6741       <summary>Attempts to convert an instance of <see cref="T:System.Windows.Size" /> to a specified type.</summary>
6742       <param name="context">Provides contextual information about a component.</param>
6743       <param name="culture">Culture-specific information that should be respected during conversion.</param>
6744       <param name="value">The instance of <see cref="T:System.Windows.Size" /> to convert.</param>
6745       <param name="destinationType">The type that this instance of <see cref="T:System.Windows.Size" /> is converted to.</param>
6746       <returns>The object that is created from the converted instance of <see cref="T:System.Windows.Size" />.</returns>
6747       <exception cref="T:System.NotSupportedException">
6748         <paramref name="value" /> is <see langword="null" /> or is not an instance of <see cref="T:System.Windows.Size" />, or if the <paramref name="destinationType" /> is not one of the valid destination types.</exception>
6749     </member>
6750     <member name="T:System.Windows.SplashScreen">
6751       <summary>Provides a startup screen for a Windows Presentation Foundation (WPF) application.</summary>
6752     </member>
6753     <member name="M:System.Windows.SplashScreen.#ctor(System.Reflection.Assembly,System.String)">
6754       <summary>Initializes a new instance of the <see cref="T:System.Windows.SplashScreen" /> class with the specified resource assembly.</summary>
6755       <param name="resourceAssembly">The assembly that contains the embedded resource.</param>
6756       <param name="resourceName">The name of the embedded resource.</param>
6757     </member>
6758     <member name="M:System.Windows.SplashScreen.#ctor(System.String)">
6759       <summary>Initializes a new instance of the <see cref="T:System.Windows.SplashScreen" /> class with the specified resource.</summary>
6760       <param name="resourceName">The name of the embedded resource.</param>
6761     </member>
6762     <member name="M:System.Windows.SplashScreen.Close(System.TimeSpan)">
6763       <summary>Closes the splash screen.</summary>
6764       <param name="fadeoutDuration">A <see cref="T:System.TimeSpan" /> that specifies how long it will take for the splash screen to fade after the close operation has been initiated.</param>
6765     </member>
6766     <member name="M:System.Windows.SplashScreen.Show(System.Boolean)">
6767       <summary>Displays the splash screen.</summary>
6768       <param name="autoClose">
6769         <see langword="true" /> to automatically close the splash screen; <see langword="false" /> to close the splash screen manually.</param>
6770       <exception cref="T:System.IO.IOException">The resource specified in the constructor could not be found.</exception>
6771     </member>
6772     <member name="M:System.Windows.SplashScreen.Show(System.Boolean,System.Boolean)">
6773       <summary>Displays the splash screen.</summary>
6774       <param name="autoClose">
6775         <see langword="true" /> to automatically close the splash screen; <see langword="false" /> to close the splash screen manually.</param>
6776       <param name="topMost">
6777         <see langword="true" /> if the splash screen window should use the WS_EX_TOPMOST style; otherwise <see langword="false" />.</param>
6778     </member>
6779     <member name="T:System.Windows.Threading.Dispatcher">
6780       <summary>Provides services for managing the queue of work items for a thread.</summary>
6781     </member>
6782     <member name="M:System.Windows.Threading.Dispatcher.BeginInvoke(System.Delegate,System.Object[])">
6783       <summary>Executes the specified delegate asynchronously with the specified arguments on the thread that the <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
6784       <param name="method">The delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6785       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6786       <returns>An object, which is returned immediately after <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
6787     </member>
6788     <member name="M:System.Windows.Threading.Dispatcher.BeginInvoke(System.Delegate,System.Windows.Threading.DispatcherPriority,System.Object[])">
6789       <summary>Executes the specified delegate asynchronously with the specified arguments, at the specified priority, on the thread that the <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
6790       <param name="method">The delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6791       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6792       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6793       <returns>An object, which is returned immediately after <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
6794     </member>
6795     <member name="M:System.Windows.Threading.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority,System.Delegate)">
6796       <summary>Executes the specified delegate asynchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6797       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6798       <param name="method">The delegate to a method that takes no arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6799       <returns>An object, which is returned immediately after <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
6800       <exception cref="T:System.ArgumentNullException">
6801         <paramref name="method" /> is <see langword="null" />.</exception>
6802       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6803         <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
6804     </member>
6805     <member name="M:System.Windows.Threading.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority,System.Delegate,System.Object)">
6806       <summary>Executes the specified delegate asynchronously at the specified priority and with the specified argument on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6807       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6808       <param name="method">A delegate to a method that takes one argument, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6809       <param name="arg">The object to pass as an argument to the specified method.</param>
6810       <returns>An object, which is returned immediately after <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
6811       <exception cref="T:System.ArgumentNullException">
6812         <paramref name="method" /> is <see langword="null" />.</exception>
6813       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6814         <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
6815     </member>
6816     <member name="M:System.Windows.Threading.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority,System.Delegate,System.Object,System.Object[])">
6817       <summary>Executes the specified delegate asynchronously at the specified priority and with the specified array of arguments on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6818       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6819       <param name="method">A delegate to a method that takes multiple arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6820       <param name="arg">The object to pass as an argument to the specified method.</param>
6821       <param name="args">An array of objects to pass as arguments to the specified method.</param>
6822       <returns>An object, which is returned immediately after <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> is called, that can be used to interact with the delegate as it is pending execution in the <see cref="T:System.Windows.Threading.Dispatcher" /> queue.</returns>
6823       <exception cref="T:System.ArgumentNullException">
6824         <paramref name="method" /> is <see langword="null" />.</exception>
6825       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6826         <see cref="T:System.Windows.Threading.DispatcherPriority" /> is not a valid priority.</exception>
6827     </member>
6828     <member name="M:System.Windows.Threading.Dispatcher.BeginInvokeShutdown(System.Windows.Threading.DispatcherPriority)">
6829       <summary>Initiates shutdown of the <see cref="T:System.Windows.Threading.Dispatcher" /> asynchronously.</summary>
6830       <param name="priority">The priority at which to begin shutting down the dispatcher.</param>
6831     </member>
6832     <member name="M:System.Windows.Threading.Dispatcher.CheckAccess">
6833       <summary>Determines whether the calling thread is the thread associated with this <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
6834       <returns>
6835         <see langword="true" /> if the calling thread is the thread associated with this <see cref="T:System.Windows.Threading.Dispatcher" />; otherwise, <see langword="false" />.</returns>
6836     </member>
6837     <member name="P:System.Windows.Threading.Dispatcher.CurrentDispatcher">
6838       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> for the thread currently executing and creates a new <see cref="T:System.Windows.Threading.Dispatcher" /> if one is not already associated with the thread.</summary>
6839       <returns>The dispatcher associated with the current thread.</returns>
6840     </member>
6841     <member name="M:System.Windows.Threading.Dispatcher.DisableProcessing">
6842       <summary>Disables processing of the <see cref="T:System.Windows.Threading.Dispatcher" /> queue.</summary>
6843       <returns>A structure used to re-enable dispatcher processing.</returns>
6844     </member>
6845     <member name="M:System.Windows.Threading.Dispatcher.ExitAllFrames">
6846       <summary>Requests that all frames exit, including nested frames.</summary>
6847     </member>
6848     <member name="M:System.Windows.Threading.Dispatcher.FromThread(System.Threading.Thread)">
6849       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> for the specified thread.</summary>
6850       <param name="thread">The thread to obtain the <see cref="T:System.Windows.Threading.Dispatcher" /> from.</param>
6851       <returns>The dispatcher for <paramref name="thread" />.</returns>
6852     </member>
6853     <member name="P:System.Windows.Threading.Dispatcher.HasShutdownFinished">
6854       <summary>Determines whether the <see cref="T:System.Windows.Threading.Dispatcher" /> has finished shutting down.</summary>
6855       <returns>
6856         <see langword="true" /> if the dispatcher has finished shutting down; otherwise, <see langword="false" />.</returns>
6857     </member>
6858     <member name="P:System.Windows.Threading.Dispatcher.HasShutdownStarted">
6859       <summary>Determines whether the <see cref="T:System.Windows.Threading.Dispatcher" /> is shutting down.</summary>
6860       <returns>
6861         <see langword="true" /> if the <see cref="T:System.Windows.Threading.Dispatcher" /> has started shutting down; otherwise, <see langword="false" />.</returns>
6862     </member>
6863     <member name="P:System.Windows.Threading.Dispatcher.Hooks">
6864       <summary>Gets the collection of hooks that provide additional event information about the <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
6865       <returns>The hooks associated with this <see cref="T:System.Windows.Threading.Dispatcher" />.</returns>
6866     </member>
6867     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Action)">
6868       <summary>Executes the specified <see cref="T:System.Action" /> synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6869       <param name="callback">A delegate to invoke through the dispatcher.</param>
6870     </member>
6871     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Action,System.Windows.Threading.DispatcherPriority)">
6872       <summary>Executes the specified <see cref="T:System.Action" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6873       <param name="callback">A delegate to invoke through the dispatcher.</param>
6874       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
6875     </member>
6876     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Action,System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)">
6877       <summary>Executes the specified <see cref="T:System.Action" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6878       <param name="callback">A delegate to invoke through the dispatcher.</param>
6879       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
6880       <param name="cancellationToken">An object that indicates whether to cancel the action.</param>
6881     </member>
6882     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Action,System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken,System.TimeSpan)">
6883       <summary>Executes the specified <see cref="T:System.Action" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6884       <param name="callback">A delegate to invoke through the dispatcher.</param>
6885       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
6886       <param name="cancellationToken">An object that indicates whether to cancel the action.</param>
6887       <param name="timeout">The minimum amount of time to wait for the operation to start.</param>
6888     </member>
6889     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Delegate,System.Object[])">
6890       <summary>Executes the specified delegate with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6891       <param name="method">A delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6892       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6893       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6894     </member>
6895     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Delegate,System.TimeSpan,System.Object[])">
6896       <summary>Executes the specified delegate within the designated time span at the specified priority with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6897       <param name="method">A delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6898       <param name="timeout">The maximum amount of time to wait for the operation to complete.</param>
6899       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6900       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6901     </member>
6902     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Delegate,System.TimeSpan,System.Windows.Threading.DispatcherPriority,System.Object[])">
6903       <summary>Executes the specified delegate within the designated time span at the specified priority with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6904       <param name="method">A delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6905       <param name="timeout">The maximum amount of time to wait for the operation to complete.</param>
6906       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6907       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6908       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6909     </member>
6910     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Delegate,System.Windows.Threading.DispatcherPriority,System.Object[])">
6911       <summary>Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6912       <param name="method">A delegate to a method that takes parameters specified in <paramref name="args" />, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6913       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6914       <param name="args">An array of objects to pass as arguments to the given method. Can be <see langword="null" />.</param>
6915       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6916     </member>
6917     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.Delegate)">
6918       <summary>Executes the specified delegate synchronously at the specified priority on the thread on which the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6919       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6920       <param name="method">A delegate to a method that takes no arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6921       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6922       <exception cref="T:System.ArgumentException">
6923         <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
6924       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6925         <paramref name="priority" /> is not a valid priority.</exception>
6926       <exception cref="T:System.ArgumentNullException">
6927         <paramref name="method" /> is <see langword="null" />.</exception>
6928     </member>
6929     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.Delegate,System.Object)">
6930       <summary>Executes the specified delegate at the specified priority with the specified argument synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6931       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6932       <param name="method">A delegate to a method that takes one argument, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6933       <param name="arg">An object to pass as an argument to the given method.</param>
6934       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6935       <exception cref="T:System.ArgumentException">
6936         <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
6937       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6938         <paramref name="priority" /> is not a valid priority.</exception>
6939       <exception cref="T:System.ArgumentNullException">
6940         <paramref name="method" /> is <see langword="null" />.</exception>
6941     </member>
6942     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.Delegate,System.Object,System.Object[])">
6943       <summary>Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6944       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6945       <param name="method">A delegate to a method that takes multiple arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6946       <param name="arg">An object to pass as an argument to the given method.</param>
6947       <param name="args">An array of objects to pass as arguments to the given method.</param>
6948       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6949       <exception cref="T:System.ArgumentException">
6950         <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
6951       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6952         <paramref name="priority" /> is not a valid priority.</exception>
6953       <exception cref="T:System.ArgumentNullException">
6954         <paramref name="method" /> is <see langword="null" />.</exception>
6955     </member>
6956     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate)">
6957       <summary>Executes the specified delegate synchronously at the specified priority and with the specified time-out value on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> was created.</summary>
6958       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6959       <param name="timeout">The maximum time to wait for the operation to finish.</param>
6960       <param name="method">The delegate to a method that takes no arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6961       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6962     </member>
6963     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate,System.Object)">
6964       <summary>Executes the specified delegate at the specified priority with the specified argument synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6965       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6966       <param name="timeout">The maximum time to wait for the operation to finish.</param>
6967       <param name="method">A delegate to a method that takes multiple arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6968       <param name="arg">An object to pass as an argument to the given method. This can be <see langword="null" /> if no arguments are needed.</param>
6969       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6970       <exception cref="T:System.ArgumentException">
6971         <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
6972       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6973         <paramref name="priority" /> is not a valid priority.</exception>
6974       <exception cref="T:System.ArgumentNullException">
6975         <paramref name="method" /> is <see langword="null" />.</exception>
6976     </member>
6977     <member name="M:System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate,System.Object,System.Object[])">
6978       <summary>Executes the specified delegate at the specified priority with the specified arguments synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6979       <param name="priority">The priority, relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue, the specified method is invoked.</param>
6980       <param name="timeout">The maximum time to wait for the operation to finish.</param>
6981       <param name="method">A delegate to a method that takes multiple arguments, which is pushed onto the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue.</param>
6982       <param name="arg">An object to pass as an argument to the specified method.</param>
6983       <param name="args">An array of objects to pass as arguments to the specified method.</param>
6984       <returns>The return value from the delegate being invoked or <see langword="null" /> if the delegate has no return value.</returns>
6985       <exception cref="T:System.ArgumentException">
6986         <paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
6987       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
6988         <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
6989       <exception cref="T:System.ArgumentNullException">
6990         <paramref name="method" /> is <see langword="null" />.</exception>
6991     </member>
6992     <member name="M:System.Windows.Threading.Dispatcher.Invoke``1(System.Func{``0})">
6993       <summary>Executes the specified <see cref="T:System.Func`1" /> synchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6994       <param name="callback">A delegate to invoke through the dispatcher.</param>
6995       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
6996     </member>
6997     <member name="M:System.Windows.Threading.Dispatcher.Invoke``1(System.Func{``0},System.Windows.Threading.DispatcherPriority)">
6998       <summary>Executes the specified <see cref="T:System.Func`1" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
6999       <param name="callback">A delegate to invoke through the dispatcher.</param>
7000       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7001       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7002     </member>
7003     <member name="M:System.Windows.Threading.Dispatcher.Invoke``1(System.Func{``0},System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)">
7004       <summary>Executes the specified <see cref="T:System.Func`1" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7005       <param name="callback">A delegate to invoke through the dispatcher.</param>
7006       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7007       <param name="cancellationToken">An object that indicates whether to cancel the operation.</param>
7008       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7009     </member>
7010     <member name="M:System.Windows.Threading.Dispatcher.Invoke``1(System.Func{``0},System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken,System.TimeSpan)">
7011       <summary>Executes the specified <see cref="T:System.Func`1" /> synchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7012       <param name="callback">A delegate to invoke through the dispatcher.</param>
7013       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7014       <param name="cancellationToken">An object that indicates whether to cancel the operation.</param>
7015       <param name="timeout">The minimum amount of time to wait for the operation to start.</param>
7016       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7017     </member>
7018     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action)">
7019       <summary>Executes the specified <see cref="T:System.Action" /> asynchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7020       <param name="callback">A delegate to invoke through the dispatcher.</param>
7021       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action)" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7022     </member>
7023     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action,System.Windows.Threading.DispatcherPriority)">
7024       <summary>Executes the specified <see cref="T:System.Action" /> asynchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7025       <param name="callback">A delegate to invoke through the dispatcher.</param>
7026       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7027       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action,System.Windows.Threading.DispatcherPriority)" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7028     </member>
7029     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action,System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)">
7030       <summary>Executes the specified <see cref="T:System.Action" /> asynchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7031       <param name="callback">A delegate to invoke through the dispatcher.</param>
7032       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7033       <param name="cancellationToken">An object that indicates whether to cancel the action.</param>
7034       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync(System.Action,System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7035     </member>
7036     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0})">
7037       <summary>Executes the specified <see cref="T:System.Func`1" /> asynchronously on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7038       <param name="callback">A delegate to invoke through the dispatcher.</param>
7039       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7040       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0})" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7041     </member>
7042     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0},System.Windows.Threading.DispatcherPriority)">
7043       <summary>Executes the specified <see cref="T:System.Func`1" /> asynchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7044       <param name="callback">A delegate to invoke through the dispatcher.</param>
7045       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7046       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7047       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0},System.Windows.Threading.DispatcherPriority)" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7048     </member>
7049     <member name="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0},System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)">
7050       <summary>Executes the specified <see cref="T:System.Func`1" /> asynchronously at the specified priority on the thread the <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7051       <param name="callback">A delegate to invoke through the dispatcher.</param>
7052       <param name="priority">The priority that determines in what order the specified callback is invoked relative to the other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" />.</param>
7053       <param name="cancellationToken">An object that indicates whether to cancel the operation.</param>
7054       <typeparam name="TResult">The return value type of the specified delegate.</typeparam>
7055       <returns>An object, which is returned immediately after <see cref="M:System.Windows.Threading.Dispatcher.InvokeAsync``1(System.Func{``0},System.Windows.Threading.DispatcherPriority,System.Threading.CancellationToken)" /> is called, that can be used to interact with the delegate as it is pending execution in the event queue.</returns>
7056     </member>
7057     <member name="M:System.Windows.Threading.Dispatcher.InvokeShutdown">
7058       <summary>Initiates the shutdown process of the <see cref="T:System.Windows.Threading.Dispatcher" /> synchronously.</summary>
7059     </member>
7060     <member name="M:System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)">
7061       <summary>Enters an execute loop.</summary>
7062       <param name="frame">The frame for the dispatcher to process.</param>
7063       <exception cref="T:System.ArgumentNullException">
7064         <paramref name="frame" /> is <see langword="null" />.</exception>
7065       <exception cref="T:System.InvalidOperationException">
7066         <see cref="P:System.Windows.Threading.Dispatcher.HasShutdownFinished" /> is <see langword="true" />
7067 -or-
7068 <paramref name="frame" /> is running on a different <see cref="T:System.Windows.Threading.Dispatcher" />.
7069 -or-
7070 Dispatcher processing has been disabled.</exception>
7071     </member>
7072     <member name="M:System.Windows.Threading.Dispatcher.Run">
7073       <summary>Pushes the main execution frame on the event queue of the <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7074     </member>
7075     <member name="E:System.Windows.Threading.Dispatcher.ShutdownFinished">
7076       <summary>Occurs when the <see cref="T:System.Windows.Threading.Dispatcher" /> finishes shutting down.</summary>
7077     </member>
7078     <member name="E:System.Windows.Threading.Dispatcher.ShutdownStarted">
7079       <summary>Occurs when the <see cref="T:System.Windows.Threading.Dispatcher" /> begins to shut down.</summary>
7080     </member>
7081     <member name="P:System.Windows.Threading.Dispatcher.Thread">
7082       <summary>Gets the thread this <see cref="T:System.Windows.Threading.Dispatcher" /> is associated with.</summary>
7083       <returns>The thread.</returns>
7084     </member>
7085     <member name="E:System.Windows.Threading.Dispatcher.UnhandledException">
7086       <summary>Occurs when a thread exception is thrown and uncaught during execution of a delegate by way of <see cref="Overload:System.Windows.Threading.Dispatcher.Invoke" /> or <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" />.</summary>
7087     </member>
7088     <member name="E:System.Windows.Threading.Dispatcher.UnhandledExceptionFilter">
7089       <summary>Occurs when a thread exception is thrown and uncaught during execution of a delegate by way of <see cref="Overload:System.Windows.Threading.Dispatcher.Invoke" /> or <see cref="Overload:System.Windows.Threading.Dispatcher.BeginInvoke" /> when in the filter stage.</summary>
7090     </member>
7091     <member name="M:System.Windows.Threading.Dispatcher.ValidatePriority(System.Windows.Threading.DispatcherPriority,System.String)">
7092       <summary>Determines whether the specified <see cref="T:System.Windows.Threading.DispatcherPriority" /> is a valid priority.</summary>
7093       <param name="priority">The priority to check.</param>
7094       <param name="parameterName">A string that will be returned by the exception that occurs if the priority is invalid.</param>
7095       <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
7096         <paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
7097     </member>
7098     <member name="M:System.Windows.Threading.Dispatcher.VerifyAccess">
7099       <summary>Determines whether the calling thread has access to this <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7100       <exception cref="T:System.InvalidOperationException">The calling thread does not have access to this <see cref="T:System.Windows.Threading.Dispatcher" />.</exception>
7101     </member>
7102     <member name="M:System.Windows.Threading.Dispatcher.Yield">
7103       <summary>Creates an awaitable object that asynchronously yields control back to the current dispatcher and provides an opportunity for the dispatcher to process other events.</summary>
7104       <returns>An awaitable object that asynchronously yields control back to the current dispatcher and provides an opportunity for the dispatcher to process other events.</returns>
7105     </member>
7106     <member name="M:System.Windows.Threading.Dispatcher.Yield(System.Windows.Threading.DispatcherPriority)">
7107       <summary>Creates an awaitable object that asynchronously yields control back to the current dispatcher and provides an opportunity for the dispatcher to process other events.  The work that occurs when control returns to the code awaiting the result of this method is scheduled with the specified priority.</summary>
7108       <param name="priority">The priority at which to schedule the continuation.</param>
7109       <returns>An awaitable object that asynchronously yields control back to the current dispatcher and provides an opportunity for the dispatcher to process other events.</returns>
7110     </member>
7111     <member name="T:System.Windows.Threading.DispatcherEventArgs">
7112       <summary>Provides event data for <see cref="T:System.Windows.Threading.Dispatcher" /> related events.</summary>
7113     </member>
7114     <member name="P:System.Windows.Threading.DispatcherEventArgs.Dispatcher">
7115       <summary>The <see cref="T:System.Windows.Threading.Dispatcher" /> associated with this event.</summary>
7116       <returns>The dispatcher.</returns>
7117     </member>
7118     <member name="T:System.Windows.Threading.DispatcherFrame">
7119       <summary>Represents an execution loop in the <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7120     </member>
7121     <member name="M:System.Windows.Threading.DispatcherFrame.#ctor">
7122       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherFrame" /> class.</summary>
7123     </member>
7124     <member name="M:System.Windows.Threading.DispatcherFrame.#ctor(System.Boolean)">
7125       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherFrame" /> class, by using the specified exit request flag.</summary>
7126       <param name="exitWhenRequested">Indicates whether this frame will exit when all frames are requested to exit.</param>
7127     </member>
7128     <member name="P:System.Windows.Threading.DispatcherFrame.Continue">
7129       <summary>Gets or sets a value that indicates whether this <see cref="T:System.Windows.Threading.DispatcherFrame" /> should continue.</summary>
7130       <returns>
7131         <see langword="true" /> if the frame should continue; otherwise, <see langword="false" />.  The default value is <see langword="true" />.</returns>
7132     </member>
7133     <member name="T:System.Windows.Threading.DispatcherHookEventArgs">
7134       <summary>Provides event data for <see cref="T:System.Windows.Threading.DispatcherHooks" /> events.</summary>
7135     </member>
7136     <member name="M:System.Windows.Threading.DispatcherHookEventArgs.#ctor(System.Windows.Threading.DispatcherOperation)">
7137       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherHookEventArgs" /> class.</summary>
7138       <param name="operation">The operation associated with the event.</param>
7139     </member>
7140     <member name="P:System.Windows.Threading.DispatcherHookEventArgs.Dispatcher">
7141       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> associated with this event.</summary>
7142       <returns>The <see cref="T:System.Windows.Threading.Dispatcher" /> associated with this event.</returns>
7143     </member>
7144     <member name="P:System.Windows.Threading.DispatcherHookEventArgs.Operation">
7145       <summary>Gets the <see cref="T:System.Windows.Threading.DispatcherOperation" /> associated with this event.</summary>
7146       <returns>The operation.</returns>
7147     </member>
7148     <member name="T:System.Windows.Threading.DispatcherHookEventHandler">
7149       <summary>Represents the method that will handle <see cref="T:System.Windows.Threading.DispatcherHooks" /> related events.</summary>
7150       <param name="sender">The source of the event.</param>
7151       <param name="e">The event data.</param>
7152     </member>
7153     <member name="T:System.Windows.Threading.DispatcherHooks">
7154       <summary>Provides additional event information about <see cref="T:System.Windows.Threading.Dispatcher" /> processing.</summary>
7155     </member>
7156     <member name="E:System.Windows.Threading.DispatcherHooks.DispatcherInactive">
7157       <summary>Occurs when the dispatcher has no more operations to process.</summary>
7158     </member>
7159     <member name="E:System.Windows.Threading.DispatcherHooks.OperationAborted">
7160       <summary>Occurs when an operation is aborted.</summary>
7161     </member>
7162     <member name="E:System.Windows.Threading.DispatcherHooks.OperationCompleted">
7163       <summary>Occurs when an operation completes.</summary>
7164     </member>
7165     <member name="E:System.Windows.Threading.DispatcherHooks.OperationPosted">
7166       <summary>Occurs when an operation is posted to the dispatcher.</summary>
7167     </member>
7168     <member name="E:System.Windows.Threading.DispatcherHooks.OperationPriorityChanged">
7169       <summary>Occurs when the priority of an operation is changed.</summary>
7170     </member>
7171     <member name="E:System.Windows.Threading.DispatcherHooks.OperationStarted">
7172       <summary>Occurs when an operation is invoked.</summary>
7173     </member>
7174     <member name="T:System.Windows.Threading.DispatcherObject">
7175       <summary>Represents an object that is associated with a <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7176     </member>
7177     <member name="M:System.Windows.Threading.DispatcherObject.#ctor">
7178       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherObject" /> class.</summary>
7179     </member>
7180     <member name="M:System.Windows.Threading.DispatcherObject.CheckAccess">
7181       <summary>Determines whether the calling thread has access to this <see cref="T:System.Windows.Threading.DispatcherObject" />.</summary>
7182       <returns>
7183         <see langword="true" /> if the calling thread has access to this object; otherwise, <see langword="false" />.</returns>
7184     </member>
7185     <member name="P:System.Windows.Threading.DispatcherObject.Dispatcher">
7186       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> this <see cref="T:System.Windows.Threading.DispatcherObject" /> is associated with.</summary>
7187       <returns>The dispatcher.</returns>
7188     </member>
7189     <member name="M:System.Windows.Threading.DispatcherObject.VerifyAccess">
7190       <summary>Enforces that the calling thread has access to this <see cref="T:System.Windows.Threading.DispatcherObject" />.</summary>
7191       <exception cref="T:System.InvalidOperationException">the calling thread does not have access to this <see cref="T:System.Windows.Threading.DispatcherObject" />.</exception>
7192     </member>
7193     <member name="T:System.Windows.Threading.DispatcherOperation">
7194       <summary>Represents an object that is used to interact with an operation that has been posted to the <see cref="T:System.Windows.Threading.Dispatcher" /> queue.</summary>
7195     </member>
7196     <member name="M:System.Windows.Threading.DispatcherOperation.Abort">
7197       <summary>Aborts the operation.</summary>
7198       <returns>
7199         <see langword="true" /> if the operation was aborted; otherwise, <see langword="false" />.</returns>
7200     </member>
7201     <member name="E:System.Windows.Threading.DispatcherOperation.Aborted">
7202       <summary>Occurs when the operation is aborted.</summary>
7203     </member>
7204     <member name="E:System.Windows.Threading.DispatcherOperation.Completed">
7205       <summary>Occurs when the operation has completed.</summary>
7206     </member>
7207     <member name="P:System.Windows.Threading.DispatcherOperation.Dispatcher">
7208       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> that the operation was posted to.</summary>
7209       <returns>The dispatcher.</returns>
7210     </member>
7211     <member name="M:System.Windows.Threading.DispatcherOperation.GetAwaiter">
7212       <summary>Returns an object that is notified when the asynchronous operation is finished.</summary>
7213       <returns>An object that is notified when the asynchronous operation is finished.</returns>
7214     </member>
7215     <member name="M:System.Windows.Threading.DispatcherOperation.InvokeDelegateCore">
7216       <summary>Begins the operation that is associated with this <see cref="T:System.Windows.Threading.DispatcherOperation" />.</summary>
7217       <returns>
7218         <see langword="null" /> in all cases.</returns>
7219     </member>
7220     <member name="P:System.Windows.Threading.DispatcherOperation.Priority">
7221       <summary>Gets or sets the priority of the operation in the <see cref="T:System.Windows.Threading.Dispatcher" /> queue.</summary>
7222       <returns>The priority of the delegate on the queue.</returns>
7223     </member>
7224     <member name="P:System.Windows.Threading.DispatcherOperation.Result">
7225       <summary>Gets the result of the operation after it has completed.</summary>
7226       <returns>The result of the operation -or- <see langword="null" /> if the operation has not completed.</returns>
7227     </member>
7228     <member name="P:System.Windows.Threading.DispatcherOperation.Status">
7229       <summary>Gets the current status of the operation.</summary>
7230       <returns>The status of the operation.</returns>
7231     </member>
7232     <member name="P:System.Windows.Threading.DispatcherOperation.Task">
7233       <summary>Gets a <see cref="T:System.Threading.Tasks.Task`1" /> that represents the current operation.</summary>
7234       <returns>An object that represents the current operation.</returns>
7235     </member>
7236     <member name="M:System.Windows.Threading.DispatcherOperation.Wait">
7237       <summary>Waits for the operation to complete.</summary>
7238       <returns>The status of the operation.</returns>
7239       <exception cref="T:System.InvalidOperationException">
7240         <see cref="P:System.Windows.Threading.DispatcherOperation.Status" /> is equal to <see cref="F:System.Windows.Threading.DispatcherOperationStatus.Executing" />.  This can occur when waiting for an operation that is already executing on the same thread.</exception>
7241     </member>
7242     <member name="M:System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan)">
7243       <summary>Waits for the operation to complete in the specified period of time.</summary>
7244       <param name="timeout">The maximum period of time to wait.</param>
7245       <returns>The status of the operation.</returns>
7246       <exception cref="T:System.InvalidOperationException">
7247         <see cref="P:System.Windows.Threading.DispatcherOperation.Status" /> is equal to <see cref="F:System.Windows.Threading.DispatcherOperationStatus.Executing" />.  This can occur when waiting for an operation that is already executing on the same thread.</exception>
7248     </member>
7249     <member name="T:System.Windows.Threading.DispatcherOperation`1">
7250       <summary>Represents an object that is used to interact with an operation that has been posted to the <see cref="T:System.Windows.Threading.Dispatcher" /> queue and contains a <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
7251       <typeparam name="TResult">The type that is returned by the <see cref="T:System.Threading.Tasks.Task`1" />.</typeparam>
7252     </member>
7253     <member name="M:System.Windows.Threading.DispatcherOperation`1.GetAwaiter">
7254       <summary>Returns an object that awaits an asynchronous operation that returns a result.</summary>
7255       <returns>An object that awaits an asynchronous operation that returns a result.</returns>
7256     </member>
7257     <member name="M:System.Windows.Threading.DispatcherOperation`1.InvokeDelegateCore">
7258       <summary>Begins the operation that is associated with this <see cref="T:System.Windows.Threading.DispatcherOperation" />.</summary>
7259       <returns>The result of the operation.</returns>
7260     </member>
7261     <member name="P:System.Windows.Threading.DispatcherOperation`1.Result">
7262       <summary>Gets the result of the operation after it has completed.</summary>
7263       <returns>The result of the operation.</returns>
7264     </member>
7265     <member name="P:System.Windows.Threading.DispatcherOperation`1.Task">
7266       <summary>Gets a <see cref="T:System.Threading.Tasks.Task`1" /> that represents the current operation.</summary>
7267       <returns>An object that represents the current operation.</returns>
7268     </member>
7269     <member name="T:System.Windows.Threading.DispatcherOperationCallback">
7270       <summary>Represents a delegate to use for dispatcher operations.</summary>
7271       <param name="arg">An argument passed to the callback.</param>
7272       <returns>The object returned by the callback.</returns>
7273     </member>
7274     <member name="T:System.Windows.Threading.DispatcherOperationStatus">
7275       <summary>Describes the possible values for the status of a <see cref="T:System.Windows.Threading.DispatcherOperation" />.</summary>
7276     </member>
7277     <member name="F:System.Windows.Threading.DispatcherOperationStatus.Aborted">
7278       <summary>The operation has aborted.</summary>
7279     </member>
7280     <member name="F:System.Windows.Threading.DispatcherOperationStatus.Completed">
7281       <summary>The operation is completed.</summary>
7282     </member>
7283     <member name="F:System.Windows.Threading.DispatcherOperationStatus.Executing">
7284       <summary>The operation started executing, but has not completed.</summary>
7285     </member>
7286     <member name="F:System.Windows.Threading.DispatcherOperationStatus.Pending">
7287       <summary>The operation is pending and is still in the <see cref="T:System.Windows.Threading.Dispatcher" /> queue.</summary>
7288     </member>
7289     <member name="T:System.Windows.Threading.DispatcherPriority">
7290       <summary>Describes the priorities at which operations can be invoked by way of the <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7291     </member>
7292     <member name="F:System.Windows.Threading.DispatcherPriority.ApplicationIdle">
7293       <summary>The enumeration value is 2. Operations are processed when the application is idle.</summary>
7294     </member>
7295     <member name="F:System.Windows.Threading.DispatcherPriority.Background">
7296       <summary>The enumeration value is 4. Operations are processed after all other non-idle operations are completed.</summary>
7297     </member>
7298     <member name="F:System.Windows.Threading.DispatcherPriority.ContextIdle">
7299       <summary>The enumeration value is 3. Operations are processed after background operations have completed.</summary>
7300     </member>
7301     <member name="F:System.Windows.Threading.DispatcherPriority.DataBind">
7302       <summary>The enumeration value is 8. Operations are processed at the same priority as data binding.</summary>
7303     </member>
7304     <member name="F:System.Windows.Threading.DispatcherPriority.Inactive">
7305       <summary>The enumeration value is 0. Operations are not processed.</summary>
7306     </member>
7307     <member name="F:System.Windows.Threading.DispatcherPriority.Input">
7308       <summary>The enumeration value is 5. Operations are processed at the same priority as input.</summary>
7309     </member>
7310     <member name="F:System.Windows.Threading.DispatcherPriority.Invalid">
7311       <summary>The enumeration value is -1. This is an invalid priority.</summary>
7312     </member>
7313     <member name="F:System.Windows.Threading.DispatcherPriority.Loaded">
7314       <summary>The enumeration value is 6. Operations are processed when layout and render has finished but just before items at input priority are serviced. Specifically this is used when raising the Loaded event.</summary>
7315     </member>
7316     <member name="F:System.Windows.Threading.DispatcherPriority.Normal">
7317       <summary>The enumeration value is 9. Operations are processed at normal priority. This is the typical application priority.</summary>
7318     </member>
7319     <member name="F:System.Windows.Threading.DispatcherPriority.Render">
7320       <summary>The enumeration value is 7. Operations processed at the same priority as rendering.</summary>
7321     </member>
7322     <member name="F:System.Windows.Threading.DispatcherPriority.Send">
7323       <summary>The enumeration value is 10. Operations are processed before other asynchronous operations. This is the highest priority.</summary>
7324     </member>
7325     <member name="F:System.Windows.Threading.DispatcherPriority.SystemIdle">
7326       <summary>The enumeration value is 1. Operations are processed when the system is idle.</summary>
7327     </member>
7328     <member name="T:System.Windows.Threading.DispatcherPriorityAwaitable">
7329       <summary>Represents an awaitable object that asynchronously yields control back to the current dispatcher and provides an opportunity for the dispatcher to process other events.</summary>
7330     </member>
7331     <member name="M:System.Windows.Threading.DispatcherPriorityAwaitable.GetAwaiter">
7332       <summary>Returns an object that waits for the completion of an asynchronous task.</summary>
7333       <returns>An object that waits for the completion of an asynchronous task.</returns>
7334     </member>
7335     <member name="T:System.Windows.Threading.DispatcherPriorityAwaiter">
7336       <summary>Represents an object that waits for the completion of an asynchronous task.</summary>
7337     </member>
7338     <member name="M:System.Windows.Threading.DispatcherPriorityAwaiter.GetResult">
7339       <summary>Ends the wait for the completion of the asynchronous task.</summary>
7340     </member>
7341     <member name="P:System.Windows.Threading.DispatcherPriorityAwaiter.IsCompleted">
7342       <summary>Gets a value that indicates whether the asynchronous task has completed.</summary>
7343       <returns>
7344         <see langword="false" /> in all cases.</returns>
7345     </member>
7346     <member name="M:System.Windows.Threading.DispatcherPriorityAwaiter.OnCompleted(System.Action)">
7347       <summary>Sets the action to perform when the <see cref="T:System.Windows.Threading.DispatcherPriorityAwaiter" /> object stops waiting for the asynchronous task to complete.</summary>
7348       <param name="continuation">The action to perform when the wait operation completes.</param>
7349     </member>
7350     <member name="T:System.Windows.Threading.DispatcherProcessingDisabled">
7351       <summary>Represents the Dispatcher when it is in a disable state and provides a means to re-enable dispatcher processing.</summary>
7352     </member>
7353     <member name="M:System.Windows.Threading.DispatcherProcessingDisabled.Dispose">
7354       <summary>Re-enables dispatcher processing.</summary>
7355     </member>
7356     <member name="M:System.Windows.Threading.DispatcherProcessingDisabled.Equals(System.Object)">
7357       <summary>Determines whether the specified <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> object is equal to this <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> object.</summary>
7358       <param name="obj">The object to evaluate for equality.</param>
7359       <returns>
7360         <see langword="true" /> if the specified object is equal to this <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> object; otherwise, <see langword="false" />.</returns>
7361     </member>
7362     <member name="M:System.Windows.Threading.DispatcherProcessingDisabled.GetHashCode">
7363       <summary>Gets a hash code for this instance.</summary>
7364       <returns>A signed 32-bit integer hash code.</returns>
7365     </member>
7366     <member name="M:System.Windows.Threading.DispatcherProcessingDisabled.op_Equality(System.Windows.Threading.DispatcherProcessingDisabled,System.Windows.Threading.DispatcherProcessingDisabled)">
7367       <summary>Determines whether two <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> objects are equal.</summary>
7368       <param name="left">The first object to compare.</param>
7369       <param name="right">The second object to compare.</param>
7370       <returns>
7371         <see langword="true" /> if the <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> objects are equal; otherwise, <see langword="false" />.</returns>
7372     </member>
7373     <member name="M:System.Windows.Threading.DispatcherProcessingDisabled.op_Inequality(System.Windows.Threading.DispatcherProcessingDisabled,System.Windows.Threading.DispatcherProcessingDisabled)">
7374       <summary>Determines whether two <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> objects are not equal.</summary>
7375       <param name="left">The first object to compare.</param>
7376       <param name="right">The second object to compare.</param>
7377       <returns>
7378         <see langword="true" /> if the <see cref="T:System.Windows.Threading.DispatcherProcessingDisabled" /> objects are not equal; otherwise, <see langword="false" />.</returns>
7379     </member>
7380     <member name="T:System.Windows.Threading.DispatcherSynchronizationContext">
7381       <summary>Provides a synchronization context for Windows Presentation Foundation (WPF).</summary>
7382     </member>
7383     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.#ctor">
7384       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> class by using the current <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7385     </member>
7386     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.#ctor(System.Windows.Threading.Dispatcher)">
7387       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> class by using the specified <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7388       <param name="dispatcher">The <see cref="T:System.Windows.Threading.Dispatcher" /> to associate this <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> with.</param>
7389       <exception cref="T:System.ArgumentNullException">
7390         <paramref name="dispatcher" /> is <see langword="null" />.</exception>
7391     </member>
7392     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.#ctor(System.Windows.Threading.Dispatcher,System.Windows.Threading.DispatcherPriority)">
7393       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> class by using the specified <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7394       <param name="dispatcher">The <see cref="T:System.Windows.Threading.Dispatcher" /> to associate this <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" /> with.</param>
7395       <param name="priority">The priority used to send and post callback methods.</param>
7396     </member>
7397     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.CreateCopy">
7398       <summary>Creates a copy of this <see cref="T:System.Windows.Threading.DispatcherSynchronizationContext" />.</summary>
7399       <returns>The copy of this synchronization context.</returns>
7400     </member>
7401     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.Post(System.Threading.SendOrPostCallback,System.Object)">
7402       <summary>Invokes the callback in the synchronization context asynchronously.</summary>
7403       <param name="d">The delegate to call.</param>
7404       <param name="state">The object passed to the delegate.</param>
7405       <exception cref="T:System.ArgumentNullException">
7406         <paramref name="d" /> is <see langword="null" />.</exception>
7407     </member>
7408     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.Send(System.Threading.SendOrPostCallback,System.Object)">
7409       <summary>Invokes the callback in the synchronization context synchronously.</summary>
7410       <param name="d">The delegate to call.</param>
7411       <param name="state">The object passed to the delegate.</param>
7412       <exception cref="T:System.ArgumentNullException">
7413         <paramref name="d" /> is <see langword="null" />.</exception>
7414     </member>
7415     <member name="M:System.Windows.Threading.DispatcherSynchronizationContext.Wait(System.IntPtr[],System.Boolean,System.Int32)">
7416       <summary>Waits for any or all the elements in the specified array to receive a signal.</summary>
7417       <param name="waitHandles">An array that contains the native operating system handles.</param>
7418       <param name="waitAll">
7419         <see langword="true" /> to wait for all handles; <see langword="false" /> to wait for any handle.</param>
7420       <param name="millisecondsTimeout">The number of milliseconds to wait, or <see cref="F:System.Threading.Timeout.Infinite" /> (-1) to wait indefinitely.</param>
7421       <returns>The array index of the object that satisfied the wait.</returns>
7422     </member>
7423     <member name="T:System.Windows.Threading.DispatcherTimer">
7424       <summary>A timer that is integrated into the <see cref="T:System.Windows.Threading.Dispatcher" /> queue which is processed at a specified interval of time and at a specified priority.</summary>
7425     </member>
7426     <member name="M:System.Windows.Threading.DispatcherTimer.#ctor">
7427       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherTimer" /> class.</summary>
7428     </member>
7429     <member name="M:System.Windows.Threading.DispatcherTimer.#ctor(System.TimeSpan,System.Windows.Threading.DispatcherPriority,System.EventHandler,System.Windows.Threading.Dispatcher)">
7430       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherTimer" /> class which uses the specified time interval, priority, event handler, and <see cref="T:System.Windows.Threading.Dispatcher" />.</summary>
7431       <param name="interval">The period of time between ticks.</param>
7432       <param name="priority">The priority at which to invoke the timer.</param>
7433       <param name="callback">The event handler to call when the <see cref="E:System.Windows.Threading.DispatcherTimer.Tick" /> event occurs.</param>
7434       <param name="dispatcher">The dispatcher the timer is associated with.</param>
7435       <exception cref="T:System.ArgumentNullException">
7436         <paramref name="callback" /> is <see langword="null" />.
7437 -or-
7438       &lt;code data-dev-comment-type="paramref"&gt;dispatcher&lt;/code&gt; is &lt;code data-dev-comment-type="langword"&gt;null&lt;/code&gt;.</exception>
7439       <exception cref="T:System.ArgumentOutOfRangeException">
7440         <paramref name="interval" /> is less than 0 or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
7441     </member>
7442     <member name="M:System.Windows.Threading.DispatcherTimer.#ctor(System.Windows.Threading.DispatcherPriority)">
7443       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherTimer" /> class which processes timer events at the specified priority.</summary>
7444       <param name="priority">The priority at which to invoke the timer.</param>
7445     </member>
7446     <member name="M:System.Windows.Threading.DispatcherTimer.#ctor(System.Windows.Threading.DispatcherPriority,System.Windows.Threading.Dispatcher)">
7447       <summary>Initializes a new instance of the <see cref="T:System.Windows.Threading.DispatcherTimer" /> class which runs on the specified <see cref="T:System.Windows.Threading.Dispatcher" /> at the specified priority.</summary>
7448       <param name="priority">The priority at which to invoke the timer.</param>
7449       <param name="dispatcher">The dispatcher the timer is associated with.</param>
7450       <exception cref="T:System.ArgumentNullException">
7451         <paramref name="dispatcher" /> is <see langword="null" />.</exception>
7452     </member>
7453     <member name="P:System.Windows.Threading.DispatcherTimer.Dispatcher">
7454       <summary>Gets the <see cref="T:System.Windows.Threading.Dispatcher" /> associated with this <see cref="T:System.Windows.Threading.DispatcherTimer" />.</summary>
7455       <returns>The dispatcher.</returns>
7456     </member>
7457     <member name="P:System.Windows.Threading.DispatcherTimer.Interval">
7458       <summary>Gets or sets the period of time between timer ticks.</summary>
7459       <returns>The period of time between ticks. The default is 00:00:00.</returns>
7460       <exception cref="T:System.ArgumentOutOfRangeException">
7461         <paramref name="interval" /> is less than 0 or greater than <see cref="F:System.Int32.MaxValue" /> milliseconds.</exception>
7462     </member>
7463     <member name="P:System.Windows.Threading.DispatcherTimer.IsEnabled">
7464       <summary>Gets or sets a value that indicates whether the timer is running.</summary>
7465       <returns>
7466         <see langword="true" /> if the timer is enabled; otherwise, <see langword="false" />.  The default is <see langword="false" />.</returns>
7467     </member>
7468     <member name="M:System.Windows.Threading.DispatcherTimer.Start">
7469       <summary>Starts the <see cref="T:System.Windows.Threading.DispatcherTimer" />.</summary>
7470     </member>
7471     <member name="M:System.Windows.Threading.DispatcherTimer.Stop">
7472       <summary>Stops the <see cref="T:System.Windows.Threading.DispatcherTimer" />.</summary>
7473     </member>
7474     <member name="P:System.Windows.Threading.DispatcherTimer.Tag">
7475       <summary>Gets or sets a user-defined data object.</summary>
7476       <returns>The user-defined data.  The default is <see langword="null" />.</returns>
7477     </member>
7478     <member name="E:System.Windows.Threading.DispatcherTimer.Tick">
7479       <summary>Occurs when the timer interval has elapsed.</summary>
7480     </member>
7481     <member name="T:System.Windows.Threading.DispatcherUnhandledExceptionEventArgs">
7482       <summary>Provides data for the <see cref="T:System.Windows.Threading.Dispatcher" /><see cref="E:System.Windows.Threading.Dispatcher.UnhandledException" /> event.</summary>
7483     </member>
7484     <member name="P:System.Windows.Threading.DispatcherUnhandledExceptionEventArgs.Exception">
7485       <summary>Gets the exception that was raised when executing code by way of the dispatcher.</summary>
7486       <returns>The exception.</returns>
7487     </member>
7488     <member name="P:System.Windows.Threading.DispatcherUnhandledExceptionEventArgs.Handled">
7489       <summary>Gets or sets whether the exception event has been handled.</summary>
7490       <returns>
7491         <see langword="true" /> if the exception was handled; otherwise, <see langword="false" />.</returns>
7492     </member>
7493     <member name="T:System.Windows.Threading.DispatcherUnhandledExceptionEventHandler">
7494       <summary>Represents the method that will handle the <see cref="E:System.Windows.Threading.Dispatcher.UnhandledException" /> event.</summary>
7495       <param name="sender">The source of the event.</param>
7496       <param name="e">The event data.</param>
7497     </member>
7498     <member name="T:System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs">
7499       <summary>Provides data for the <see cref="T:System.Windows.Threading.Dispatcher" /><see cref="E:System.Windows.Threading.Dispatcher.UnhandledExceptionFilter" /> event.</summary>
7500     </member>
7501     <member name="P:System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs.Exception">
7502       <summary>Gets the exception that was raised when executing code by way of the dispatcher.</summary>
7503       <returns>The exception.</returns>
7504     </member>
7505     <member name="P:System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs.RequestCatch">
7506       <summary>Gets or sets whether the exception should be caught and the event handlers called.</summary>
7507       <returns>
7508         <see langword="true" /> if the <see cref="E:System.Windows.Threading.Dispatcher.UnhandledException" /> should be raised; otherwise; <see langword="false" />.  The default value is <see langword="true" />.</returns>
7509     </member>
7510     <member name="T:System.Windows.Threading.DispatcherUnhandledExceptionFilterEventHandler">
7511       <summary>Represents the method that will handle the <see cref="E:System.Windows.Threading.Dispatcher.UnhandledExceptionFilter" /> event.</summary>
7512       <param name="sender">The source of the event.</param>
7513       <param name="e">The event data.</param>
7514     </member>
7515     <member name="T:System.Windows.ValidateValueCallback">
7516       <summary>Represents a method used as a callback that validates the effective value of a  dependency property.</summary>
7517       <param name="value">The value to be validated.</param>
7518       <returns>
7519         <see langword="true" /> if the value was validated; <see langword="false" /> if the submitted value was invalid.</returns>
7520     </member>
7521     <member name="T:System.Windows.Vector">
7522       <summary>Represents a displacement in 2-D space.</summary>
7523     </member>
7524     <member name="M:System.Windows.Vector.#ctor(System.Double,System.Double)">
7525       <summary>Initializes a new instance of the <see cref="T:System.Windows.Vector" /> structure.</summary>
7526       <param name="x">The <see cref="P:System.Windows.Vector.X" />-offset of the new <see cref="T:System.Windows.Vector" />.</param>
7527       <param name="y">The <see cref="P:System.Windows.Vector.Y" />-offset of the new <see cref="T:System.Windows.Vector" />.</param>
7528     </member>
7529     <member name="M:System.Windows.Vector.Add(System.Windows.Vector,System.Windows.Point)">
7530       <summary>Translates the specified point by the specified vector and returns the resulting point.</summary>
7531       <param name="vector">The amount to translate the specified point.</param>
7532       <param name="point">The point to translate.</param>
7533       <returns>The result of translating <paramref name="point" /> by <paramref name="vector" />.</returns>
7534     </member>
7535     <member name="M:System.Windows.Vector.Add(System.Windows.Vector,System.Windows.Vector)">
7536       <summary>Adds two vectors and returns the result as a <see cref="T:System.Windows.Vector" /> structure.</summary>
7537       <param name="vector1">The first vector to add.</param>
7538       <param name="vector2">The second vector to add.</param>
7539       <returns>The sum of <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7540     </member>
7541     <member name="M:System.Windows.Vector.AngleBetween(System.Windows.Vector,System.Windows.Vector)">
7542       <summary>Retrieves the angle, expressed in degrees, between the two specified vectors.</summary>
7543       <param name="vector1">The first vector to evaluate.</param>
7544       <param name="vector2">The second vector to evaluate.</param>
7545       <returns>The angle, in degrees, between <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7546     </member>
7547     <member name="M:System.Windows.Vector.CrossProduct(System.Windows.Vector,System.Windows.Vector)">
7548       <summary>Calculates the cross product of two vectors.</summary>
7549       <param name="vector1">The first vector to evaluate.</param>
7550       <param name="vector2">The second vector to evaluate.</param>
7551       <returns>The cross product of <paramref name="vector1" /> and <paramref name="vector2" />. The following formula is used to calculate the cross product:
7552 <c>(Vector1.X * Vector2.Y) - (Vector1.Y * Vector2.X)</c></returns>
7553     </member>
7554     <member name="M:System.Windows.Vector.Determinant(System.Windows.Vector,System.Windows.Vector)">
7555       <summary>Calculates the determinant of two vectors.</summary>
7556       <param name="vector1">The first vector to evaluate.</param>
7557       <param name="vector2">The second vector to evaluate.</param>
7558       <returns>The determinant of <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7559     </member>
7560     <member name="M:System.Windows.Vector.Divide(System.Windows.Vector,System.Double)">
7561       <summary>Divides the specified vector by the specified scalar and returns the result as a <see cref="T:System.Windows.Vector" />.</summary>
7562       <param name="vector">The vector structure to divide.</param>
7563       <param name="scalar">The amount by which <paramref name="vector" /> is divided.</param>
7564       <returns>The result of dividing <paramref name="vector" /> by <paramref name="scalar" />.</returns>
7565     </member>
7566     <member name="M:System.Windows.Vector.Equals(System.Object)">
7567       <summary>Determines whether the specified <see cref="T:System.Object" /> is a <see cref="T:System.Windows.Vector" /> structure and, if it is, whether it has the same <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values as this vector.</summary>
7568       <param name="o">The vector to compare.</param>
7569       <returns>
7570         <see langword="true" /> if <paramref name="o" /> is a <see cref="T:System.Windows.Vector" /> and has the same <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values as this vector; otherwise, <see langword="false" />.</returns>
7571     </member>
7572     <member name="M:System.Windows.Vector.Equals(System.Windows.Vector)">
7573       <summary>Compares two vectors for equality.</summary>
7574       <param name="value">The vector to compare with this vector.</param>
7575       <returns>
7576         <see langword="true" /> if <paramref name="value" /> has the same <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values as this vector; otherwise, <see langword="false" />.</returns>
7577     </member>
7578     <member name="M:System.Windows.Vector.Equals(System.Windows.Vector,System.Windows.Vector)">
7579       <summary>Compares the two specified vectors for equality.</summary>
7580       <param name="vector1">The first vector to compare.</param>
7581       <param name="vector2">The second vector to compare.</param>
7582       <returns>
7583         <see langword="true" /> if t he <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> components of <paramref name="vector1" /> and <paramref name="vector2" /> are equal; otherwise, <see langword="false" />.</returns>
7584     </member>
7585     <member name="M:System.Windows.Vector.GetHashCode">
7586       <summary>Returns the hash code for this vector.</summary>
7587       <returns>The hash code for this instance.</returns>
7588     </member>
7589     <member name="P:System.Windows.Vector.Length">
7590       <summary>Gets the length of this vector.</summary>
7591       <returns>The length of this vector.</returns>
7592     </member>
7593     <member name="P:System.Windows.Vector.LengthSquared">
7594       <summary>Gets the square of the length of this vector.</summary>
7595       <returns>The square of the <see cref="P:System.Windows.Vector.Length" /> of this vector.</returns>
7596     </member>
7597     <member name="M:System.Windows.Vector.Multiply(System.Double,System.Windows.Vector)">
7598       <summary>Multiplies the specified scalar by the specified vector and returns the resulting <see cref="T:System.Windows.Vector" />.</summary>
7599       <param name="scalar">The scalar to multiply.</param>
7600       <param name="vector">The vector to multiply.</param>
7601       <returns>The result of multiplying <paramref name="scalar" /> and <paramref name="vector" />.</returns>
7602     </member>
7603     <member name="M:System.Windows.Vector.Multiply(System.Windows.Vector,System.Double)">
7604       <summary>Multiplies the specified vector by the specified scalar and returns the resulting <see cref="T:System.Windows.Vector" />.</summary>
7605       <param name="vector">The vector to multiply.</param>
7606       <param name="scalar">The scalar to multiply.</param>
7607       <returns>The result of multiplying <paramref name="vector" /> and <paramref name="scalar" />.</returns>
7608     </member>
7609     <member name="M:System.Windows.Vector.Multiply(System.Windows.Vector,System.Windows.Media.Matrix)">
7610       <summary>Transforms the coordinate space of the specified vector using the specified <see cref="T:System.Windows.Media.Matrix" />.</summary>
7611       <param name="vector">The vector structure to transform.</param>
7612       <param name="matrix">The transformation to apply to <paramref name="vector" />.</param>
7613       <returns>The result of transforming <paramref name="vector" /> by <paramref name="matrix" />.</returns>
7614     </member>
7615     <member name="M:System.Windows.Vector.Multiply(System.Windows.Vector,System.Windows.Vector)">
7616       <summary>Calculates the dot product of the two specified vectors and returns the result as a <see cref="T:System.Double" />.</summary>
7617       <param name="vector1">The first vector to multiply.</param>
7618       <param name="vector2">The second vector structure to multiply.</param>
7619       <returns>A <see cref="T:System.Double" /> containing the scalar dot product of <paramref name="vector1" /> and <paramref name="vector2" />, which is calculated using the following formula:
7620 <c>(vector1.X * vector2.X) + (vector1.Y * vector2.Y)</c></returns>
7621     </member>
7622     <member name="M:System.Windows.Vector.Negate">
7623       <summary>Negates this vector. The vector has the same magnitude as before, but its direction is now opposite.</summary>
7624     </member>
7625     <member name="M:System.Windows.Vector.Normalize">
7626       <summary>Normalizes this vector.</summary>
7627     </member>
7628     <member name="M:System.Windows.Vector.op_Addition(System.Windows.Vector,System.Windows.Point)">
7629       <summary>Translates a point by the specified vector and returns the resulting point.</summary>
7630       <param name="vector">The vector used to translate <paramref name="point" />.</param>
7631       <param name="point">The point to translate.</param>
7632       <returns>The result of translating <paramref name="point" /> by <paramref name="vector" />.</returns>
7633     </member>
7634     <member name="M:System.Windows.Vector.op_Addition(System.Windows.Vector,System.Windows.Vector)">
7635       <summary>Adds two vectors and returns the result as a vector.</summary>
7636       <param name="vector1">The first vector to add.</param>
7637       <param name="vector2">The second vector to add.</param>
7638       <returns>The sum of <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7639     </member>
7640     <member name="M:System.Windows.Vector.op_Division(System.Windows.Vector,System.Double)">
7641       <summary>Divides the specified vector by the specified scalar and returns the resulting vector.</summary>
7642       <param name="vector">The vector to divide.</param>
7643       <param name="scalar">The scalar by which <paramref name="vector" /> will be divided.</param>
7644       <returns>The result of dividing <paramref name="vector" /> by <paramref name="scalar" />.</returns>
7645     </member>
7646     <member name="M:System.Windows.Vector.op_Equality(System.Windows.Vector,System.Windows.Vector)">
7647       <summary>Compares two vectors for equality.</summary>
7648       <param name="vector1">The first vector to compare.</param>
7649       <param name="vector2">The second vector to compare.</param>
7650       <returns>
7651         <see langword="true" /> if the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> components of <paramref name="vector1" /> and <paramref name="vector2" /> are equal; otherwise, <see langword="false" />.</returns>
7652     </member>
7653     <member name="M:System.Windows.Vector.op_Explicit(System.Windows.Vector)~System.Windows.Point">
7654       <summary>Creates a <see cref="T:System.Windows.Point" /> with the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values of this vector.</summary>
7655       <param name="vector">The vector to convert.</param>
7656       <returns>A point with <see cref="P:System.Windows.Point.X" />- and <see cref="P:System.Windows.Point.Y" />-coordinate values equal to the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> offset values of <paramref name="vector" />.</returns>
7657     </member>
7658     <member name="M:System.Windows.Vector.op_Explicit(System.Windows.Vector)~System.Windows.Size">
7659       <summary>Creates a <see cref="T:System.Windows.Size" /> from the offsets of this vector.</summary>
7660       <param name="vector">The vector to convert.</param>
7661       <returns>A <see cref="T:System.Windows.Size" /> with a <see cref="P:System.Windows.Size.Width" /> equal to the absolute value of this vector's <see cref="P:System.Windows.Vector.X" /> property and a <see cref="P:System.Windows.Size.Height" /> equal to the absolute value of this vector's <see cref="P:System.Windows.Vector.Y" /> property.</returns>
7662     </member>
7663     <member name="M:System.Windows.Vector.op_Inequality(System.Windows.Vector,System.Windows.Vector)">
7664       <summary>Compares two vectors for inequality.</summary>
7665       <param name="vector1">The first vector to compare.</param>
7666       <param name="vector2">The second vector to compare.</param>
7667       <returns>
7668         <see langword="true" /> if the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> components of <paramref name="vector1" /> and <paramref name="vector2" /> are different; otherwise, <see langword="false" />.</returns>
7669     </member>
7670     <member name="M:System.Windows.Vector.op_Multiply(System.Double,System.Windows.Vector)">
7671       <summary>Multiplies the specified scalar by the specified vector and returns the resulting vector.</summary>
7672       <param name="scalar">The scalar to multiply.</param>
7673       <param name="vector">The vector to multiply.</param>
7674       <returns>The result of multiplying <paramref name="scalar" /> and <paramref name="vector" />.</returns>
7675     </member>
7676     <member name="M:System.Windows.Vector.op_Multiply(System.Windows.Vector,System.Double)">
7677       <summary>Multiplies the specified vector by the specified scalar and returns the resulting vector.</summary>
7678       <param name="vector">The vector to multiply.</param>
7679       <param name="scalar">The scalar to multiply.</param>
7680       <returns>The result of multiplying <paramref name="vector" /> and <paramref name="scalar" />.</returns>
7681     </member>
7682     <member name="M:System.Windows.Vector.op_Multiply(System.Windows.Vector,System.Windows.Media.Matrix)">
7683       <summary>Transforms the coordinate space of the specified vector using the specified <see cref="T:System.Windows.Media.Matrix" />.</summary>
7684       <param name="vector">The vector to transform.</param>
7685       <param name="matrix">The transformation to apply to <paramref name="vector" />.</param>
7686       <returns>The result of transforming <paramref name="vector" /> by <paramref name="matrix" />.</returns>
7687     </member>
7688     <member name="M:System.Windows.Vector.op_Multiply(System.Windows.Vector,System.Windows.Vector)">
7689       <summary>Calculates the dot product of the two specified vector structures and returns the result as a <see cref="T:System.Double" />.</summary>
7690       <param name="vector1">The first vector to multiply.</param>
7691       <param name="vector2">The second vector to multiply.</param>
7692       <returns>Returns a <see cref="T:System.Double" /> containing the scalar dot product of <paramref name="vector1" /> and <paramref name="vector2" />, which is calculated using the following formula:
7693 <c>vector1.X * vector2.X + vector1.Y * vector2.Y</c></returns>
7694     </member>
7695     <member name="M:System.Windows.Vector.op_Subtraction(System.Windows.Vector,System.Windows.Vector)">
7696       <summary>Subtracts one specified vector from another.</summary>
7697       <param name="vector1">The vector from which <paramref name="vector2" /> is subtracted.</param>
7698       <param name="vector2">The vector to subtract from <paramref name="vector1" />.</param>
7699       <returns>The difference between <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7700     </member>
7701     <member name="M:System.Windows.Vector.op_UnaryNegation(System.Windows.Vector)">
7702       <summary>Negates the specified vector.</summary>
7703       <param name="vector">The vector to negate.</param>
7704       <returns>A vector with <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values opposite of the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values of <paramref name="vector" />.</returns>
7705     </member>
7706     <member name="M:System.Windows.Vector.Parse(System.String)">
7707       <summary>Converts a string representation of a vector into the equivalent <see cref="T:System.Windows.Vector" /> structure.</summary>
7708       <param name="source">The string representation of the vector.</param>
7709       <returns>The equivalent <see cref="T:System.Windows.Vector" /> structure.</returns>
7710     </member>
7711     <member name="M:System.Windows.Vector.Subtract(System.Windows.Vector,System.Windows.Vector)">
7712       <summary>Subtracts the specified vector from another specified vector.</summary>
7713       <param name="vector1">The vector from which <paramref name="vector2" /> is subtracted.</param>
7714       <param name="vector2">The vector to subtract from <paramref name="vector1" />.</param>
7715       <returns>The difference between <paramref name="vector1" /> and <paramref name="vector2" />.</returns>
7716     </member>
7717     <member name="M:System.Windows.Vector.System#IFormattable#ToString(System.String,System.IFormatProvider)">
7718       <summary>This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
7719       <param name="format">The string specifying the format to use.
7720 -or-
7721 <see langword="null" /> to use the default format defined for the type of the <see cref="T:System.IFormattable" /> implementation.</param>
7722       <param name="provider">The <see langword="IFormatProvider" /> to use to format the value.
7723 -or-
7724 <see langword="null" /> to obtain the numeric format information from the current locale setting of the operating system.</param>
7725       <returns>A string containing the value of the current instance in the specified format.</returns>
7726     </member>
7727     <member name="M:System.Windows.Vector.ToString">
7728       <summary>Returns the string representation of this <see cref="T:System.Windows.Vector" /> structure.</summary>
7729       <returns>A string that represents the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values of this <see cref="T:System.Windows.Vector" />.</returns>
7730     </member>
7731     <member name="M:System.Windows.Vector.ToString(System.IFormatProvider)">
7732       <summary>Returns the string representation of this <see cref="T:System.Windows.Vector" /> structure with the specified formatting information.</summary>
7733       <param name="provider">The culture-specific formatting information.</param>
7734       <returns>A string that represents the <see cref="P:System.Windows.Vector.X" /> and <see cref="P:System.Windows.Vector.Y" /> values of this <see cref="T:System.Windows.Vector" />.</returns>
7735     </member>
7736     <member name="P:System.Windows.Vector.X">
7737       <summary>Gets or sets the <see cref="P:System.Windows.Vector.X" /> component of this vector.</summary>
7738       <returns>The <see cref="P:System.Windows.Vector.X" /> component of this vector. The default value is 0.</returns>
7739     </member>
7740     <member name="P:System.Windows.Vector.Y">
7741       <summary>Gets or sets the <see cref="P:System.Windows.Vector.Y" /> component of this vector.</summary>
7742       <returns>The <see cref="P:System.Windows.Vector.Y" /> component of this vector. The default value is 0.</returns>
7743     </member>
7744     <member name="T:System.Windows.VectorConverter">
7745       <summary>Converts instances of other types to and from a <see cref="T:System.Windows.Vector" />.</summary>
7746     </member>
7747     <member name="M:System.Windows.VectorConverter.#ctor">
7748       <summary>Initializes a new instance of the <see cref="T:System.Windows.Vector" /> structure.</summary>
7749     </member>
7750     <member name="M:System.Windows.VectorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
7751       <summary>Indicates whether an object can be converted from a given type to an instance of a <see cref="T:System.Windows.Vector" />.</summary>
7752       <param name="context">Describes the context information of a type.</param>
7753       <param name="sourceType">The source <see cref="T:System.Type" /> that is being queried for conversion support.</param>
7754       <returns>
7755         <see langword="true" /> if objects of the specified type can be converted to a <see cref="T:System.Windows.Vector" />; otherwise, <see langword="false" />.</returns>
7756     </member>
7757     <member name="M:System.Windows.VectorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
7758       <summary>Determines whether instances of <see cref="T:System.Windows.Vector" /> can be converted to the specified type.</summary>
7759       <param name="context">Describes the context information of a type.</param>
7760       <param name="destinationType">The desired type this <see cref="T:System.Windows.Vector" /> is being evaluated for conversion.</param>
7761       <returns>
7762         <see langword="true" /> if instances of <see cref="T:System.Windows.Vector" /> can be converted to <paramref name="destinationType" />; otherwise, <see langword="false" />.</returns>
7763     </member>
7764     <member name="M:System.Windows.VectorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
7765       <summary>Converts the specified object to a <see cref="T:System.Windows.Vector" />.</summary>
7766       <param name="context">Describes the context information of a type.</param>
7767       <param name="culture">Describes the <see cref="T:System.Globalization.CultureInfo" /> of the type being converted.</param>
7768       <param name="value">The object being converted.</param>
7769       <returns>The <see cref="T:System.Windows.Vector" /> created from converting <paramref name="value" />.</returns>
7770     </member>
7771     <member name="M:System.Windows.VectorConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
7772       <summary>Converts the specified <see cref="T:System.Windows.Vector" /> to the specified type.</summary>
7773       <param name="context">Describes the context information of a type.</param>
7774       <param name="culture">Describes the <see cref="T:System.Globalization.CultureInfo" /> of the type being converted.</param>
7775       <param name="value">The <see cref="T:System.Windows.Vector" /> to convert.</param>
7776       <param name="destinationType">The type to convert this <see cref="T:System.Windows.Vector" /> to.</param>
7777       <returns>The object created from converting this <see cref="T:System.Windows.Vector" />.</returns>
7778     </member>
7779     <member name="T:System.Windows.WeakEventManager">
7780       <summary>Provides a base class for the event manager that is used in the weak event pattern. The manager adds and removes listeners for events (or callbacks) that also use the pattern.</summary>
7781     </member>
7782     <member name="M:System.Windows.WeakEventManager.#ctor">
7783       <summary>Initializes base class values when it is used as the initializer by the constructor of a derived class.</summary>
7784     </member>
7785     <member name="M:System.Windows.WeakEventManager.DeliverEvent(System.Object,System.EventArgs)">
7786       <summary>Delivers the event being managed to each listener.</summary>
7787       <param name="sender">The object on which the event is being handled.</param>
7788       <param name="args">An <see cref="T:System.EventArgs" /> that contains the event data for the event to deliver.</param>
7789     </member>
7790     <member name="M:System.Windows.WeakEventManager.DeliverEventToList(System.Object,System.EventArgs,System.Windows.WeakEventManager.ListenerList)">
7791       <summary>Delivers the event being managed to each listener in the provided list.</summary>
7792       <param name="sender">The object on which the event is being handled.</param>
7793       <param name="args">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
7794       <param name="list">The provided <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</param>
7795     </member>
7796     <member name="M:System.Windows.WeakEventManager.GetCurrentManager(System.Type)">
7797       <summary>Returns the <see cref="T:System.Windows.WeakEventManager" /> implementation that is used for the provided type.</summary>
7798       <param name="managerType">The type to obtain the <see cref="T:System.Windows.WeakEventManager" /> for.</param>
7799       <returns>The matching <see cref="T:System.Windows.WeakEventManager" /> implementation.</returns>
7800     </member>
7801     <member name="P:System.Windows.WeakEventManager.Item(System.Object)">
7802       <summary>Gets or sets the data being stored for the specified source.</summary>
7803       <param name="source">The zero-based index of the requested source.</param>
7804       <returns>Data being stored by the manager for this source.</returns>
7805     </member>
7806     <member name="T:System.Windows.WeakEventManager.ListenerList">
7807       <summary>Provides a built-in collection list for storing listeners for a <see cref="T:System.Windows.WeakEventManager" />.</summary>
7808     </member>
7809     <member name="M:System.Windows.WeakEventManager.ListenerList.#ctor">
7810       <summary>Initializes a new instance of the <see cref="T:System.Windows.WeakEventManager.ListenerList" /> class.</summary>
7811     </member>
7812     <member name="M:System.Windows.WeakEventManager.ListenerList.#ctor(System.Int32)">
7813       <summary>Initializes a new instance of the <see cref="T:System.Windows.WeakEventManager.ListenerList" /> class with the specified initial capacity.</summary>
7814       <param name="capacity">The number of items that should be allocated in the initial list.</param>
7815     </member>
7816     <member name="M:System.Windows.WeakEventManager.ListenerList.Add(System.Windows.IWeakEventListener)">
7817       <summary>Adds a <see cref="T:System.Windows.IWeakEventListener" /> object to the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7818       <param name="listener">The listener element to add to the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</param>
7819     </member>
7820     <member name="M:System.Windows.WeakEventManager.ListenerList.AddHandler(System.Delegate)">
7821       <summary>Adds an event handler to the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7822       <param name="handler">The event handler to add to the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</param>
7823     </member>
7824     <member name="M:System.Windows.WeakEventManager.ListenerList.BeginUse">
7825       <summary>Declares the list to be in use. This prevents direct changes to the list during iterations of the list items.</summary>
7826       <returns>
7827         <see langword="true" /> if the list was already declared to be in use; otherwise, <see langword="false" />.</returns>
7828     </member>
7829     <member name="M:System.Windows.WeakEventManager.ListenerList.Clone">
7830       <summary>Creates a modifiable clone of this <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7831       <returns>A modifiable clone of the current object.</returns>
7832     </member>
7833     <member name="M:System.Windows.WeakEventManager.ListenerList.CopyTo(System.Windows.WeakEventManager.ListenerList)">
7834       <summary>Copies the current <see cref="T:System.Windows.WeakEventManager.ListenerList" /> to the specified <see cref="T:System.Windows.WeakEventManager.ListenerList" /></summary>
7835       <param name="newList">The object to copy to.</param>
7836     </member>
7837     <member name="P:System.Windows.WeakEventManager.ListenerList.Count">
7838       <summary>Gets the number of items contained in the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7839       <returns>The number of items contained in the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</returns>
7840     </member>
7841     <member name="M:System.Windows.WeakEventManager.ListenerList.DeliverEvent(System.Object,System.EventArgs,System.Type)">
7842       <summary>Delivers the event being managed to each listener in the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7843       <param name="sender">The object that raised the event.</param>
7844       <param name="args">An object that contains the event data.</param>
7845       <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> that calls this method.</param>
7846       <returns>
7847         <see langword="true" /> if any of the listeners in the <see cref="T:System.Windows.WeakEventManager.ListenerList" /> refer to an object that has been garbage collected; otherwise, <see langword="false" />.</returns>
7848     </member>
7849     <member name="P:System.Windows.WeakEventManager.ListenerList.Empty">
7850       <summary>Gets a value that represents an empty list for purposes of comparisons.</summary>
7851       <returns>The empty list representation.</returns>
7852     </member>
7853     <member name="M:System.Windows.WeakEventManager.ListenerList.EndUse">
7854       <summary>Unlocks the locked state initiated by <see cref="M:System.Windows.WeakEventManager.ListenerList.BeginUse" />.</summary>
7855     </member>
7856     <member name="P:System.Windows.WeakEventManager.ListenerList.IsEmpty">
7857       <summary>Gets a value that declares whether this <see cref="T:System.Windows.WeakEventManager.ListenerList" /> is empty.</summary>
7858       <returns>
7859         <see langword="true" /> if the list is empty; otherwise, <see langword="false" />.</returns>
7860     </member>
7861     <member name="P:System.Windows.WeakEventManager.ListenerList.Item(System.Int32)">
7862       <summary>Gets or sets a specific listener item in the <see cref="T:System.Windows.WeakEventManager.ListenerList" /> .</summary>
7863       <param name="index">The zero-based index of the listener in the list.</param>
7864       <returns>The item at that index, or a null reference if no item was at that index.</returns>
7865     </member>
7866     <member name="M:System.Windows.WeakEventManager.ListenerList.PrepareForWriting(System.Windows.WeakEventManager.ListenerList@)">
7867       <summary>Checks to see whether the provided list is in use, and if so, sets the list reference parameter to a copy of that list rather than the original.</summary>
7868       <param name="list">The list to check for use state and potentially copy.</param>
7869       <returns>
7870         <see langword="true" /> if the provided list was in use at the time of call and therefore the <paramref name="list" /> parameter reference was reset to be a copy. <see langword="false" /> if the provided list was not in use, in which case the <paramref name="list" /> parameter reference remains unaltered.</returns>
7871     </member>
7872     <member name="M:System.Windows.WeakEventManager.ListenerList.Purge">
7873       <summary>Removes all entries from the list where the underlying reference target is a null reference.</summary>
7874       <returns>Returns <see langword="true" /> if any entries were purged; otherwise, <see langword="false" />.</returns>
7875     </member>
7876     <member name="M:System.Windows.WeakEventManager.ListenerList.Remove(System.Windows.IWeakEventListener)">
7877       <summary>Removes the first occurrence of a listener item from the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7878       <param name="listener">The item to remove.</param>
7879     </member>
7880     <member name="M:System.Windows.WeakEventManager.ListenerList.RemoveHandler(System.Delegate)">
7881       <summary>Removes an event handler from the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</summary>
7882       <param name="handler">The event handler to remove from the <see cref="T:System.Windows.WeakEventManager.ListenerList" />.</param>
7883     </member>
7884     <member name="T:System.Windows.WeakEventManager.ListenerList`1">
7885       <summary>Provides a type-safe collection list for storing listeners for a <see cref="T:System.Windows.WeakEventManager" />. This class defines a type parameter for the event data that is used.</summary>
7886       <typeparam name="TEventArgs">The type that holds the event data.</typeparam>
7887     </member>
7888     <member name="M:System.Windows.WeakEventManager.ListenerList`1.#ctor">
7889       <summary>Initializes a new instance of the <see cref="T:System.Windows.WeakEventManager.ListenerList`1" /> class.</summary>
7890     </member>
7891     <member name="M:System.Windows.WeakEventManager.ListenerList`1.#ctor(System.Int32)">
7892       <summary>Initializes a new instance of the <see cref="T:System.Windows.WeakEventManager.ListenerList`1" /> class with the specified initial capacity.</summary>
7893       <param name="capacity">The number of items that should be allocated in the initial list.</param>
7894     </member>
7895     <member name="M:System.Windows.WeakEventManager.ListenerList`1.Clone">
7896       <summary>Creates a modifiable clone of this <see cref="T:System.Windows.WeakEventManager.ListenerList" />, making deep copies of the values.</summary>
7897       <returns>A modifiable clone of the current object. The cloned object's <see cref="P:System.Windows.Freezable.IsFrozen" /> property will be <see langword="false" /> even if the source's <see cref="P:System.Windows.Freezable.IsFrozen" /> property was <see langword="true" />.</returns>
7898     </member>
7899     <member name="M:System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(System.Object,System.EventArgs,System.Type)">
7900       <summary>Delivers the event being managed to each listener in the <see cref="T:System.Windows.WeakEventManager.ListenerList`1" />.</summary>
7901       <param name="sender">The object that raised the event.</param>
7902       <param name="e">An object that contains the event data.</param>
7903       <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> that calls this method.</param>
7904       <returns>
7905         <see langword="true" /> if any of the listeners in the <see cref="T:System.Windows.WeakEventManager.ListenerList`1" /> refer to an object that has been garbage collected; otherwise, <see langword="false" />.</returns>
7906     </member>
7907     <member name="M:System.Windows.WeakEventManager.NewListenerList">
7908       <summary>Returns a new object to contain listeners to an event.</summary>
7909       <returns>A new object to contain listeners to an event.</returns>
7910     </member>
7911     <member name="M:System.Windows.WeakEventManager.ProtectedAddHandler(System.Object,System.Delegate)">
7912       <summary>Adds the specified delegate as an event handler of the specified source.</summary>
7913       <param name="source">The source object that the handler delegate subscribes to.</param>
7914       <param name="handler">The delegate that handles the event that is raised by <paramref name="source" />.</param>
7915     </member>
7916     <member name="M:System.Windows.WeakEventManager.ProtectedAddListener(System.Object,System.Windows.IWeakEventListener)">
7917       <summary>Adds the provided listener to the provided source for the event being managed.</summary>
7918       <param name="source">The source to attach listeners to.</param>
7919       <param name="listener">The listening class (which must implement <see cref="T:System.Windows.IWeakEventListener" />).</param>
7920     </member>
7921     <member name="M:System.Windows.WeakEventManager.ProtectedRemoveHandler(System.Object,System.Delegate)">
7922       <summary>Removes the previously added handler from the specified source.</summary>
7923       <param name="source">The source to remove the handler from.</param>
7924       <param name="handler">The delegate to remove from <paramref name="source" />.</param>
7925     </member>
7926     <member name="M:System.Windows.WeakEventManager.ProtectedRemoveListener(System.Object,System.Windows.IWeakEventListener)">
7927       <summary>Removes a previously added listener from the provided source.</summary>
7928       <param name="source">The source to remove listeners from.</param>
7929       <param name="listener">The listening class (which must implement <see cref="T:System.Windows.IWeakEventListener" />).</param>
7930     </member>
7931     <member name="M:System.Windows.WeakEventManager.Purge(System.Object,System.Object,System.Boolean)">
7932       <summary>Removes inactive listener entries from the data list for the provided source. Returns <see langword="true" /> if some entries were actually removed from the list.</summary>
7933       <param name="source">The source for events being listened to.</param>
7934       <param name="data">The data to check. This object is expected to be a <see cref="T:System.Windows.WeakEventManager.ListenerList" /> implementation.</param>
7935       <param name="purgeAll">
7936         <see langword="true" /> to stop listening to <paramref name="source" />, and completely remove all entries from <paramref name="data" />.</param>
7937       <returns>
7938         <see langword="true" /> if some entries were actually removed; otherwise, <see langword="false" />.</returns>
7939     </member>
7940     <member name="P:System.Windows.WeakEventManager.ReadLock">
7941       <summary>Establishes a read-lock on the underlying data table, and returns an <see cref="T:System.IDisposable" />.</summary>
7942       <returns>An object that can be used to establish a lock on the data table members and then be appropriately disposed with a <see langword="using" /> construct.</returns>
7943     </member>
7944     <member name="M:System.Windows.WeakEventManager.Remove(System.Object)">
7945       <summary>Removes all listeners for the specified source.</summary>
7946       <param name="source">The source to remove listener information for.</param>
7947     </member>
7948     <member name="M:System.Windows.WeakEventManager.ScheduleCleanup">
7949       <summary>Requests that a purge of unused entries in the underlying listener list be performed on a lower priority thread.</summary>
7950     </member>
7951     <member name="M:System.Windows.WeakEventManager.SetCurrentManager(System.Type,System.Windows.WeakEventManager)">
7952       <summary>Sets the current manager for the specified manager type.</summary>
7953       <param name="managerType">The type to set the new event manager.</param>
7954       <param name="manager">The new event manager.</param>
7955     </member>
7956     <member name="M:System.Windows.WeakEventManager.StartListening(System.Object)">
7957       <summary>When overridden in a derived class, starts listening for the event being managed. After the <see cref="M:System.Windows.WeakEventManager.StartListening(System.Object)" /> method is first called, the manager should be in the state of calling <see cref="M:System.Windows.WeakEventManager.DeliverEvent(System.Object,System.EventArgs)" /> or <see cref="M:System.Windows.WeakEventManager.DeliverEventToList(System.Object,System.EventArgs,System.Windows.WeakEventManager.ListenerList)" /> whenever the relevant event from the provided source is handled.</summary>
7958       <param name="source">The source to begin listening on.</param>
7959     </member>
7960     <member name="M:System.Windows.WeakEventManager.StopListening(System.Object)">
7961       <summary>When overridden in a derived class, stops listening on the provided source for the event being managed.</summary>
7962       <param name="source">The source to stop listening on.</param>
7963     </member>
7964     <member name="P:System.Windows.WeakEventManager.WriteLock">
7965       <summary>Establishes a write-lock on the underlying data table, and returns an <see cref="T:System.IDisposable" />.</summary>
7966       <returns>An object that can be used to establish a lock on the data table members and then be appropriately disposed with a <see langword="using" /> construct.</returns>
7967     </member>
7968     <member name="T:System.Windows.WeakEventManager`2">
7969       <summary>Provides a type-safe <see cref="T:System.Windows.WeakEventManager" /> that enables you to specify the event handler to use for the "weak event listener" pattern. This class defines a type parameter for the source of the event and a type parameter for the event data that is used.</summary>
7970       <typeparam name="TEventSource">The type that raises the event.</typeparam>
7971       <typeparam name="TEventArgs">The type that holds the event data.</typeparam>
7972     </member>
7973     <member name="M:System.Windows.WeakEventManager`2.AddHandler(`0,System.String,System.EventHandler{`1})">
7974       <summary>Adds the specified event handler to the specified event.</summary>
7975       <param name="source">The source object that raises the specified event.</param>
7976       <param name="eventName">The name of the event to subscribe to.</param>
7977       <param name="handler">The delegate that handles the event.</param>
7978     </member>
7979     <member name="M:System.Windows.WeakEventManager`2.NewListenerList">
7980       <summary>Returns a new object to contain listeners to an event.</summary>
7981       <returns>A new object to contain listeners to an event.</returns>
7982     </member>
7983     <member name="M:System.Windows.WeakEventManager`2.RemoveHandler(`0,System.String,System.EventHandler{`1})">
7984       <summary>Removes the specified event handler from the specified event.</summary>
7985       <param name="source">The source object that raises the specified event.</param>
7986       <param name="eventName">The name of the event to remove the handler from.</param>
7987       <param name="handler">The delegate to remove</param>
7988     </member>
7989     <member name="M:System.Windows.WeakEventManager`2.StartListening(System.Object)">
7990       <summary>Starts listening for the event on the specified object.</summary>
7991       <param name="source">The object to that raises the event.</param>
7992     </member>
7993     <member name="M:System.Windows.WeakEventManager`2.StopListening(System.Object)">
7994       <summary>Stops listening for the event on the specified object.</summary>
7995       <param name="source">The object to that raises the event.</param>
7996     </member>
7997   </members>
7998 </doc>