Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation.  All rights reserved.
-->
<doc>
  <assembly>
    <name>Microsoft.Phone.Controls</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Phone.Controls.Panorama">
      <summary>Creates a panoramic view of items that can be panned side-to-side.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.#ctor">
      <summary>Initializes a new instance of the Panorama class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.ArrangeOverride(System.Windows.Size)">
      <summary>Handles the arrange pass for the control.</summary>
      <returns>Render size.</returns>
      <param name="finalSize">Final size.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.DefaultItem">
      <summary>Gets or sets the default item for the Panorama.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.DefaultItemProperty">
      <summary>Identifies the DefaultItem dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.HeaderTemplate">
      <summary>Gets or sets the template for the Header property of PanoramaItem children.</summary>
      <returns>Returns <see cref="T:System.Windows.DataTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.MeasureOverride(System.Windows.Size)">
      <summary>Handles the measurement of the control.</summary>
      <returns>Desired size.</returns>
      <param name="availableSize">Available size.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.OnApplyTemplate">
      <summary>Handles the application of a new Template.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>When the items have changed, we need to adjust the selection.</summary>
      <param name="e">The changed item.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Panorama.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Handles the preparation of a new container.</summary>
      <param name="element">Container instance.</param>
      <param name="item">Container content.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.SelectedIndex">
      <summary>Gets the selected index.</summary>
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.SelectedIndexProperty">
      <summary>Identifies the SelectedIndex dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.SelectedItem">
      <summary>Gets the selected item.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.SelectedItemProperty">
      <summary>Identifies the SelectedItem dependency property.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Panorama.SelectionChanged">
      <summary>Event that is invoked when selection changes.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.Title">
      <summary>Gets or sets the title for the Panorama.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.TitleProperty">
      <summary>Identifies the Title dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Panorama.TitleTemplate">
      <summary>Gets or sets the template for the Title property.</summary>
      <returns>Returns <see cref="T:System.Windows.DataTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Panorama.TitleTemplateProperty">
      <summary>Identifies the TitleTemplate dependency property.</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.PanoramaItem">
      <summary>Represents an item in a Panorama control.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PanoramaItem.#ctor">
      <summary>Initializes a new instance of the PanoramaItem class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PanoramaItem.ArrangeOverride(System.Windows.Size)">
      <summary>Positions child elements and determines a size for a FrameworkElement derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The actual size used.</returns>
      <param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.PanoramaItem.Header">
      <summary>Gets or sets the header for the PanoramaItem.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.PanoramaItem.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.PanoramaItem.HeaderTemplate">
      <summary>Gets or sets the template for the Header property.</summary>
      <returns>Returns <see cref="T:System.Windows.DataTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.PanoramaItem.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PanoramaItem.MeasureOverride(System.Windows.Size)">
      <summary>Measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The size that this element determines it needs during layout, based on its calculations of child element sizes. </returns>
      <param name="availableSize">The available size that this element can give to child elements.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.PanoramaItem.Orientation">
      <summary>Gets or sets the primary (scrolling) orientation for the PanoramaItem.</summary>
      <returns>Returns <see cref="T:System.Windows.Controls.Orientation" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.PanoramaItem.OrientationProperty">
      <summary>Identifies the Orientation dependency property.</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.Pivot">
      <summary>The Pivot control provides a quick way to manage the navigation of views            within an application. The control can be used as a navigation interface            for filtering large sets or switching between views.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.#ctor">
      <summary>Initializes a new instance of the Pivot type.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.ArrangeOverride(System.Windows.Size)">
      <summary>Positions child elements and determines a size for a FrameworkElement derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The actual size used.</returns>
      <param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Pivot.HeaderTemplate">
      <summary>Gets or sets the template for the Header property of PivotItem children.</summary>
      <returns>Returns <see cref="T:System.Windows.DataTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Pivot.HeaderTemplateProperty">
      <summary>Identifies the HeaderTemplate dependency property.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Pivot.LoadedPivotItem">
      <summary>Event for indicating that an item has fully loaded.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Pivot.LoadingPivotItem">
      <summary>Event for offering an opportunity to dynamically load or change the content of a pivot item before it is displayed.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.MeasureOverride(System.Windows.Size)">
      <summary>Measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The size that this element determines it needs during layout, based on its calculations of child element sizes</returns>
      <param name="availableSize">The available size that this element can give to child elements.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnApplyTemplate">
      <summary>Overrides the on apply template method to connect template parts.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Update the header items when there are changes in the pivot items            collection.</summary>
      <param name="e">The event arguments.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnLoadedPivotItem(Microsoft.Phone.Controls.PivotItem)">
      <summary>Override for notifying that an item has loaded.</summary>
      <param name="item">The pivot item instance.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnLoadingPivotItem(Microsoft.Phone.Controls.PivotItem)">
      <summary>Overrride for creating content for a given item.</summary>
      <param name="item">The pivot item instance.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
      <summary>Responds to a pivot selection change by raising a SelectionChanged            event.</summary>
      <param name="e">Provides data for SelectionChangedEventArgs.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnUnloadedPivotItem(Microsoft.Phone.Controls.PivotItemEventArgs)">
      <summary>The unloaded event handler.</summary>
      <param name="e">Provides data for PivotItemEventArgs.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.OnUnloadingPivotItem(Microsoft.Phone.Controls.PivotItemEventArgs)">
      <summary>The unloading event handler. </summary>
      <param name="e">The pivot item event arguments.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the container to display the specified item.</summary>
      <param name="element">The container element used to display the            specified item.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Pivot.SelectedIndex">
      <summary>Gets or sets the index of the selected (current) PivotItem.</summary>
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Pivot.SelectedIndexProperty">
      <summary>Identifies the SelectedIndex dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Pivot.SelectedItem">
      <summary>Gets or sets the selected (current) PivotItem.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Pivot.SelectedItemProperty">
      <summary>Identifies the SelectedItem dependency property.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Pivot.SelectionChanged">
      <summary>This event occurs when the currently selected item changes.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Pivot.Title">
      <summary>Gets or sets the title to be optionally set above the headers.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Pivot.TitleProperty">
      <summary>Identifies the Title dependency property.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Pivot.TitleTemplate">
      <summary>Gets or sets the title template used for displaying the title above            the headers area.</summary>
      <returns>Returns <see cref="T:System.Windows.DataTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Pivot.TitleTemplateProperty">
      <summary>Identifies the TitleTemplate dependency property.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Pivot.UnloadedPivotItem">
      <summary>Event for notifying that the pivot item has been completely unloaded from the visual pivot.</summary>
    </member>
    <member name="E:Microsoft.Phone.Controls.Pivot.UnloadingPivotItem">
      <summary>Event for offering an opportunity to dynamically load, change or remove the content of a pivot item as it is removed.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Pivot.UpdateItemVisibility(System.Windows.UIElement,System.Boolean)">
      <summary>Shows or hides an item.</summary>
      <param name="element">The user interface element.</param>
      <param name="toVisible">A value indicating whether to make the item            visible or not.</param>
    </member>
    <member name="T:Microsoft.Phone.Controls.PivotItem">
      <summary>PivotItem is the container for items in the Pivot control. The item            has both a set of visual states for position and a Header, effectively a            HeaderedContentControl.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItem.#ctor">
      <summary>Initializes a new instance of the PivotItem type.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItem.ArrangeOverride(System.Windows.Size)">
      <summary>Positions child elements and determines a size for a FrameworkElement derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The actual size used.</returns>
      <param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.PivotItem.Header">
      <summary>Gets or sets the header for the PivotItem.</summary>
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.PivotItem.HeaderProperty">
      <summary>Identifies the Header dependency property.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItem.MeasureOverride(System.Windows.Size)">
      <summary>Measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns>
      <param name="availableSize">The available size that this element can give to child elements.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItem.OnApplyTemplate">
      <summary>Overrides the on apply template method.</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.PivotItemEventArgs">
      <summary>Event arguments for dynamically interacting with the PivotItem before             use, allowing for delay load scenarios.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItemEventArgs.#ctor">
      <summary>Initializes a new instance of the PivotItemEventArgs type.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.PivotItemEventArgs.#ctor(Microsoft.Phone.Controls.PivotItem)">
      <summary>Initializes a new instance of the PivotItemEventArgs type.</summary>
      <param name="item">The pivot item instance.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.PivotItemEventArgs.Item">
      <summary>Gets the pivot item instance.</summary>
      <returns>Returns <see cref="T:Microsoft.Phone.Controls.PivotItem" />.</returns>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.AnimationDirection">
      <summary>Describes the desired direction of animation.</summary>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.AnimationDirection.Center">
      <summary>Animates to the center direction.</summary>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.AnimationDirection.Left">
      <summary>Animates to the left direction.</summary>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.AnimationDirection.Right">
      <summary>Animates to the right direction.</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PanningBackgroundLayer">
      <summary>This override provides specific behaviors for the background.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningBackgroundLayer.#ctor">
      <summary>Initializes a new instance of the PanningBackgroundLayer.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningBackgroundLayer.PanRate">
      <summary>Gets the pan rate.</summary>
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningBackgroundLayer.UpdateWrappingRectangles">
      <summary>Ensures the wrapping rectangles have been created, and updates them as needed</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PanningLayer">
      <summary>Implements a surface the Panorama control uses to pan content horizontally.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.#ctor">
      <summary>Initializes a new instance of the PanningLayer class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.ArrangeOverride(System.Windows.Size)">
      <summary>Positions child elements and determines a size for a FrameworkElement derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The actual size used.</returns>
      <param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.ContentPresenter">
      <summary>ContentPresenter property</summary>
      <returns>Returns <see cref="T:System.Windows.Controls.ContentPresenter" />.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.GoTo(System.Int32,System.Windows.Duration,System.Action)">
      <summary>Goes to an offset.</summary>
      <param name="targetOffset">Target offset (in ItemsWidth coordinates).</param>
      <param name="duration">Duration.</param>
      <param name="completionAction">Action to perform at completion.</param>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.PanningLayer.Immediately">
      <summary>Represents a zero duration.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.LeftWraparound">
      <summary>This will be used to display the right-most item on the left side for wraparound purposes.</summary>
      <returns>Returns <see cref="T:System.Windows.Shapes.Rectangle" />.</returns>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.LocalTransform">
      <summary>The localTransform adjusts the zero point if it changes due to the wraparounds.</summary>
      <returns>Returns <see cref="T:System.Windows.Media.TranslateTransform" />.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.MeasureOverride(System.Windows.Size)">
      <summary>Measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns>
      <param name="availableSize">The available size that this element can give to child elements.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.OnApplyTemplate">
      <summary>OnApplyTemplate override</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.PanningTransform">
      <summary>The panningTransform is responsible for the panning.</summary>
      <returns>Returns <see cref="T:System.Windows.Media.TranslateTransform" />.</returns>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.PanRate">
      <summary>PanRate controls how much this pans relative to the content</summary>
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningLayer.RightWraparound">
      <summary>This will be used to display the left-most item on the right side for wraparound purposes.</summary>
      <returns>Returns <see cref="T:System.Windows.Shapes.Rectangle" />.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.UpdateWrappingRectangles">
      <summary>Ensures the wrapping rectangles have been created, and updates them as needed</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningLayer.Wraparound(System.Int32)">
      <summary>Wraps the content around in preparation for post-wrap animation.</summary>
      <param name="direction">Direction.</param>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PanningTitleLayer">
      <summary>This override provides specific behaviors for the title text.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningTitleLayer.#ctor">
      <summary>Initializes a new instance of the PanningTitleLayer type.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PanningTitleLayer.PanRate">
      <summary>Get the rate at which this will pan compared to the items</summary>
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningTitleLayer.UpdateWrappingRectangles">
      <summary>Ensures the wrapping rectangles have been created, and updates them as needed</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanningTitleLayer.Wraparound(System.Int32)">
      <summary>This is called when the display is looping around.</summary>
      <param name="direction">The direction of the movement.</param>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PanoramaPanel">
      <summary>Implements a custom Panel for the Panorama control.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanoramaPanel.#ctor">
      <summary>Initializes a new instance of the PanoramaPanel class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanoramaPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Handles the arrange pass for the control.</summary>
      <returns>Render size.</returns>
      <param name="finalSize">Final size.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PanoramaPanel.MeasureOverride(System.Windows.Size)">
      <summary>Handles the measure pass for the control.</summary>
      <returns>Desired size.</returns>
      <param name="availableSize">Available size.</param>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PivotHeaderItem">
      <summary>Represents a header item in the specialized pivot header items control.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeaderItem.#ctor">
      <summary>Initializes a new instance of the PivotHeaderItem control.</summary>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PivotHeaderItem.IsSelected">
      <summary>Gets or sets a value indicating whether the item is selected.</summary>
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.PivotHeaderItem.IsSelectedProperty">
      <summary>Identifies the IsSelected dependency property.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeaderItem.OnApplyTemplate">
      <summary>Overrides the on apply template method.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeaderItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Handles the button up event.</summary>
      <param name="e">The event arguments.</param>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.PivotHeadersControl">
      <summary>A primitive used by the Pivot control to manage the wrapping header            experience for the control.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.#ctor">
      <summary>Initializes a new instance of the PivotHeadersControl class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.ArrangeOverride(System.Windows.Size)">
      <summary>Positions child elements and determines a size for a FrameworkElement derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The actual size used.</returns>
      <param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Undoes the effects of the PrepareContainerForItemOverride method.</summary>
      <param name="element">The container element.</param>
      <param name="item">The item.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.MeasureOverride(System.Windows.Size)">
      <summary>Measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.</summary>
      <returns>Returns <see cref="T:System.Windows.Size" />. The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns>
      <param name="availableSize">The available size that this element can give to child elements.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.OnApplyTemplate">
      <summary>Overrides the on apply template method to connect template parts.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Handles the items changed event, re-creating the visuals for the            control.</summary>
      <param name="e">The event arguments.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the container to display the specified item.</summary>
      <param name="element">The container element used to display the            specified item.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.VisualFirstIndex">
      <summary>The current VisualFirstIndex value</summary>
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.PivotHeadersControl.VisualFirstIndexProperty">
      <summary>Identifies the VisualFirstIndex dependency property.</summary>
    </member>
    <member name="T:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1">
      <summary>Subclasses ItemsControl to provide the typical support for using a custom container type.</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.#ctor">
      <summary>Initializes a new instance of the TemplatedItemsControl class.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.ApplyItemContainerStyle(System.Windows.DependencyObject)">
      <summary>Apply the ItemContainerStyle</summary>
      <param name="container">The container</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>When overridden in a derived class, undoes the effects of the             PrepareContainerForItemOverride method.</summary>
      <param name="element">The container element.</param>
      <param name="item">The item.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.GetContainer(System.Object)">
      <summary>Gets the container associated with the specified item.</summary>
      <returns>Associated container.</returns>
      <param name="item">Specified item.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.GetContainerForItemOverride">
      <summary>Creates or identifies the element that is used to display the given             item.</summary>
      <returns>Returns the element for the container.</returns>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.GetItem(`0)">
      <summary>Gets the item associated with the specified container.</summary>
      <returns>Associated item.</returns>
      <param name="container">Specified container.</param>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Determines if the specified item is (or is eligible to be) its own             container.</summary>
      <returns>Returns a value indicating whether the item is its own            container.</returns>
      <param name="item">The item instance.</param>
    </member>
    <member name="P:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.ItemContainerStyle">
      <summary>Gets or sets the ItemContainerStyle.</summary>
      <returns>Returns <see cref="T:System.Windows.Style" />.</returns>
    </member>
    <member name="F:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.ItemContainerStyleProperty">
      <summary>Identifies the ItemContainerStyle dependency property.</summary>
    </member>
    <member name="M:Microsoft.Phone.Controls.Primitives.TemplatedItemsControl`1.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the container to display the specified item.</summary>
      <param name="element">The container element used to display the            specified item.</param>
      <param name="item">The item to display.</param>
    </member>
  </members>
</doc>

Commits for Nextrek/WindowsPhone/NextrekBook/Edgar Allan Poe/A Dream Within a Dream/A Dream Within a Dream/Bin/Debug/Microsoft.Phone.Controls.xml

Diff revisions: vs.
Revision Author Commited Message
5 MOliva picture MOliva Fri 19 Apr, 2013 17:26:06 +0000

primo caricamento libri win phone 7