Statistics
| Branch: | Revision:

root / trunk / packages / Caliburn.Micro.1.5.1 / lib / wp71 / System.Windows.Interactivity.xml @ 99882980

History | View | Annotate | Download (57.7 kB)

1 99882980 George Pantazis
<?xml version="1.0"?>
2 99882980 George Pantazis
<doc>
3 99882980 George Pantazis
    <assembly>
4 99882980 George Pantazis
        <name>System.Windows.Interactivity</name>
5 99882980 George Pantazis
    </assembly>
6 99882980 George Pantazis
    <members>
7 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.AttachableCollection`1">
8 99882980 George Pantazis
            <summary>
9 99882980 George Pantazis
            Represents a collection of IAttachedObject with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
10 99882980 George Pantazis
            </summary>
11 99882980 George Pantazis
        </member>
12 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.IAttachedObject">
13 99882980 George Pantazis
            <summary>
14 99882980 George Pantazis
            An interface for an object that can be attached to another object.
15 99882980 George Pantazis
            </summary>
16 99882980 George Pantazis
        </member>
17 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.IAttachedObject.Attach(System.Windows.DependencyObject)">
18 99882980 George Pantazis
            <summary>
19 99882980 George Pantazis
            Attaches to the specified object.
20 99882980 George Pantazis
            </summary>
21 99882980 George Pantazis
            <param name="dependencyObject">The object to attach to.</param>
22 99882980 George Pantazis
        </member>
23 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.IAttachedObject.Detach">
24 99882980 George Pantazis
            <summary>
25 99882980 George Pantazis
            Detaches this instance from its associated object.
26 99882980 George Pantazis
            </summary>
27 99882980 George Pantazis
        </member>
28 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.IAttachedObject.AssociatedObject">
29 99882980 George Pantazis
            <summary>
30 99882980 George Pantazis
            Gets the associated object.
31 99882980 George Pantazis
            </summary>
32 99882980 George Pantazis
            <value>The associated object.</value>
33 99882980 George Pantazis
            <remarks>Represents the object the instance is attached to.</remarks>
34 99882980 George Pantazis
        </member>
35 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.#ctor">
36 99882980 George Pantazis
            <summary>
37 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.AttachableCollection`1"/> class.
38 99882980 George Pantazis
            </summary>
39 99882980 George Pantazis
            <remarks>Internal, because this should not be inherited outside this assembly.</remarks>
40 99882980 George Pantazis
        </member>
41 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.OnAttached">
42 99882980 George Pantazis
            <summary>
43 99882980 George Pantazis
            Called immediately after the collection is attached to an AssociatedObject.
44 99882980 George Pantazis
            </summary>
45 99882980 George Pantazis
        </member>
46 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.OnDetaching">
47 99882980 George Pantazis
            <summary>
48 99882980 George Pantazis
            Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
49 99882980 George Pantazis
            </summary>
50 99882980 George Pantazis
        </member>
51 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.ItemAdded(`0)">
52 99882980 George Pantazis
            <summary>
53 99882980 George Pantazis
            Called when a new item is added to the collection.
54 99882980 George Pantazis
            </summary>
55 99882980 George Pantazis
            <param name="item">The new item.</param>
56 99882980 George Pantazis
        </member>
57 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.ItemRemoved(`0)">
58 99882980 George Pantazis
            <summary>
59 99882980 George Pantazis
            Called when an item is removed from the collection.
60 99882980 George Pantazis
            </summary>
61 99882980 George Pantazis
            <param name="item">The removed item.</param>
62 99882980 George Pantazis
        </member>
63 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.VerifyAdd(`0)">
64 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">Cannot add the instance to a collection more than once.</exception>
65 99882980 George Pantazis
        </member>
66 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.Attach(System.Windows.DependencyObject)">
67 99882980 George Pantazis
            <summary>
68 99882980 George Pantazis
            Attaches to the specified object.
69 99882980 George Pantazis
            </summary>
70 99882980 George Pantazis
            <param name="dependencyObject">The object to attach to.</param>
71 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">The IAttachedObject is already attached to a different object.</exception>
72 99882980 George Pantazis
        </member>
73 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.AttachableCollection`1.Detach">
74 99882980 George Pantazis
            <summary>
75 99882980 George Pantazis
            Detaches this instance from its associated object.
76 99882980 George Pantazis
            </summary>
77 99882980 George Pantazis
        </member>
78 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.AttachableCollection`1.AssociatedObject">
79 99882980 George Pantazis
            <summary>
80 99882980 George Pantazis
            The object on which the collection is hosted.
81 99882980 George Pantazis
            </summary>
82 99882980 George Pantazis
        </member>
83 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.AttachableCollection`1.System#Windows#Interactivity#IAttachedObject#AssociatedObject">
84 99882980 George Pantazis
            <summary>
85 99882980 George Pantazis
            Gets the associated object.
86 99882980 George Pantazis
            </summary>
87 99882980 George Pantazis
            <value>The associated object.</value>
88 99882980 George Pantazis
        </member>
89 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.Behavior`1">
90 99882980 George Pantazis
            <summary>
91 99882980 George Pantazis
            Encapsulates state information and zero or more ICommands into an attachable object.
92 99882980 George Pantazis
            </summary>
93 99882980 George Pantazis
            <typeparam name="T">The type the <see cref="T:System.Windows.Interactivity.Behavior`1"/> can be attached to.</typeparam>
94 99882980 George Pantazis
            <remarks>
95 99882980 George Pantazis
                    Behavior is the base class for providing attachable state and commands to an object.
96 99882980 George Pantazis
                    The types the Behavior can be attached to can be controlled by the generic parameter.
97 99882980 George Pantazis
                    Override OnAttached() and OnDetaching() methods to hook and unhook any necessary handlers
98 99882980 George Pantazis
                    from the AssociatedObject.
99 99882980 George Pantazis
            </remarks>
100 99882980 George Pantazis
        </member>
101 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.Behavior">
102 99882980 George Pantazis
            <summary>
103 99882980 George Pantazis
            Encapsulates state information and zero or more ICommands into an attachable object.
104 99882980 George Pantazis
            </summary>
105 99882980 George Pantazis
            <remarks>This is an infrastructure class. Behavior authors should derive from Behavior&lt;T&gt; instead of from this class.</remarks>
106 99882980 George Pantazis
        </member>
107 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Behavior.OnAttached">
108 99882980 George Pantazis
            <summary>
109 99882980 George Pantazis
            Called after the behavior is attached to an AssociatedObject.
110 99882980 George Pantazis
            </summary>
111 99882980 George Pantazis
            <remarks>Override this to hook up functionality to the AssociatedObject.</remarks>
112 99882980 George Pantazis
        </member>
113 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Behavior.OnDetaching">
114 99882980 George Pantazis
            <summary>
115 99882980 George Pantazis
            Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
116 99882980 George Pantazis
            </summary>
117 99882980 George Pantazis
            <remarks>Override this to unhook functionality from the AssociatedObject.</remarks>
118 99882980 George Pantazis
        </member>
119 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Behavior.Attach(System.Windows.DependencyObject)">
120 99882980 George Pantazis
            <summary>
121 99882980 George Pantazis
            Attaches to the specified object.
122 99882980 George Pantazis
            </summary>
123 99882980 George Pantazis
            <param name="dependencyObject">The object to attach to.</param>
124 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">The Behavior is already hosted on a different element.</exception>
125 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">dependencyObject does not satisfy the Behavior type constraint.</exception>
126 99882980 George Pantazis
        </member>
127 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Behavior.Detach">
128 99882980 George Pantazis
            <summary>
129 99882980 George Pantazis
            Detaches this instance from its associated object.
130 99882980 George Pantazis
            </summary>
131 99882980 George Pantazis
        </member>
132 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.Behavior.AssociatedType">
133 99882980 George Pantazis
            <summary>
134 99882980 George Pantazis
            The type to which this behavior can be attached.
135 99882980 George Pantazis
            </summary>
136 99882980 George Pantazis
        </member>
137 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.Behavior.AssociatedObject">
138 99882980 George Pantazis
            <summary>
139 99882980 George Pantazis
            Gets the object to which this behavior is attached.
140 99882980 George Pantazis
            </summary>
141 99882980 George Pantazis
        </member>
142 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.Behavior.System#Windows#Interactivity#IAttachedObject#AssociatedObject">
143 99882980 George Pantazis
            <summary>
144 99882980 George Pantazis
            Gets the associated object.
145 99882980 George Pantazis
            </summary>
146 99882980 George Pantazis
            <value>The associated object.</value>
147 99882980 George Pantazis
        </member>
148 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Behavior`1.#ctor">
149 99882980 George Pantazis
            <summary>
150 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.Behavior`1"/> class.
151 99882980 George Pantazis
            </summary>
152 99882980 George Pantazis
        </member>
153 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.Behavior`1.AssociatedObject">
154 99882980 George Pantazis
            <summary>
155 99882980 George Pantazis
            Gets the object to which this <see cref="T:System.Windows.Interactivity.Behavior`1"/> is attached.
156 99882980 George Pantazis
            </summary>
157 99882980 George Pantazis
        </member>
158 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.BehaviorCollection">
159 99882980 George Pantazis
            <summary>
160 99882980 George Pantazis
            Represents a collection of behaviors with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
161 99882980 George Pantazis
            </summary>
162 99882980 George Pantazis
        </member>
163 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.BehaviorCollection.#ctor">
164 99882980 George Pantazis
            <summary>
165 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.BehaviorCollection"/> class.
166 99882980 George Pantazis
            </summary>
167 99882980 George Pantazis
            <remarks>Internal, because this should not be inherited outside this assembly.</remarks>
168 99882980 George Pantazis
        </member>
169 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.BehaviorCollection.OnAttached">
170 99882980 George Pantazis
            <summary>
171 99882980 George Pantazis
            Called immediately after the collection is attached to an AssociatedObject.
172 99882980 George Pantazis
            </summary>
173 99882980 George Pantazis
        </member>
174 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.BehaviorCollection.OnDetaching">
175 99882980 George Pantazis
            <summary>
176 99882980 George Pantazis
            Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
177 99882980 George Pantazis
            </summary>
178 99882980 George Pantazis
        </member>
179 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.BehaviorCollection.ItemAdded(System.Windows.Interactivity.Behavior)">
180 99882980 George Pantazis
            <summary>
181 99882980 George Pantazis
            Called when a new item is added to the collection.
182 99882980 George Pantazis
            </summary>
183 99882980 George Pantazis
            <param name="item">The new item.</param>
184 99882980 George Pantazis
        </member>
185 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.BehaviorCollection.ItemRemoved(System.Windows.Interactivity.Behavior)">
186 99882980 George Pantazis
            <summary>
187 99882980 George Pantazis
            Called when an item is removed from the collection.
188 99882980 George Pantazis
            </summary>
189 99882980 George Pantazis
            <param name="item">The removed item.</param>
190 99882980 George Pantazis
        </member>
191 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.CustomPropertyValueEditor">
192 99882980 George Pantazis
            <summary>
193 99882980 George Pantazis
            Enumerates possible values for reusable property value editors.
194 99882980 George Pantazis
            </summary>
195 99882980 George Pantazis
        </member>
196 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.CustomPropertyValueEditor.Element">
197 99882980 George Pantazis
            <summary>
198 99882980 George Pantazis
            Uses the element picker, if supported, to edit this property at design time.
199 99882980 George Pantazis
            </summary>
200 99882980 George Pantazis
        </member>
201 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.CustomPropertyValueEditor.Storyboard">
202 99882980 George Pantazis
            <summary>
203 99882980 George Pantazis
            Uses the storyboard picker, if supported, to edit this property at design time.
204 99882980 George Pantazis
            </summary>
205 99882980 George Pantazis
        </member>
206 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.CustomPropertyValueEditor.StateName">
207 99882980 George Pantazis
            <summary>
208 99882980 George Pantazis
            Uses the state picker, if supported, to edit this property at design time.
209 99882980 George Pantazis
            </summary>
210 99882980 George Pantazis
        </member>
211 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.CustomPropertyValueEditor.ElementBinding">
212 99882980 George Pantazis
            <summary>
213 99882980 George Pantazis
            Uses the element-binding picker, if supported, to edit this property at design time.
214 99882980 George Pantazis
            </summary>
215 99882980 George Pantazis
        </member>
216 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.CustomPropertyValueEditor.PropertyBinding">
217 99882980 George Pantazis
            <summary>
218 99882980 George Pantazis
            Uses the property-binding picker, if supported, to edit this property at design time.
219 99882980 George Pantazis
            </summary>
220 99882980 George Pantazis
        </member>
221 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.CustomPropertyValueEditorAttribute">
222 99882980 George Pantazis
            <summary>
223 99882980 George Pantazis
            Associates the given editor type with the property on which the CustomPropertyValueEditor is applied.
224 99882980 George Pantazis
            </summary>
225 99882980 George Pantazis
            <remarks>Use this attribute to get improved design-time editing for properties that denote element (by name), storyboards, or states (by name).</remarks>
226 99882980 George Pantazis
        </member>
227 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.CustomPropertyValueEditorAttribute.#ctor(System.Windows.Interactivity.CustomPropertyValueEditor)">
228 99882980 George Pantazis
            <summary>
229 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.CustomPropertyValueEditorAttribute"/> class.
230 99882980 George Pantazis
            </summary>
231 99882980 George Pantazis
            <param name="customPropertyValueEditor">The custom property value editor.</param>
232 99882980 George Pantazis
        </member>
233 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.CustomPropertyValueEditorAttribute.CustomPropertyValueEditor">
234 99882980 George Pantazis
            <summary>
235 99882980 George Pantazis
            Gets or sets the custom property value editor.
236 99882980 George Pantazis
            </summary>
237 99882980 George Pantazis
            <value>The custom property value editor.</value>
238 99882980 George Pantazis
        </member>
239 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.DefaultTriggerAttribute">
240 99882980 George Pantazis
            <summary>
241 99882980 George Pantazis
            Provides design tools information about what <see cref="T:System.Windows.Interactivity.TriggerBase"/> to instantiate for a given action or command.
242 99882980 George Pantazis
            </summary>
243 99882980 George Pantazis
        </member>
244 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.DefaultTriggerAttribute.#ctor(System.Type,System.Type,System.Object)">
245 99882980 George Pantazis
            <summary>
246 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.DefaultTriggerAttribute"/> class.
247 99882980 George Pantazis
            </summary>
248 99882980 George Pantazis
            <param name="targetType">The type this attribute applies to.</param>
249 99882980 George Pantazis
            <param name="triggerType">The type of <see cref="T:System.Windows.Interactivity.TriggerBase"/> to instantiate.</param>
250 99882980 George Pantazis
            <param name="parameters">A single argument for the specified <see cref="T:System.Windows.Interactivity.TriggerBase"/>.</param>
251 99882980 George Pantazis
            <exception cref="T:System.ArgumentException"><c cref="F:System.Windows.Interactivity.DefaultTriggerAttribute.triggerType"/> is not derived from TriggerBase.</exception>
252 99882980 George Pantazis
            <remarks>This constructor is useful if the specifed <see cref="T:System.Windows.Interactivity.TriggerBase"/> has a single argument. The
253 99882980 George Pantazis
            resulting code will be CLS compliant.</remarks>
254 99882980 George Pantazis
        </member>
255 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.DefaultTriggerAttribute.#ctor(System.Type,System.Type,System.Object[])">
256 99882980 George Pantazis
            <summary>
257 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.DefaultTriggerAttribute"/> class.
258 99882980 George Pantazis
            </summary>
259 99882980 George Pantazis
            <param name="targetType">The type this attribute applies to.</param>
260 99882980 George Pantazis
            <param name="triggerType">The type of <see cref="T:System.Windows.Interactivity.TriggerBase"/> to instantiate.</param>
261 99882980 George Pantazis
            <param name="parameters">The constructor arguments for the specified <see cref="T:System.Windows.Interactivity.TriggerBase"/>.</param>
262 99882980 George Pantazis
            <exception cref="T:System.ArgumentException"><c cref="F:System.Windows.Interactivity.DefaultTriggerAttribute.triggerType"/> is not derived from TriggerBase.</exception>
263 99882980 George Pantazis
        </member>
264 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.DefaultTriggerAttribute.Instantiate">
265 99882980 George Pantazis
            <summary>
266 99882980 George Pantazis
            Instantiates this instance.
267 99882980 George Pantazis
            </summary>
268 99882980 George Pantazis
            <returns>The <see cref="T:System.Windows.Interactivity.TriggerBase"/> specified by the DefaultTriggerAttribute.</returns>
269 99882980 George Pantazis
        </member>
270 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.DefaultTriggerAttribute.TargetType">
271 99882980 George Pantazis
            <summary>
272 99882980 George Pantazis
            Gets the type that this DefaultTriggerAttribute applies to.
273 99882980 George Pantazis
            </summary>
274 99882980 George Pantazis
            <value>The type this DefaultTriggerAttribute applies to.</value>
275 99882980 George Pantazis
        </member>
276 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.DefaultTriggerAttribute.TriggerType">
277 99882980 George Pantazis
            <summary>
278 99882980 George Pantazis
            Gets the type of the <see cref="T:System.Windows.Interactivity.TriggerBase"/> to instantiate.
279 99882980 George Pantazis
            </summary>
280 99882980 George Pantazis
            <value>The type of the <see cref="T:System.Windows.Interactivity.TriggerBase"/> to instantiate.</value>
281 99882980 George Pantazis
        </member>
282 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.DefaultTriggerAttribute.Parameters">
283 99882980 George Pantazis
            <summary>
284 99882980 George Pantazis
            Gets the parameters to pass to the <see cref="T:System.Windows.Interactivity.TriggerBase"/> constructor.
285 99882980 George Pantazis
            </summary>
286 99882980 George Pantazis
            <value>The parameters to pass to the <see cref="T:System.Windows.Interactivity.TriggerBase"/> constructor.</value>
287 99882980 George Pantazis
        </member>
288 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.DependencyObjectHelper.GetSelfAndAncestors(System.Windows.DependencyObject)">
289 99882980 George Pantazis
            <summary>
290 99882980 George Pantazis
            This method will use the VisualTreeHelper.GetParent method to do a depth first walk up 
291 99882980 George Pantazis
            the visual tree and return all ancestors of the specified object, including the object itself.
292 99882980 George Pantazis
            </summary>
293 99882980 George Pantazis
            <param name="dependencyObject">The object in the visual tree to find ancestors of.</param>
294 99882980 George Pantazis
            <returns>Returns itself an all ancestors in the visual tree.</returns>
295 99882980 George Pantazis
        </member>
296 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.EventObserver">
297 99882980 George Pantazis
            <summary>
298 99882980 George Pantazis
            EventObserver is designed to help manage event handlers by detatching when disposed. Creating this object will also attach in the constructor.
299 99882980 George Pantazis
            </summary>
300 99882980 George Pantazis
        </member>
301 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventObserver.#ctor(System.Reflection.EventInfo,System.Object,System.Delegate)">
302 99882980 George Pantazis
            <summary>
303 99882980 George Pantazis
            Creates an instance of EventObserver and attaches to the supplied event on the supplied target. Call dispose to detach.
304 99882980 George Pantazis
            </summary>
305 99882980 George Pantazis
            <param name="eventInfo">The event to attach and detach from.</param>
306 99882980 George Pantazis
            <param name="target">The target object the event is defined on. Null if the method is static.</param>
307 99882980 George Pantazis
            <param name="handler">The delegate to attach to the event.</param>
308 99882980 George Pantazis
        </member>
309 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventObserver.Dispose">
310 99882980 George Pantazis
            <summary>
311 99882980 George Pantazis
            Detaches the handler from the event.
312 99882980 George Pantazis
            </summary>
313 99882980 George Pantazis
        </member>
314 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.EventTrigger">
315 99882980 George Pantazis
            <summary>
316 99882980 George Pantazis
            A trigger that listens for a specified event on its source and fires when that event is fired.
317 99882980 George Pantazis
            </summary>
318 99882980 George Pantazis
        </member>
319 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.EventTriggerBase`1">
320 99882980 George Pantazis
            <summary>
321 99882980 George Pantazis
            Represents a trigger that can listen to an element other than its AssociatedObject.
322 99882980 George Pantazis
            </summary>
323 99882980 George Pantazis
            <typeparam name="T">The type that this trigger can be associated with.</typeparam>
324 99882980 George Pantazis
            <remarks>
325 99882980 George Pantazis
                    EventTriggerBase extends TriggerBase to add knowledge of another object than the one it is attached to. 
326 99882980 George Pantazis
                    This allows a user to attach a Trigger/Action pair to one element and invoke the Action in response to a 
327 99882980 George Pantazis
                    change in another object somewhere else. Override OnSourceChanged to hook or unhook handlers on the source 
328 99882980 George Pantazis
                    element, and OnAttached/OnDetaching for the associated element. The type of the Source element can be 
329 99882980 George Pantazis
                    constrained by the generic type parameter. If you need control over the type of the 
330 99882980 George Pantazis
                    AssociatedObject, set a TypeConstraintAttribute on your derived type.
331 99882980 George Pantazis
            </remarks>
332 99882980 George Pantazis
        </member>
333 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.EventTriggerBase">
334 99882980 George Pantazis
            <summary>
335 99882980 George Pantazis
            Represents a trigger that can listen to an object other than its AssociatedObject.
336 99882980 George Pantazis
            </summary>
337 99882980 George Pantazis
            <remarks>This is an infrastructure class. Trigger authors should derive from EventTriggerBase&lt;T&gt; instead of this class.</remarks>
338 99882980 George Pantazis
        </member>
339 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerBase">
340 99882980 George Pantazis
            <summary>
341 99882980 George Pantazis
            Represents an object that can invoke Actions conditionally.
342 99882980 George Pantazis
            </summary>
343 99882980 George Pantazis
            <remarks>This is an infrastructure class. Trigger authors should derive from Trigger&lt;T&gt; instead of this class.</remarks>
344 99882980 George Pantazis
        </member>
345 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase.InvokeActions(System.Object)">
346 99882980 George Pantazis
            <summary>
347 99882980 George Pantazis
            Invoke all actions associated with this trigger.
348 99882980 George Pantazis
            </summary>
349 99882980 George Pantazis
            <remarks>Derived classes should call this to fire the trigger.</remarks>
350 99882980 George Pantazis
        </member>
351 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase.OnAttached">
352 99882980 George Pantazis
            <summary>
353 99882980 George Pantazis
            Called after the trigger is attached to an AssociatedObject.
354 99882980 George Pantazis
            </summary>
355 99882980 George Pantazis
        </member>
356 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase.OnDetaching">
357 99882980 George Pantazis
            <summary>
358 99882980 George Pantazis
            Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
359 99882980 George Pantazis
            </summary>
360 99882980 George Pantazis
        </member>
361 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase.Attach(System.Windows.DependencyObject)">
362 99882980 George Pantazis
            <summary>
363 99882980 George Pantazis
            Attaches to the specified object.
364 99882980 George Pantazis
            </summary>
365 99882980 George Pantazis
            <param name="dependencyObject">The object to attach to.</param>
366 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">Cannot host the same trigger on more than one object at a time.</exception>
367 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">dependencyObject does not satisfy the trigger type constraint.</exception>
368 99882980 George Pantazis
        </member>
369 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase.Detach">
370 99882980 George Pantazis
            <summary>
371 99882980 George Pantazis
            Detaches this instance from its associated object.
372 99882980 George Pantazis
            </summary>
373 99882980 George Pantazis
        </member>
374 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase.AssociatedObject">
375 99882980 George Pantazis
            <summary>
376 99882980 George Pantazis
            Gets the object to which the trigger is attached.
377 99882980 George Pantazis
            </summary>
378 99882980 George Pantazis
            <value>The associated object.</value>
379 99882980 George Pantazis
        </member>
380 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase.AssociatedObjectTypeConstraint">
381 99882980 George Pantazis
            <summary>
382 99882980 George Pantazis
            Gets the type constraint of the associated object.
383 99882980 George Pantazis
            </summary>
384 99882980 George Pantazis
            <value>The associated object type constraint.</value>
385 99882980 George Pantazis
        </member>
386 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase.Actions">
387 99882980 George Pantazis
            <summary>
388 99882980 George Pantazis
            Gets the actions associated with this trigger.
389 99882980 George Pantazis
            </summary>
390 99882980 George Pantazis
            <value>The actions associated with this trigger.</value>
391 99882980 George Pantazis
        </member>
392 99882980 George Pantazis
        <member name="E:System.Windows.Interactivity.TriggerBase.PreviewInvoke">
393 99882980 George Pantazis
            <summary>
394 99882980 George Pantazis
            Event handler for registering to PreviewInvoke.
395 99882980 George Pantazis
            </summary>
396 99882980 George Pantazis
        </member>
397 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase.System#Windows#Interactivity#IAttachedObject#AssociatedObject">
398 99882980 George Pantazis
            <summary>
399 99882980 George Pantazis
            Gets the associated object.
400 99882980 George Pantazis
            </summary>
401 99882980 George Pantazis
            <value>The associated object.</value>
402 99882980 George Pantazis
        </member>
403 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.GetEventName">
404 99882980 George Pantazis
            <summary>
405 99882980 George Pantazis
            Specifies the name of the Event this EventTriggerBase is listening for.
406 99882980 George Pantazis
            </summary>
407 99882980 George Pantazis
            <returns></returns>
408 99882980 George Pantazis
        </member>
409 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.OnEvent(System.EventArgs)">
410 99882980 George Pantazis
            <summary>
411 99882980 George Pantazis
            Called when the event associated with this EventTriggerBase is fired. By default, this will invoke all actions on the trigger.
412 99882980 George Pantazis
            </summary>
413 99882980 George Pantazis
            <param name="eventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
414 99882980 George Pantazis
            <remarks>Override this to provide more granular control over when actions associated with this trigger will be invoked.</remarks>
415 99882980 George Pantazis
        </member>
416 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.OnSourceChangedImpl(System.Object,System.Object)">
417 99882980 George Pantazis
            <summary>
418 99882980 George Pantazis
            Called when the source changes.
419 99882980 George Pantazis
            </summary>
420 99882980 George Pantazis
            <param name="oldSource">The old source.</param>
421 99882980 George Pantazis
            <param name="newSource">The new source.</param>
422 99882980 George Pantazis
            <remarks>This function should be overridden in derived classes to hook functionality to and unhook functionality from the changing source objects.</remarks>
423 99882980 George Pantazis
        </member>
424 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.OnAttached">
425 99882980 George Pantazis
            <summary>
426 99882980 George Pantazis
            Called after the trigger is attached to an AssociatedObject.
427 99882980 George Pantazis
            </summary>
428 99882980 George Pantazis
        </member>
429 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.OnDetaching">
430 99882980 George Pantazis
            <summary>
431 99882980 George Pantazis
            Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
432 99882980 George Pantazis
            </summary>
433 99882980 George Pantazis
        </member>
434 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase.RegisterEvent(System.Object,System.String)">
435 99882980 George Pantazis
            <exception cref="T:System.ArgumentException">Could not find eventName on the Target.</exception>
436 99882980 George Pantazis
        </member>
437 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase.AssociatedObjectTypeConstraint">
438 99882980 George Pantazis
            <summary>
439 99882980 George Pantazis
            Gets the type constraint of the associated object.
440 99882980 George Pantazis
            </summary>
441 99882980 George Pantazis
            <value>The associated object type constraint.</value>
442 99882980 George Pantazis
            <remarks>Define a TypeConstraintAttribute on a derived type to constrain the types it may be attached to.</remarks>
443 99882980 George Pantazis
        </member>
444 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase.SourceTypeConstraint">
445 99882980 George Pantazis
            <summary>
446 99882980 George Pantazis
            Gets the source type constraint.
447 99882980 George Pantazis
            </summary>
448 99882980 George Pantazis
            <value>The source type constraint.</value>
449 99882980 George Pantazis
        </member>
450 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase.SourceObject">
451 99882980 George Pantazis
            <summary>
452 99882980 George Pantazis
            Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.
453 99882980 George Pantazis
            </summary>
454 99882980 George Pantazis
            <value>The target object.</value>
455 99882980 George Pantazis
        </member>
456 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase.SourceName">
457 99882980 George Pantazis
            <summary>
458 99882980 George Pantazis
            Gets or sets the name of the element this EventTriggerBase listens for as a source. If the name is not set or cannot be resolved, the AssociatedObject will be used.  This is a dependency property.
459 99882980 George Pantazis
            </summary>
460 99882980 George Pantazis
            <value>The name of the source element.</value>
461 99882980 George Pantazis
        </member>
462 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase.Source">
463 99882980 George Pantazis
            <summary>
464 99882980 George Pantazis
            Gets the resolved source. If <c ref="SourceName"/> is not set or cannot be resolved, defaults to AssociatedObject.
465 99882980 George Pantazis
            </summary>
466 99882980 George Pantazis
            <value>The resolved source object.</value>
467 99882980 George Pantazis
            <remarks>In general, this property should be used in place of AssociatedObject in derived classes.</remarks>
468 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">The element pointed to by <c cref="P:System.Windows.Interactivity.EventTriggerBase.Source"/> does not satisify the type constraint.</exception>
469 99882980 George Pantazis
        </member>
470 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase`1.#ctor">
471 99882980 George Pantazis
            <summary>
472 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.EventTriggerBase`1"/> class.
473 99882980 George Pantazis
            </summary>
474 99882980 George Pantazis
        </member>
475 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTriggerBase`1.OnSourceChanged(`0,`0)">
476 99882980 George Pantazis
            <summary>
477 99882980 George Pantazis
            Called when the source property changes.
478 99882980 George Pantazis
            </summary>
479 99882980 George Pantazis
            <remarks>Override this to hook functionality to and unhook functionality from the specified source, rather than the AssociatedObject.</remarks>
480 99882980 George Pantazis
            <param name="oldSource">The old source.</param>
481 99882980 George Pantazis
            <param name="newSource">The new source.</param>
482 99882980 George Pantazis
        </member>
483 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTriggerBase`1.Source">
484 99882980 George Pantazis
            <summary>
485 99882980 George Pantazis
            Gets the resolved source. If <c ref="SourceName"/> is not set or cannot be resolved, defaults to AssociatedObject.
486 99882980 George Pantazis
            </summary>
487 99882980 George Pantazis
            <value>The resolved source object.</value>
488 99882980 George Pantazis
            <remarks>In general, this property should be used in place of AssociatedObject in derived classes.</remarks>
489 99882980 George Pantazis
        </member>
490 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTrigger.#ctor">
491 99882980 George Pantazis
            <summary>
492 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.EventTrigger"/> class.
493 99882980 George Pantazis
            </summary>
494 99882980 George Pantazis
        </member>
495 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.EventTrigger.#ctor(System.String)">
496 99882980 George Pantazis
            <summary>
497 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.EventTrigger"/> class.
498 99882980 George Pantazis
            </summary>
499 99882980 George Pantazis
            <param name="eventName">Name of the event.</param>
500 99882980 George Pantazis
        </member>
501 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.EventTrigger.EventName">
502 99882980 George Pantazis
            <summary>
503 99882980 George Pantazis
            Gets or sets the name of the event to listen for. This is a dependency property.
504 99882980 George Pantazis
            </summary>
505 99882980 George Pantazis
            <value>The name of the event.</value>
506 99882980 George Pantazis
        </member>
507 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.Interaction">
508 99882980 George Pantazis
            <summary>
509 99882980 George Pantazis
            Static class that owns the Triggers and Behaviors attached properties. Handles propagation of AssociatedObject change notifications.
510 99882980 George Pantazis
            </summary>
511 99882980 George Pantazis
        </member>
512 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.Interaction.TriggersProperty">
513 99882980 George Pantazis
            <summary>
514 99882980 George Pantazis
            This property is used as the internal backing store for the public Triggers attached property.
515 99882980 George Pantazis
            </summary>
516 99882980 George Pantazis
        </member>
517 99882980 George Pantazis
        <member name="F:System.Windows.Interactivity.Interaction.BehaviorsProperty">
518 99882980 George Pantazis
            <summary>
519 99882980 George Pantazis
            This property is used as the internal backing store for the public Behaviors attached property.
520 99882980 George Pantazis
            </summary>
521 99882980 George Pantazis
        </member>
522 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Interaction.GetTriggers(System.Windows.DependencyObject)">
523 99882980 George Pantazis
            <summary>
524 99882980 George Pantazis
            Gets the TriggerCollection containing the triggers associated with the specified object.
525 99882980 George Pantazis
            </summary>
526 99882980 George Pantazis
            <param name="obj">The object from which to retrieve the triggers.</param>
527 99882980 George Pantazis
            <returns>A TriggerCollection containing the triggers associated with the specified object.</returns>
528 99882980 George Pantazis
        </member>
529 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Interaction.GetBehaviors(System.Windows.DependencyObject)">
530 99882980 George Pantazis
            <summary>
531 99882980 George Pantazis
            Gets the <see cref="T:System.Windows.Interactivity.BehaviorCollection"/> associated with a specified object.
532 99882980 George Pantazis
            </summary>
533 99882980 George Pantazis
            <param name="obj">The object from which to retrieve the <see cref="T:System.Windows.Interactivity.BehaviorCollection"/>.</param>
534 99882980 George Pantazis
            <returns>A <see cref="T:System.Windows.Interactivity.BehaviorCollection"/> containing the behaviors associated with the specified object.</returns>
535 99882980 George Pantazis
        </member>
536 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Interaction.OnBehaviorsChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
537 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">Cannot host the same BehaviorCollection on more than one object at a time.</exception>
538 99882980 George Pantazis
        </member>
539 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Interaction.OnTriggersChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
540 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">Cannot host the same TriggerCollection on more than one object at a time.</exception>
541 99882980 George Pantazis
        </member>
542 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.Interaction.IsElementLoaded(System.Windows.FrameworkElement)">
543 99882980 George Pantazis
            <summary>
544 99882980 George Pantazis
            A helper function to take the place of FrameworkElement.IsLoaded, as this property is not available in Silverlight.
545 99882980 George Pantazis
            </summary>
546 99882980 George Pantazis
            <param name="element">The element of interest.</param>
547 99882980 George Pantazis
            <returns>True if the element has been loaded; otherwise, False.</returns>
548 99882980 George Pantazis
        </member>
549 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.InvokeCommandAction">
550 99882980 George Pantazis
            <summary>
551 99882980 George Pantazis
            Executes a specified ICommand when invoked.
552 99882980 George Pantazis
            </summary>
553 99882980 George Pantazis
        </member>
554 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerAction`1">
555 99882980 George Pantazis
            <summary>
556 99882980 George Pantazis
            Represents an attachable object that encapsulates a unit of functionality.
557 99882980 George Pantazis
            </summary>
558 99882980 George Pantazis
            <typeparam name="T">The type to which this action can be attached.</typeparam>
559 99882980 George Pantazis
        </member>
560 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerAction">
561 99882980 George Pantazis
            <summary>
562 99882980 George Pantazis
            Represents an attachable object that encapsulates a unit of functionality.
563 99882980 George Pantazis
            </summary>
564 99882980 George Pantazis
            <remarks>This is an infrastructure class. Action authors should derive from TriggerAction&lt;T&gt; instead of this class.</remarks>
565 99882980 George Pantazis
        </member>
566 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.CallInvoke(System.Object)">
567 99882980 George Pantazis
            <summary>
568 99882980 George Pantazis
            Attempts to invoke the action.
569 99882980 George Pantazis
            </summary>
570 99882980 George Pantazis
            <param name="parameter">The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.</param>
571 99882980 George Pantazis
        </member>
572 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.Invoke(System.Object)">
573 99882980 George Pantazis
            <summary>
574 99882980 George Pantazis
            Invokes the action.
575 99882980 George Pantazis
            </summary>
576 99882980 George Pantazis
            <param name="parameter">The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.</param>
577 99882980 George Pantazis
        </member>
578 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.OnAttached">
579 99882980 George Pantazis
            <summary>
580 99882980 George Pantazis
            Called after the action is attached to an AssociatedObject.
581 99882980 George Pantazis
            </summary>
582 99882980 George Pantazis
        </member>
583 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.OnDetaching">
584 99882980 George Pantazis
            <summary>
585 99882980 George Pantazis
            Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
586 99882980 George Pantazis
            </summary>
587 99882980 George Pantazis
        </member>
588 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.Attach(System.Windows.DependencyObject)">
589 99882980 George Pantazis
            <summary>
590 99882980 George Pantazis
            Attaches to the specified object.
591 99882980 George Pantazis
            </summary>
592 99882980 George Pantazis
            <param name="dependencyObject">The object to attach to.</param>
593 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">Cannot host the same TriggerAction on more than one object at a time.</exception>
594 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">dependencyObject does not satisfy the TriggerAction type constraint.</exception>
595 99882980 George Pantazis
        </member>
596 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction.Detach">
597 99882980 George Pantazis
            <summary>
598 99882980 George Pantazis
            Detaches this instance from its associated object.
599 99882980 George Pantazis
            </summary>
600 99882980 George Pantazis
        </member>
601 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction.IsEnabled">
602 99882980 George Pantazis
            <summary>
603 99882980 George Pantazis
            Gets or sets a value indicating whether this action will run when invoked. This is a dependency property.
604 99882980 George Pantazis
            </summary>
605 99882980 George Pantazis
            <value>
606 99882980 George Pantazis
                    <c>True</c> if this action will be run when invoked; otherwise, <c>False</c>.
607 99882980 George Pantazis
            </value>
608 99882980 George Pantazis
        </member>
609 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction.AssociatedObject">
610 99882980 George Pantazis
            <summary>
611 99882980 George Pantazis
            Gets the object to which this action is attached.
612 99882980 George Pantazis
            </summary>
613 99882980 George Pantazis
            <value>The associated object.</value>
614 99882980 George Pantazis
        </member>
615 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction.AssociatedObjectTypeConstraint">
616 99882980 George Pantazis
            <summary>
617 99882980 George Pantazis
            Gets the associated object type constraint.
618 99882980 George Pantazis
            </summary>
619 99882980 George Pantazis
            <value>The associated object type constraint.</value>
620 99882980 George Pantazis
        </member>
621 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction.IsHosted">
622 99882980 George Pantazis
            <summary>
623 99882980 George Pantazis
            Gets or sets a value indicating whether this instance is attached.
624 99882980 George Pantazis
            </summary>
625 99882980 George Pantazis
            <value><c>True</c> if this instance is attached; otherwise, <c>False</c>.</value>
626 99882980 George Pantazis
        </member>
627 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction.System#Windows#Interactivity#IAttachedObject#AssociatedObject">
628 99882980 George Pantazis
            <summary>
629 99882980 George Pantazis
            Gets the associated object.
630 99882980 George Pantazis
            </summary>
631 99882980 George Pantazis
            <value>The associated object.</value>
632 99882980 George Pantazis
        </member>
633 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerAction`1.#ctor">
634 99882980 George Pantazis
            <summary>
635 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TriggerAction`1"/> class.
636 99882980 George Pantazis
            </summary>
637 99882980 George Pantazis
        </member>
638 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction`1.AssociatedObject">
639 99882980 George Pantazis
            <summary>
640 99882980 George Pantazis
            Gets the object to which this <see cref="T:System.Windows.Interactivity.TriggerAction`1"/> is attached.
641 99882980 George Pantazis
            </summary>
642 99882980 George Pantazis
            <value>The associated object.</value>
643 99882980 George Pantazis
        </member>
644 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerAction`1.AssociatedObjectTypeConstraint">
645 99882980 George Pantazis
            <summary>
646 99882980 George Pantazis
            Gets the associated object type constraint.
647 99882980 George Pantazis
            </summary>
648 99882980 George Pantazis
            <value>The associated object type constraint.</value>
649 99882980 George Pantazis
        </member>
650 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.InvokeCommandAction.Invoke(System.Object)">
651 99882980 George Pantazis
            <summary>
652 99882980 George Pantazis
            Invokes the action.
653 99882980 George Pantazis
            </summary>
654 99882980 George Pantazis
            <param name="parameter">The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.</param>
655 99882980 George Pantazis
        </member>
656 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.InvokeCommandAction.CommandName">
657 99882980 George Pantazis
            <summary>
658 99882980 George Pantazis
            Gets or sets the name of the command this action should invoke.
659 99882980 George Pantazis
            </summary>
660 99882980 George Pantazis
            <value>The name of the command this action should invoke.</value>
661 99882980 George Pantazis
            <remarks>This property will be superseded by the Command property if both are set.</remarks>
662 99882980 George Pantazis
        </member>
663 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.InvokeCommandAction.Command">
664 99882980 George Pantazis
            <summary>
665 99882980 George Pantazis
            Gets or sets the command this action should invoke. This is a dependency property.
666 99882980 George Pantazis
            </summary>
667 99882980 George Pantazis
            <value>The command to execute.</value>
668 99882980 George Pantazis
            <remarks>This property will take precedence over the CommandName property if both are set.</remarks>
669 99882980 George Pantazis
        </member>
670 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.InvokeCommandAction.CommandParameter">
671 99882980 George Pantazis
            <summary>
672 99882980 George Pantazis
            Gets or sets the command parameter. This is a dependency property.
673 99882980 George Pantazis
            </summary>
674 99882980 George Pantazis
            <value>The command parameter.</value>
675 99882980 George Pantazis
            <remarks>This is the value passed to ICommand.CanExecute and ICommand.Execute.</remarks>
676 99882980 George Pantazis
        </member>
677 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.NameResolvedEventArgs">
678 99882980 George Pantazis
            <summary>
679 99882980 George Pantazis
            Provides data about which objects were affected when resolving a name change.
680 99882980 George Pantazis
            </summary>
681 99882980 George Pantazis
        </member>
682 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.NameResolver">
683 99882980 George Pantazis
            <summary>
684 99882980 George Pantazis
            Helper class to handle the logic of resolving a TargetName into a Target element
685 99882980 George Pantazis
            based on the context provided by a host element.
686 99882980 George Pantazis
            </summary>
687 99882980 George Pantazis
        </member>
688 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.NameResolver.UpdateObjectFromName(System.Windows.DependencyObject)">
689 99882980 George Pantazis
            <summary>
690 99882980 George Pantazis
            Attempts to update the resolved object from the name within the context of the namescope reference element.
691 99882980 George Pantazis
            </summary>
692 99882980 George Pantazis
            <param name="oldObject">The old resolved object.</param>
693 99882980 George Pantazis
            <remarks>
694 99882980 George Pantazis
            Resets the existing target and attempts to resolve the current TargetName from the
695 99882980 George Pantazis
            context of the current Host. If it cannot resolve from the context of the Host, it will
696 99882980 George Pantazis
            continue up the visual tree until it resolves. If it has not resolved it when it reaches
697 99882980 George Pantazis
            the root, it will set the Target to null and write a warning message to Debug output.
698 99882980 George Pantazis
            </remarks>
699 99882980 George Pantazis
        </member>
700 99882980 George Pantazis
        <member name="E:System.Windows.Interactivity.NameResolver.ResolvedElementChanged">
701 99882980 George Pantazis
            <summary>
702 99882980 George Pantazis
            Occurs when the resolved element has changed.
703 99882980 George Pantazis
            </summary>
704 99882980 George Pantazis
        </member>
705 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.NameResolver.Name">
706 99882980 George Pantazis
            <summary>
707 99882980 George Pantazis
            Gets or sets the name of the element to attempt to resolve.
708 99882980 George Pantazis
            </summary>
709 99882980 George Pantazis
            <value>The name to attempt to resolve.</value>
710 99882980 George Pantazis
        </member>
711 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.NameResolver.Object">
712 99882980 George Pantazis
            <summary>
713 99882980 George Pantazis
            The resolved object. Will return the reference element if TargetName is null or empty, or if a resolve has not been attempted.
714 99882980 George Pantazis
            </summary>
715 99882980 George Pantazis
        </member>
716 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.NameResolver.NameScopeReferenceElement">
717 99882980 George Pantazis
            <summary>
718 99882980 George Pantazis
            Gets or sets the reference element from which to perform the name resolution.
719 99882980 George Pantazis
            </summary>
720 99882980 George Pantazis
            <value>The reference element.</value>
721 99882980 George Pantazis
        </member>
722 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.NameResolver.PendingReferenceElementLoad">
723 99882980 George Pantazis
            <summary>
724 99882980 George Pantazis
            Gets or sets a value indicating whether the reference element load is pending.
725 99882980 George Pantazis
            </summary>
726 99882980 George Pantazis
            <value>
727 99882980 George Pantazis
                    <c>True</c> if [pending reference element load]; otherwise, <c>False</c>.
728 99882980 George Pantazis
            </value>
729 99882980 George Pantazis
            <remarks>
730 99882980 George Pantazis
            If the Host has not been loaded, the name will not be resolved.
731 99882980 George Pantazis
            In that case, delay the resolution and track that fact with this property.
732 99882980 George Pantazis
            </remarks>
733 99882980 George Pantazis
        </member>
734 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TargetedTriggerAction`1">
735 99882980 George Pantazis
            <summary>
736 99882980 George Pantazis
            Represents an action that can be targeted to affect an object other than its AssociatedObject.
737 99882980 George Pantazis
            </summary>
738 99882980 George Pantazis
            <typeparam name="T">The type constraint on the target.</typeparam>
739 99882980 George Pantazis
            <remarks>
740 99882980 George Pantazis
                    TargetedTriggerAction extends TriggerAction to add knowledge of another element than the one it is attached to. 
741 99882980 George Pantazis
                    This allows a user to invoke the action on an element other than the one it is attached to in response to a 
742 99882980 George Pantazis
                    trigger firing. Override OnTargetChanged to hook or unhook handlers on the target element, and OnAttached/OnDetaching 
743 99882980 George Pantazis
                    for the associated element. The type of the Target element can be constrained by the generic type parameter. If 
744 99882980 George Pantazis
                    you need control over the type of the AssociatedObject, set a TypeConstraintAttribute on your derived type.
745 99882980 George Pantazis
            </remarks>
746 99882980 George Pantazis
        </member>
747 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TargetedTriggerAction">
748 99882980 George Pantazis
            <summary>
749 99882980 George Pantazis
            Represents an action that can be targeted to affect an object other than its AssociatedObject.
750 99882980 George Pantazis
            </summary>
751 99882980 George Pantazis
            <remarks>This is an infrastructure class. Action authors should derive from TargetedTriggerAction&lt;T&gt; instead of this class.</remarks>
752 99882980 George Pantazis
        </member>
753 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TargetedTriggerAction.OnTargetChangedImpl(System.Object,System.Object)">
754 99882980 George Pantazis
            <summary>
755 99882980 George Pantazis
            Called when the target changes.
756 99882980 George Pantazis
            </summary>
757 99882980 George Pantazis
            <param name="oldTarget">The old target.</param>
758 99882980 George Pantazis
            <param name="newTarget">The new target.</param>
759 99882980 George Pantazis
            <remarks>This function should be overriden in derived classes to hook and unhook functionality from the changing source objects.</remarks>
760 99882980 George Pantazis
        </member>
761 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TargetedTriggerAction.OnAttached">
762 99882980 George Pantazis
            <summary>
763 99882980 George Pantazis
            Called after the action is attached to an AssociatedObject.
764 99882980 George Pantazis
            </summary>
765 99882980 George Pantazis
        </member>
766 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TargetedTriggerAction.OnDetaching">
767 99882980 George Pantazis
            <summary>
768 99882980 George Pantazis
            Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
769 99882980 George Pantazis
            </summary>
770 99882980 George Pantazis
        </member>
771 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction.TargetObject">
772 99882980 George Pantazis
            <summary>
773 99882980 George Pantazis
            Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.
774 99882980 George Pantazis
            </summary>
775 99882980 George Pantazis
            <value>The target object.</value>
776 99882980 George Pantazis
        </member>
777 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction.TargetName">
778 99882980 George Pantazis
            <summary>
779 99882980 George Pantazis
            Gets or sets the name of the object this action targets. If Target is set, this property is ignored. If Target is not set and TargetName is not set or cannot be resolved, the target will default to the AssociatedObject. This is a dependency property.
780 99882980 George Pantazis
            </summary>
781 99882980 George Pantazis
            <value>The name of the target object.</value>
782 99882980 George Pantazis
        </member>
783 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction.Target">
784 99882980 George Pantazis
            <summary>
785 99882980 George Pantazis
            Gets the target object. If TargetObject is set, returns TargetObject. Else, if TargetName is not set or cannot be resolved, defaults to the AssociatedObject.
786 99882980 George Pantazis
            </summary>
787 99882980 George Pantazis
            <value>The target object.</value>
788 99882980 George Pantazis
            <remarks>In general, this property should be used in place of AssociatedObject in derived classes.</remarks>
789 99882980 George Pantazis
            <exception cref="T:System.InvalidOperationException">The Target element does not satisfy the type constraint.</exception>
790 99882980 George Pantazis
        </member>
791 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction.AssociatedObjectTypeConstraint">
792 99882980 George Pantazis
            <summary>
793 99882980 George Pantazis
            Gets the associated object type constraint.
794 99882980 George Pantazis
            </summary>
795 99882980 George Pantazis
            <value>The associated object type constraint.</value>
796 99882980 George Pantazis
            <remarks>Define a TypeConstraintAttribute on a derived type to constrain the types it may be attached to.</remarks>
797 99882980 George Pantazis
        </member>
798 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction.TargetTypeConstraint">
799 99882980 George Pantazis
            <summary>
800 99882980 George Pantazis
            Gets the target type constraint.
801 99882980 George Pantazis
            </summary>
802 99882980 George Pantazis
            <value>The target type constraint.</value>
803 99882980 George Pantazis
        </member>
804 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TargetedTriggerAction`1.#ctor">
805 99882980 George Pantazis
            <summary>
806 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TargetedTriggerAction`1"/> class.
807 99882980 George Pantazis
            </summary>
808 99882980 George Pantazis
        </member>
809 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TargetedTriggerAction`1.OnTargetChanged(`0,`0)">
810 99882980 George Pantazis
            <summary>
811 99882980 George Pantazis
            Called when the target property changes.
812 99882980 George Pantazis
            </summary>
813 99882980 George Pantazis
            <remarks>Override this to hook and unhook functionality on the specified Target, rather than the AssociatedObject.</remarks>
814 99882980 George Pantazis
            <param name="oldTarget">The old target.</param>
815 99882980 George Pantazis
            <param name="newTarget">The new target.</param>
816 99882980 George Pantazis
        </member>
817 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TargetedTriggerAction`1.Target">
818 99882980 George Pantazis
            <summary>
819 99882980 George Pantazis
            Gets the target object. If TargetName is not set or cannot be resolved, defaults to the AssociatedObject.
820 99882980 George Pantazis
            </summary>
821 99882980 George Pantazis
            <value>The target.</value>
822 99882980 George Pantazis
            <remarks>In general, this property should be used in place of AssociatedObject in derived classes.</remarks>
823 99882980 George Pantazis
        </member>
824 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerActionCollection">
825 99882980 George Pantazis
            <summary>
826 99882980 George Pantazis
            Represents a collection of actions with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
827 99882980 George Pantazis
            </summary>
828 99882980 George Pantazis
        </member>
829 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerActionCollection.#ctor">
830 99882980 George Pantazis
            <summary>
831 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TriggerActionCollection"/> class.
832 99882980 George Pantazis
            </summary>
833 99882980 George Pantazis
            <remarks>Internal, because this should not be inherited outside this assembly.</remarks>
834 99882980 George Pantazis
        </member>
835 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerActionCollection.OnAttached">
836 99882980 George Pantazis
            <summary>
837 99882980 George Pantazis
            Called immediately after the collection is attached to an AssociatedObject.
838 99882980 George Pantazis
            </summary>
839 99882980 George Pantazis
        </member>
840 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerActionCollection.OnDetaching">
841 99882980 George Pantazis
            <summary>
842 99882980 George Pantazis
            Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
843 99882980 George Pantazis
            </summary>
844 99882980 George Pantazis
        </member>
845 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerActionCollection.ItemAdded(System.Windows.Interactivity.TriggerAction)">
846 99882980 George Pantazis
            <summary>
847 99882980 George Pantazis
            Called when a new item is added to the collection.
848 99882980 George Pantazis
            </summary>
849 99882980 George Pantazis
            <param name="item">The new item.</param>
850 99882980 George Pantazis
        </member>
851 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerActionCollection.ItemRemoved(System.Windows.Interactivity.TriggerAction)">
852 99882980 George Pantazis
            <summary>
853 99882980 George Pantazis
            Called when an item is removed from the collection.
854 99882980 George Pantazis
            </summary>
855 99882980 George Pantazis
            <param name="item">The removed item.</param>
856 99882980 George Pantazis
        </member>
857 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerBase`1">
858 99882980 George Pantazis
            <summary>
859 99882980 George Pantazis
            Represents an object that can invoke actions conditionally.
860 99882980 George Pantazis
            </summary>
861 99882980 George Pantazis
            <typeparam name="T">The type to which this trigger can be attached.</typeparam>
862 99882980 George Pantazis
            <remarks>
863 99882980 George Pantazis
                    TriggerBase is the base class for controlling actions. Override OnAttached() and 
864 99882980 George Pantazis
                    OnDetaching() to hook and unhook handlers on the AssociatedObject. You may 
865 99882980 George Pantazis
                    constrain the types that a derived TriggerBase may be attached to by specifying 
866 99882980 George Pantazis
                    the generic parameter. Call InvokeActions() to fire all Actions associated with 
867 99882980 George Pantazis
                    this TriggerBase.
868 99882980 George Pantazis
            </remarks>
869 99882980 George Pantazis
        </member>
870 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerBase`1.#ctor">
871 99882980 George Pantazis
            <summary>
872 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TriggerBase`1"/> class.
873 99882980 George Pantazis
            </summary>
874 99882980 George Pantazis
        </member>
875 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase`1.AssociatedObject">
876 99882980 George Pantazis
            <summary>
877 99882980 George Pantazis
            Gets the object to which the trigger is attached.
878 99882980 George Pantazis
            </summary>
879 99882980 George Pantazis
            <value>The associated object.</value>
880 99882980 George Pantazis
        </member>
881 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TriggerBase`1.AssociatedObjectTypeConstraint">
882 99882980 George Pantazis
            <summary>
883 99882980 George Pantazis
            Gets the type constraint of the associated object.
884 99882980 George Pantazis
            </summary>
885 99882980 George Pantazis
            <value>The associated object type constraint.</value>
886 99882980 George Pantazis
        </member>
887 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.PreviewInvokeEventArgs">
888 99882980 George Pantazis
            <summary>
889 99882980 George Pantazis
            Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.
890 99882980 George Pantazis
            </summary>
891 99882980 George Pantazis
            <remarks>This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.</remarks>
892 99882980 George Pantazis
        </member>
893 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TriggerCollection">
894 99882980 George Pantazis
            <summary>
895 99882980 George Pantazis
             Represents a collection of triggers with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
896 99882980 George Pantazis
             </summary>
897 99882980 George Pantazis
        </member>
898 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerCollection.#ctor">
899 99882980 George Pantazis
            <summary>
900 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TriggerCollection"/> class.
901 99882980 George Pantazis
            </summary>
902 99882980 George Pantazis
            <remarks>Internal, because this should not be inherited outside this assembly.</remarks>
903 99882980 George Pantazis
        </member>
904 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerCollection.OnAttached">
905 99882980 George Pantazis
            <summary>
906 99882980 George Pantazis
            Called immediately after the collection is attached to an AssociatedObject.
907 99882980 George Pantazis
            </summary>
908 99882980 George Pantazis
        </member>
909 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerCollection.OnDetaching">
910 99882980 George Pantazis
            <summary>
911 99882980 George Pantazis
            Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
912 99882980 George Pantazis
            </summary>
913 99882980 George Pantazis
        </member>
914 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerCollection.ItemAdded(System.Windows.Interactivity.TriggerBase)">
915 99882980 George Pantazis
            <summary>
916 99882980 George Pantazis
            Called when a new item is added to the collection.
917 99882980 George Pantazis
            </summary>
918 99882980 George Pantazis
            <param name="item">The new item.</param>
919 99882980 George Pantazis
        </member>
920 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TriggerCollection.ItemRemoved(System.Windows.Interactivity.TriggerBase)">
921 99882980 George Pantazis
            <summary>
922 99882980 George Pantazis
            Called when an item is removed from the collection.
923 99882980 George Pantazis
            </summary>
924 99882980 George Pantazis
            <param name="item">The removed item.</param>
925 99882980 George Pantazis
        </member>
926 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.TypeConstraintAttribute">
927 99882980 George Pantazis
            <summary>
928 99882980 George Pantazis
            Specifies type constraints on the AssociatedObject of TargetedTriggerAction and EventTriggerBase.
929 99882980 George Pantazis
            </summary>
930 99882980 George Pantazis
        </member>
931 99882980 George Pantazis
        <member name="M:System.Windows.Interactivity.TypeConstraintAttribute.#ctor(System.Type)">
932 99882980 George Pantazis
            <summary>
933 99882980 George Pantazis
            Initializes a new instance of the <see cref="T:System.Windows.Interactivity.TypeConstraintAttribute"/> class.
934 99882980 George Pantazis
            </summary>
935 99882980 George Pantazis
            <param name="constraint">The constraint type.</param>
936 99882980 George Pantazis
        </member>
937 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.TypeConstraintAttribute.Constraint">
938 99882980 George Pantazis
            <summary>
939 99882980 George Pantazis
            Gets the constraint type.
940 99882980 George Pantazis
            </summary>
941 99882980 George Pantazis
            <value>The constraint type.</value>
942 99882980 George Pantazis
        </member>
943 99882980 George Pantazis
        <member name="T:System.Windows.Interactivity.ExceptionStringTable">
944 99882980 George Pantazis
            <summary>
945 99882980 George Pantazis
              A strongly-typed resource class, for looking up localized strings, etc.
946 99882980 George Pantazis
            </summary>
947 99882980 George Pantazis
        </member>
948 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.ResourceManager">
949 99882980 George Pantazis
            <summary>
950 99882980 George Pantazis
              Returns the cached ResourceManager instance used by this class.
951 99882980 George Pantazis
            </summary>
952 99882980 George Pantazis
        </member>
953 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.Culture">
954 99882980 George Pantazis
            <summary>
955 99882980 George Pantazis
              Overrides the current thread's CurrentUICulture property for all
956 99882980 George Pantazis
              resource lookups using this strongly typed resource class.
957 99882980 George Pantazis
            </summary>
958 99882980 George Pantazis
        </member>
959 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CannotHostBehaviorCollectionMultipleTimesExceptionMessage">
960 99882980 George Pantazis
            <summary>
961 99882980 George Pantazis
              Looks up a localized string similar to Cannot set the same BehaviorCollection on multiple objects..
962 99882980 George Pantazis
            </summary>
963 99882980 George Pantazis
        </member>
964 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CannotHostBehaviorMultipleTimesExceptionMessage">
965 99882980 George Pantazis
            <summary>
966 99882980 George Pantazis
              Looks up a localized string similar to An instance of a Behavior cannot be attached to more than one object at a time..
967 99882980 George Pantazis
            </summary>
968 99882980 George Pantazis
        </member>
969 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CannotHostTriggerActionMultipleTimesExceptionMessage">
970 99882980 George Pantazis
            <summary>
971 99882980 George Pantazis
              Looks up a localized string similar to Cannot host an instance of a TriggerAction in multiple TriggerCollections simultaneously. Remove it from one TriggerCollection before adding it to another..
972 99882980 George Pantazis
            </summary>
973 99882980 George Pantazis
        </member>
974 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CannotHostTriggerCollectionMultipleTimesExceptionMessage">
975 99882980 George Pantazis
            <summary>
976 99882980 George Pantazis
              Looks up a localized string similar to Cannot set the same TriggerCollection on multiple objects..
977 99882980 George Pantazis
            </summary>
978 99882980 George Pantazis
        </member>
979 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CannotHostTriggerMultipleTimesExceptionMessage">
980 99882980 George Pantazis
            <summary>
981 99882980 George Pantazis
              Looks up a localized string similar to An instance of a trigger cannot be attached to more than one object at a time..
982 99882980 George Pantazis
            </summary>
983 99882980 George Pantazis
        </member>
984 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.CommandDoesNotExistOnBehaviorWarningMessage">
985 99882980 George Pantazis
            <summary>
986 99882980 George Pantazis
              Looks up a localized string similar to The command &quot;{0}&quot; does not exist or is not publicly exposed on {1}..
987 99882980 George Pantazis
            </summary>
988 99882980 George Pantazis
        </member>
989 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.DefaultTriggerAttributeInvalidTriggerTypeSpecifiedExceptionMessage">
990 99882980 George Pantazis
            <summary>
991 99882980 George Pantazis
              Looks up a localized string similar to &quot;{0}&quot; is not a valid type for the TriggerType parameter. Make sure &quot;{0}&quot; derives from TriggerBase..
992 99882980 George Pantazis
            </summary>
993 99882980 George Pantazis
        </member>
994 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.DuplicateItemInCollectionExceptionMessage">
995 99882980 George Pantazis
            <summary>
996 99882980 George Pantazis
              Looks up a localized string similar to Cannot add the same instance of &quot;{0}&quot; to a &quot;{1}&quot; more than once..
997 99882980 George Pantazis
            </summary>
998 99882980 George Pantazis
        </member>
999 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.EventTriggerBaseInvalidEventExceptionMessage">
1000 99882980 George Pantazis
            <summary>
1001 99882980 George Pantazis
              Looks up a localized string similar to The event &quot;{0}&quot; on type &quot;{1}&quot; has an incompatible signature. Make sure the event is public and satisfies the EventHandler delegate..
1002 99882980 George Pantazis
            </summary>
1003 99882980 George Pantazis
        </member>
1004 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.EventTriggerCannotFindEventNameExceptionMessage">
1005 99882980 George Pantazis
            <summary>
1006 99882980 George Pantazis
              Looks up a localized string similar to Cannot find an event named &quot;{0}&quot; on type &quot;{1}&quot;..
1007 99882980 George Pantazis
            </summary>
1008 99882980 George Pantazis
        </member>
1009 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.RetargetedTypeConstraintViolatedExceptionMessage">
1010 99882980 George Pantazis
            <summary>
1011 99882980 George Pantazis
              Looks up a localized string similar to An object of type &quot;{0}&quot; cannot have a {3} property of type &quot;{1}&quot;. Instances of type &quot;{0}&quot; can have only a {3} property of type &quot;{2}&quot;..
1012 99882980 George Pantazis
            </summary>
1013 99882980 George Pantazis
        </member>
1014 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.TypeConstraintViolatedExceptionMessage">
1015 99882980 George Pantazis
            <summary>
1016 99882980 George Pantazis
              Looks up a localized string similar to Cannot attach type &quot;{0}&quot; to type &quot;{1}&quot;. Instances of type &quot;{0}&quot; can only be attached to objects of type &quot;{2}&quot;..
1017 99882980 George Pantazis
            </summary>
1018 99882980 George Pantazis
        </member>
1019 99882980 George Pantazis
        <member name="P:System.Windows.Interactivity.ExceptionStringTable.UnableToResolveTargetNameWarningMessage">
1020 99882980 George Pantazis
            <summary>
1021 99882980 George Pantazis
              Looks up a localized string similar to Unable to resolve TargetName &quot;{0}&quot;..
1022 99882980 George Pantazis
            </summary>
1023 99882980 George Pantazis
        </member>
1024 99882980 George Pantazis
    </members>
1025 99882980 George Pantazis
</doc>