PageRenderTime 65ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/TimeSheetReporting/TimeSheetReporting/Bin/Debug/System.Windows.Controls.xml

#
XML | 1693 lines | 1693 code | 0 blank | 0 comment | 0 complexity | 79f873da1e0bea84a2dcafbd011ea194 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Windows.Controls</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Windows.HierarchicalDataTemplate">
  8. <summary>Represents a <see cref="T:System.Windows.DataTemplate" /> that supports <see cref="T:System.Windows.Controls.HeaderedItemsControl" /> objects, such as <see cref="T:System.Windows.Controls.TreeViewItem" />.</summary>
  9. </member>
  10. <member name="M:System.Windows.HierarchicalDataTemplate.#ctor">
  11. <summary>Initializes a new instance of the <see cref="T:System.Windows.HierarchicalDataTemplate" /> class.</summary>
  12. </member>
  13. <member name="P:System.Windows.HierarchicalDataTemplate.ItemContainerStyle">
  14. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the item container for each child item.</summary>
  15. <returns>The style that is applied to the item container for each child item.</returns>
  16. </member>
  17. <member name="P:System.Windows.HierarchicalDataTemplate.ItemsSource">
  18. <summary>Gets or sets the binding that is used to generate content for the next sublevel in the data hierarchy.</summary>
  19. <returns>The binding that is used to generate content for the next sublevel in the data hierarchy. The default value is null.</returns>
  20. </member>
  21. <member name="P:System.Windows.HierarchicalDataTemplate.ItemTemplate">
  22. <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to apply to the <see cref="P:System.Windows.Controls.ItemsControl.ItemTemplate" /> property on a generated <see cref="T:System.Windows.Controls.HeaderedItemsControl" />, such as a <see cref="T:System.Windows.Controls.TreeViewItem" />, to indicate how to display items in the next sublevel in the data hierarchy.</summary>
  23. <returns>The <see cref="T:System.Windows.DataTemplate" /> to apply to the <see cref="P:System.Windows.Controls.ItemsControl.ItemTemplate" /> property on a generated <see cref="T:System.Windows.Controls.HeaderedItemsControl" />, such as a <see cref="T:System.Windows.Controls.TreeViewItem" />, to indicate how to display items in the next sublevel in the data hierarchy.</returns>
  24. </member>
  25. <member name="T:System.Windows.Automation.Peers.CalendarAutomationPeer">
  26. <summary>Exposes <see cref="T:System.Windows.Controls.Calendar" /> types to UI automation.</summary>
  27. </member>
  28. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.#ctor(System.Windows.Controls.Calendar)">
  29. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" /> class.</summary>
  30. <param name="owner">The <see cref="T:System.Windows.Controls.Calendar" /> instance to associate with the <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" />.</param>
  31. </member>
  32. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.GetAutomationControlTypeCore">
  33. <summary>Gets the control type for the <see cref="T:System.Windows.Controls.Calendar" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  34. <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Calendar" /> enumeration value.</returns>
  35. </member>
  36. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.GetClassNameCore">
  37. <summary>Gets the name of the <see cref="T:System.Windows.Controls.Calendar" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  38. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  39. </member>
  40. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.GetNameCore">
  41. <summary>Gets the name of the class of the object associated with this <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  42. <returns>A name from a "Labeled By" value if it exists, otherwise from the <paramref name="owner" /> value.</returns>
  43. </member>
  44. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  45. <summary>Gets the control pattern for this <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" />.</summary>
  46. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  47. <param name="patternInterface">One of the enumeration values.</param>
  48. </member>
  49. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IGridProvider#ColumnCount">
  50. <summary>Gets the total number of columns in a grid.</summary>
  51. <returns>The total number of columns in a grid. </returns>
  52. </member>
  53. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IGridProvider#GetItem(System.Int32,System.Int32)">
  54. <summary>Retrieves the UI automation provider for the specified cell.</summary>
  55. <returns>The UI automation provider for the specified cell. </returns>
  56. <param name="row">The ordinal number of the row.</param>
  57. <param name="column">The ordinal number of the column.</param>
  58. </member>
  59. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IGridProvider#RowCount">
  60. <summary>Gets the total number of rows in a grid.</summary>
  61. <returns>The total number of rows in a grid. </returns>
  62. </member>
  63. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IMultipleViewProvider#CurrentView">
  64. <summary>Gets the current control-specific view.</summary>
  65. <returns>The value for the current view of the UI automation element. </returns>
  66. </member>
  67. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IMultipleViewProvider#GetSupportedViews">
  68. <summary>Retrieves a collection of control-specific view identifiers.</summary>
  69. <returns>A collection of values that identifies the views that are available for a UI automation element.</returns>
  70. </member>
  71. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IMultipleViewProvider#GetViewName(System.Int32)">
  72. <summary>Retrieves the name of a control-specific view. </summary>
  73. <returns>A localized name for the view. </returns>
  74. <param name="viewId">The view identifier.</param>
  75. </member>
  76. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#IMultipleViewProvider#SetCurrentView(System.Int32)">
  77. <summary>Sets the current control-specific view.</summary>
  78. <param name="viewId">A view identifier.</param>
  79. </member>
  80. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
  81. <summary>Gets a value that specifies whether the UI automation provider allows more than one child element to be selected at the same time.</summary>
  82. <returns>true if multiple selection is allowed; otherwise, false. </returns>
  83. </member>
  84. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
  85. <summary>Retrieves a UI automation provider for each child element that is selected.</summary>
  86. <returns>A collection of UI automation providers. </returns>
  87. </member>
  88. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
  89. <summary>Gets a value that specifies whether the UI automation provider requires at least one child element to be selected.</summary>
  90. <returns>true if selection is required; otherwise, false. </returns>
  91. </member>
  92. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ITableProvider#GetColumnHeaders">
  93. <summary>Gets a collection of UI automation providers that represents all the column headers in a table.</summary>
  94. <returns>A collection of UI automation providers. </returns>
  95. </member>
  96. <member name="M:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ITableProvider#GetRowHeaders">
  97. <summary>Retrieves a collection of UI automation providers that represents all row headers in the table.</summary>
  98. <returns>A collection of UI automation providers. </returns>
  99. </member>
  100. <member name="P:System.Windows.Automation.Peers.CalendarAutomationPeer.System#Windows#Automation#Provider#ITableProvider#RowOrColumnMajor">
  101. <summary>Retrieves the primary direction of traversal for the table.</summary>
  102. <returns>The primary direction of traversal. </returns>
  103. </member>
  104. <member name="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer">
  105. <summary>Exposes <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> types to UI automation.</summary>
  106. </member>
  107. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.#ctor(System.Windows.Controls.Primitives.CalendarButton)">
  108. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" /> class.</summary>
  109. <param name="owner">The <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> to associate with this <see cref="T:System.Windows.Automation.Peers.AutomationPeer" />.</param>
  110. </member>
  111. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetAutomationControlTypeCore">
  112. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  113. <returns>The control type as a value of the enumeration.</returns>
  114. </member>
  115. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetClassNameCore">
  116. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  117. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  118. </member>
  119. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetHelpTextCore">
  120. <summary>Returns the string that describes the functionality of the item that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
  121. <returns>The help text, or <see cref="F:System.String.Empty" /> if there is no help text. By default, provides a DateTime.ToString behavior.</returns>
  122. </member>
  123. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetLocalizedControlTypeCore">
  124. <summary>Returns the localized version of the control type for the owner type that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType" />.</summary>
  125. <returns>The string that contains the type of control.</returns>
  126. </member>
  127. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetNameCore">
  128. <summary>Gets the name of the class of the object associated with this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  129. <returns>A name from a "Labeled By" value if it exists, otherwise from the <paramref name="owner" /> value.</returns>
  130. </member>
  131. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  132. <summary>Gets the control pattern for this <see cref="T:System.Windows.Automation.Peers.CalendarButtonAutomationPeer" />.</summary>
  133. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  134. <param name="patternInterface">One of the enumeration values.</param>
  135. </member>
  136. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Column">
  137. <summary>Gets the ordinal number of the column that contains the cell or item.</summary>
  138. <returns>A zero-based ordinal number that identifies the column that contains the cell or item.</returns>
  139. </member>
  140. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ColumnSpan">
  141. <summary>Gets the number of columns that are spanned by a cell or item.</summary>
  142. <returns>The number of columns spanned.</returns>
  143. </member>
  144. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ContainingGrid">
  145. <summary>Gets a UI Automation provider that implements <see cref="T:System.Windows.Automation.Provider.IGridProvider" /> and that represents the container of the cell or item.</summary>
  146. <returns>A UI automation provider that implements the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Grid" /> control pattern and that represents the cell or item container.</returns>
  147. </member>
  148. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Row">
  149. <summary>Gets the ordinal number of the row that contains the cell or item.</summary>
  150. <returns>A zero-based ordinal number that identifies the row that contains the cell or item.</returns>
  151. </member>
  152. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#RowSpan">
  153. <summary>Gets the number of rows that are spanned by a cell or item.</summary>
  154. <returns>The number of rows that are spanned. </returns>
  155. </member>
  156. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
  157. <summary>Sends a request to activate the control and initiate its single, unambiguous action.</summary>
  158. </member>
  159. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
  160. <summary>Adds the current element to the collection of selected items.</summary>
  161. </member>
  162. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
  163. <summary>Gets a value that indicates whether an item is selected.</summary>
  164. <returns>true if the element is selected; otherwise, false.</returns>
  165. </member>
  166. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
  167. <summary>Removes the current element from the collection of selected items.</summary>
  168. </member>
  169. <member name="M:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
  170. <summary>Clears any existing selection and then selects the current element.</summary>
  171. </member>
  172. <member name="P:System.Windows.Automation.Peers.CalendarButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
  173. <summary>Gets the UI Automation provider that implements <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" /> and that acts as the container for the calling object.</summary>
  174. <returns>The provider that supports <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" />.</returns>
  175. </member>
  176. <member name="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer">
  177. <summary>Exposes <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> types to UI Automation.</summary>
  178. </member>
  179. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.#ctor(System.Windows.Controls.Primitives.CalendarDayButton)">
  180. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" /> class.</summary>
  181. <param name="owner">The <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> instance that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />.</param>
  182. </member>
  183. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetAutomationControlTypeCore">
  184. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  185. <returns>The control type as a value of the enumeration. By default, this method returns <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Button" />.</returns>
  186. </member>
  187. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetClassNameCore">
  188. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  189. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  190. </member>
  191. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetHelpTextCore">
  192. <summary>Returns the string that describes the functionality of the item that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
  193. <returns>The help text, or <see cref="F:System.String.Empty" /> if there is no help text.</returns>
  194. </member>
  195. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetLocalizedControlTypeCore">
  196. <summary>Returns the localized version of the control type for the owner type that is associated with this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType" />.</summary>
  197. <returns>The string that contains the type of control.</returns>
  198. </member>
  199. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetNameCore">
  200. <summary>Gets the text label of the object associated with this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  201. <returns>The text label of the element that is associated with this automation peer.</returns>
  202. </member>
  203. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  204. <summary>Gets the control pattern implementation for this <see cref="T:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer" />.</summary>
  205. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  206. <param name="patternInterface">One of the enumeration values.</param>
  207. </member>
  208. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Column">
  209. <summary>Gets the ordinal number of the column that contains the cell or item.</summary>
  210. <returns>A zero-based ordinal number that identifies the column that contains the cell or item. </returns>
  211. </member>
  212. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ColumnSpan">
  213. <summary>Gets the number of columns that are spanned by a cell or item.</summary>
  214. <returns>The number of columns. </returns>
  215. </member>
  216. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ContainingGrid">
  217. <summary>Gets a UI Automation provider that implements <see cref="T:System.Windows.Automation.Provider.IGridProvider" /> and that represents the container of the cell or item. </summary>
  218. <returns>The UI Automation provider.</returns>
  219. </member>
  220. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Row">
  221. <summary>Gets the ordinal number of the row that contains the cell or item.</summary>
  222. <returns>A zero-based ordinal number that identifies the row that contains the cell or item. </returns>
  223. </member>
  224. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#RowSpan">
  225. <summary>Gets the number of rows that are spanned by a cell or item. </summary>
  226. <returns>The number of rows. </returns>
  227. </member>
  228. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
  229. <summary>Sends a request to activate the control and to initiate its single, unambiguous action.</summary>
  230. </member>
  231. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
  232. <summary>Adds the current element to the collection of selected items.</summary>
  233. </member>
  234. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
  235. <summary>Gets a value that indicates whether an item is selected.</summary>
  236. <returns>true if the element is selected; otherwise, false. </returns>
  237. </member>
  238. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
  239. <summary>Removes the current element from the collection of selected items.</summary>
  240. </member>
  241. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
  242. <summary>Clear any existing selection and then selects the current element.</summary>
  243. </member>
  244. <member name="P:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
  245. <summary>Gets the UI Automation provider that implements <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" /> and that acts as the container for the calling object.</summary>
  246. <returns>The UI Automation provider.</returns>
  247. </member>
  248. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ITableItemProvider#GetColumnHeaderItems">
  249. <summary>Retrieves a collection of UI Automation providers that represent all the column headers that are associated with a table item or cell.</summary>
  250. <returns>A collection of UI Automation providers.</returns>
  251. </member>
  252. <member name="M:System.Windows.Automation.Peers.CalendarDayButtonAutomationPeer.System#Windows#Automation#Provider#ITableItemProvider#GetRowHeaderItems">
  253. <summary>Retrieves a collection of UI Automation providers that represent all the row headers that are associated with a table item or cell.</summary>
  254. <returns>A collection of UI Automation providers.</returns>
  255. </member>
  256. <member name="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer">
  257. <summary>Exposes <see cref="T:System.Windows.Controls.ChildWindow" /> types to UI automation.</summary>
  258. </member>
  259. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.#ctor(System.Windows.Controls.ChildWindow)">
  260. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" /> class. </summary>
  261. <param name="owner">The <see cref="T:System.Windows.Controls.ChildWindow" /> to associate with this <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" />.</param>
  262. <exception cref="T:System.ArgumentNullException">
  263. <paramref name="owner" /> is null.</exception>
  264. </member>
  265. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.GetAutomationControlTypeCore">
  266. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  267. <returns>A value of the enumeration.</returns>
  268. </member>
  269. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.GetClassNameCore">
  270. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  271. <returns>A string value that represents the type of the child window.</returns>
  272. </member>
  273. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.GetNameCore">
  274. <summary>Gets the text label of the <see cref="T:System.Windows.Controls.ChildWindow" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  275. <returns>The text label of the element that is associated with this automation peer.</returns>
  276. </member>
  277. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  278. <summary>Gets the control pattern for this <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" />.</summary>
  279. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  280. <param name="patternInterface">One of the enumeration values.</param>
  281. </member>
  282. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanMove">
  283. <summary>Gets a value that indicates whether the element can be moved.</summary>
  284. <returns>true in all cases.</returns>
  285. </member>
  286. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanResize">
  287. <summary>Gets a value that indicates whether the element can be resized.</summary>
  288. <returns>false in all cases.</returns>
  289. </member>
  290. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanRotate">
  291. <summary>Gets a value that indicates whether the element can be rotated.</summary>
  292. <returns>false in all cases.</returns>
  293. </member>
  294. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Move(System.Double,System.Double)">
  295. <summary>Moves the control.</summary>
  296. <param name="x">The absolute screen coordinates of the left side of the control.</param>
  297. <param name="y">The absolute screen coordinates of the top of the control.</param>
  298. </member>
  299. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Resize(System.Double,System.Double)">
  300. <summary>Resizes the control.</summary>
  301. <param name="width">The new width of the window, in pixels.</param>
  302. <param name="height">The new height of the window, in pixels.</param>
  303. </member>
  304. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Rotate(System.Double)">
  305. <summary>Rotates the control.</summary>
  306. <param name="degrees">The number of degrees to rotate the control. A positive number rotates the control clockwise. A negative number rotates the control counterclockwise.</param>
  307. </member>
  308. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#Close">
  309. <summary>Closes the window.</summary>
  310. </member>
  311. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#InteractionState">
  312. <summary>Gets the interaction state of the window.</summary>
  313. <returns>The interaction state of the control, as a value of the enumeration.</returns>
  314. </member>
  315. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#IsModal">
  316. <summary>Gets a value that specifies whether the window is modal.</summary>
  317. <returns>true in all cases.</returns>
  318. </member>
  319. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#IsTopmost">
  320. <summary>Gets a value that specifies whether the window is the topmost element in the z-order of layout.</summary>
  321. <returns>true if the window is topmost; otherwise, false.</returns>
  322. </member>
  323. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#Maximizable">
  324. <summary>Gets a value that specifies whether the window can be maximized.</summary>
  325. <returns>false in all cases.</returns>
  326. </member>
  327. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#Minimizable">
  328. <summary>Gets a value that specifies whether the window can be minimized.</summary>
  329. <returns>false in all cases.</returns>
  330. </member>
  331. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#SetVisualState(System.Windows.Automation.WindowVisualState)">
  332. <summary>Changes the visual state of the window (such as minimizing or maximizing it).</summary>
  333. <param name="state">The visual state of the window to change to, as a value of the enumeration.</param>
  334. </member>
  335. <member name="P:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#VisualState">
  336. <summary>Gets the visual state of the window.</summary>
  337. <returns>
  338. <see cref="F:System.Windows.Automation.WindowVisualState.Normal" /> in all cases.</returns>
  339. </member>
  340. <member name="M:System.Windows.Automation.Peers.ChildWindowAutomationPeer.System#Windows#Automation#Provider#IWindowProvider#WaitForInputIdle(System.Int32)">
  341. <summary>Blocks the calling code for the specified time or until the associated process enters an idle state, whichever completes first.</summary>
  342. <returns>true if the window has entered the idle state; false if the timeout occurred.</returns>
  343. <param name="milliseconds">The amount of time, in milliseconds, to wait for the associated process to become idle.</param>
  344. </member>
  345. <member name="T:System.Windows.Automation.Peers.DatePickerAutomationPeer">
  346. <summary>Exposes <see cref="T:System.Windows.Controls.DatePicker" /> types to UI automation.</summary>
  347. </member>
  348. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.#ctor(System.Windows.Controls.DatePicker)">
  349. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" /> class.</summary>
  350. <param name="owner">The <see cref="T:System.Windows.Controls.DatePicker" /> to associate with the <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />.</param>
  351. </member>
  352. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.GetAutomationControlTypeCore">
  353. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  354. <returns>The control type as a value of the enumeration. By default, this method returns <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Calendar" />.</returns>
  355. </member>
  356. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.GetClassNameCore">
  357. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  358. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  359. </member>
  360. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.GetLocalizedControlTypeCore">
  361. <summary>Returns the localized version of the control type for the owner type that is associated with this <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType" />.</summary>
  362. <returns>The string that contains the type of control.</returns>
  363. </member>
  364. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.GetNameCore">
  365. <summary>Gets the name of the class of the object associated with this <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  366. <returns>A name from a "Labeled By" value if it exists, otherwise from the <paramref name="owner" /> value.</returns>
  367. </member>
  368. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  369. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.DatePicker" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" />.</summary>
  370. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  371. <param name="patternInterface">One of the enumeration values.</param>
  372. </member>
  373. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
  374. <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
  375. </member>
  376. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
  377. <summary>Displays all child nodes, controls, or content of the control.</summary>
  378. </member>
  379. <member name="P:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
  380. <summary>Gets the state, expanded or collapsed, of the control.</summary>
  381. <returns>The state, expanded or collapsed, of the control. </returns>
  382. </member>
  383. <member name="P:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IValueProvider#IsReadOnly">
  384. <summary>Gets a value that specifies whether the value of a control is read-only.</summary>
  385. <returns>Returns false.</returns>
  386. </member>
  387. <member name="M:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IValueProvider#SetValue(System.String)">
  388. <summary>Sets the value of a control.</summary>
  389. <param name="value">The value to set. The provider is responsible for converting the value to the appropriate data type. </param>
  390. </member>
  391. <member name="P:System.Windows.Automation.Peers.DatePickerAutomationPeer.System#Windows#Automation#Provider#IValueProvider#Value">
  392. <summary>Gets the value of the control.</summary>
  393. <returns>The value of the control as a string. </returns>
  394. </member>
  395. <member name="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer">
  396. <summary>Exposes <see cref="T:System.Windows.Controls.GridSplitter" /> types to UI automation.</summary>
  397. </member>
  398. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.#ctor(System.Windows.Controls.GridSplitter)">
  399. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" /> class.</summary>
  400. <param name="owner">The <see cref="T:System.Windows.Controls.GridSplitter" /> to associate with the <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />.</param>
  401. </member>
  402. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.GetAutomationControlTypeCore">
  403. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  404. <returns>The control type as a value of the enumeration. By default, this method returns <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Thumb" />.</returns>
  405. </member>
  406. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.GetClassNameCore">
  407. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  408. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  409. </member>
  410. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  411. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.GridSplitter" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" />.</summary>
  412. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  413. <param name="patternInterface">One of the enumeration values.</param>
  414. </member>
  415. <member name="P:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanMove">
  416. <summary>Gets a value that specifies whether the control can be moved.</summary>
  417. <returns>true if the element can be moved; otherwise, false. </returns>
  418. </member>
  419. <member name="P:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanResize">
  420. <summary>Gets a value that specifies whether the UI automation element can be resized.</summary>
  421. <returns>true if the element can be resized; otherwise, false. </returns>
  422. </member>
  423. <member name="P:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanRotate">
  424. <summary>Gets a value that specifies whether the control can be rotated.</summary>
  425. <returns>true if the element can be rotated; otherwise, false. </returns>
  426. </member>
  427. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Move(System.Double,System.Double)">
  428. <summary>Moves the control.</summary>
  429. <param name="x">Absolute screen coordinates of the left side of the control.</param>
  430. <param name="y">Absolute screen coordinates of the top of the control.</param>
  431. </member>
  432. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Resize(System.Double,System.Double)">
  433. <summary>Resizes the control.</summary>
  434. <param name="width">The new width of the window, in pixels. </param>
  435. <param name="height">The new height of the window, in pixels. </param>
  436. </member>
  437. <member name="M:System.Windows.Automation.Peers.GridSplitterAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Rotate(System.Double)">
  438. <summary>Rotates the control.</summary>
  439. <param name="degrees">The number of degrees to rotate the control. A positive number rotates clockwise; a negative number rotates counterclockwise. </param>
  440. </member>
  441. <member name="T:System.Windows.Automation.Peers.TabControlAutomationPeer">
  442. <summary>Exposes <see cref="T:System.Windows.Controls.TabControl" /> types to UI automation.</summary>
  443. </member>
  444. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.#ctor(System.Windows.Controls.TabControl)">
  445. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" /> class.</summary>
  446. <param name="owner">The <see cref="T:System.Windows.Controls.TabControl" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" />.</param>
  447. </member>
  448. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.GetAutomationControlTypeCore">
  449. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  450. <returns>The control type as a value of the enumeration. By default, this method returns <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Tab" />.</returns>
  451. </member>
  452. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.GetClassNameCore">
  453. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  454. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  455. </member>
  456. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.GetClickablePointCore">
  457. <summary>Gets a clickable point on the control.</summary>
  458. <returns>A point with <see cref="F:System.Double.NaN" /> coordinates, which indicates to automation that the tab itself has no clickable points (rather, the item in the tab is the element that should be reported as clickable).</returns>
  459. </member>
  460. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  461. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.TabControl" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" />.</summary>
  462. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  463. <param name="patternInterface">One of the enumeration values.</param>
  464. </member>
  465. <member name="P:System.Windows.Automation.Peers.TabControlAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
  466. <summary>Gets a value that indicates whether the UI automation provider allows more than one child element to be selected concurrently.</summary>
  467. <returns>true if multiple selection is allowed; otherwise, false. </returns>
  468. </member>
  469. <member name="M:System.Windows.Automation.Peers.TabControlAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
  470. <summary>Retrieves a UI automation provider for each child element that is selected.</summary>
  471. <returns>An array of UI automation providers.</returns>
  472. </member>
  473. <member name="P:System.Windows.Automation.Peers.TabControlAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
  474. <summary>Gets a value that indicates whether the UI automation provider requires at least one child element to be selected.</summary>
  475. <returns>true if selection is required; otherwise, false. </returns>
  476. </member>
  477. <member name="T:System.Windows.Automation.Peers.TabItemAutomationPeer">
  478. <summary>Exposes <see cref="T:System.Windows.Controls.TabItem" /> types to UI automation.</summary>
  479. </member>
  480. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.#ctor(System.Object)">
  481. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" /> class.</summary>
  482. <param name="owner">The <see cref="T:System.Windows.Controls.TabItem" /> to associate with the <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />.</param>
  483. </member>
  484. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.GetAutomationControlTypeCore">
  485. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  486. <returns>The control type as a value of the enumeration. By default, this method returns <see cref="F:System.Windows.Automation.Peers.AutomationControlType.TabItem" />.</returns>
  487. </member>
  488. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.GetChildrenCore">
  489. <summary>Gets the collection of child elements of the <see cref="T:System.Windows.Controls.TabItem" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
  490. <returns>The collection of child elements of automation peers, for cases where the <see cref="P:System.Windows.Controls.ContentControl.Content" /> of a <see cref="T:System.Windows.Controls.TabControl" /> is a collection of elements and not a single element.</returns>
  491. </member>
  492. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.GetClassNameCore">
  493. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  494. <returns>By default, the type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  495. </member>
  496. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.GetNameCore">
  497. <summary>Gets the name of the class of the object associated with this <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  498. <returns>The string value from the tab item's <see cref="P:System.Windows.Controls.TabItem.Header" /> if available.</returns>
  499. </member>
  500. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  501. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.TabItem" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TabItemAutomationPeer" />.</summary>
  502. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  503. <param name="patternInterface">One of the enumeration values.</param>
  504. </member>
  505. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
  506. <summary>Adds the current element to the collection of selected items.</summary>
  507. <exception cref="T:System.Windows.Automation.ElementNotEnabledException">Owner element is not enabled.</exception>
  508. </member>
  509. <member name="P:System.Windows.Automation.Peers.TabItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
  510. <summary>Gets a value that indicates whether an item is selected.</summary>
  511. <returns>true if the element is selected; otherwise, false.</returns>
  512. </member>
  513. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
  514. <summary>Removes the current element from the collection of selected items.</summary>
  515. </member>
  516. <member name="M:System.Windows.Automation.Peers.TabItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
  517. <summary>Deselects any selected items and then selects the current element.</summary>
  518. <exception cref="T:System.Windows.Automation.ElementNotEnabledException">Owner element is not enabled.</exception>
  519. </member>
  520. <member name="P:System.Windows.Automation.Peers.TabItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
  521. <summary>Gets the UI automation provider that implements <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" /> and acts as the container for the calling object.</summary>
  522. <returns>The provider that supports <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" />.</returns>
  523. </member>
  524. <member name="T:System.Windows.Automation.Peers.TreeViewAutomationPeer">
  525. <summary>Exposes <see cref="T:System.Windows.Controls.TreeView" /> types to UI automation.</summary>
  526. </member>
  527. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.#ctor(System.Windows.Controls.TreeView)">
  528. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" /> class.</summary>
  529. <param name="owner">The <see cref="T:System.Windows.Controls.TreeView" /> to associate with the <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" />.</param>
  530. </member>
  531. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.GetAutomationControlTypeCore">
  532. <summary>Gets the control type for the <see cref="T:System.Windows.Controls.TreeView" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  533. <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Tree" /> enumeration value.</returns>
  534. </member>
  535. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.GetChildrenCore">
  536. <summary>Gets the collection of child elements of the <see cref="T:System.Windows.Controls.TreeView" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" />. </summary>
  537. <returns>The collection of child elements.</returns>
  538. </member>
  539. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.GetClassNameCore">
  540. <summary>Gets the name of the <see cref="T:System.Windows.Controls.TreeView" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  541. <returns>A string that contains TreeView.</returns>
  542. </member>
  543. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  544. <summary>Gets a control pattern for the <see cref="T:System.Windows.Controls.TreeView" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" />.</summary>
  545. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  546. <param name="patternInterface">One of the enumeration values that indicates the control pattern.</param>
  547. </member>
  548. <member name="P:System.Windows.Automation.Peers.TreeViewAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
  549. <summary>Gets a value that indicates whether the UI automation provider allows more than one child element to be selected at the same time.</summary>
  550. <returns>true if multiple selection is allowed; otherwise, false.</returns>
  551. </member>
  552. <member name="M:System.Windows.Automation.Peers.TreeViewAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
  553. <summary>Retrieves a UI automation provider for each child element that is selected.</summary>
  554. <returns>An array of UI automation providers. </returns>
  555. </member>
  556. <member name="P:System.Windows.Automation.Peers.TreeViewAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
  557. <summary>Gets a value that indicates whether the UI automation provider requires at least one child element to be selected. </summary>
  558. <returns>true if selection is required; otherwise, false.</returns>
  559. </member>
  560. <member name="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer">
  561. <summary>Exposes the items in <see cref="T:System.Windows.Controls.TreeViewItem" /> types to UI automation.</summary>
  562. </member>
  563. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.#ctor(System.Windows.Controls.TreeViewItem)">
  564. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" /> class.</summary>
  565. <param name="owner">The <see cref="T:System.Windows.Controls.TreeViewItem" /> instance to associate with this <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" />.</param>
  566. </member>
  567. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.GetAutomationControlTypeCore">
  568. <summary>Gets the control type for the <see cref="T:System.Windows.Controls.TreeViewItem" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  569. <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.TreeItem" /> enumeration value.</returns>
  570. </member>
  571. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.GetClassNameCore">
  572. <summary>Gets the name of the <see cref="T:System.Windows.Controls.TreeViewItem" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  573. <returns>A string that contains TreeViewItem.</returns>
  574. </member>
  575. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  576. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.TreeViewItem" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" />.</summary>
  577. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  578. <param name="patternInterface">One of the enumeration values.</param>
  579. </member>
  580. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
  581. <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
  582. </member>
  583. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
  584. <summary>Displays all child nodes, controls, or content of the control.</summary>
  585. </member>
  586. <member name="P:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
  587. <summary>Gets the state (expanded or collapsed) of the control.</summary>
  588. <returns>The state (expanded or collapsed) of the control.</returns>
  589. </member>
  590. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
  591. <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
  592. </member>
  593. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
  594. <summary>Adds the current element to the collection of selected items.</summary>
  595. </member>
  596. <member name="P:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
  597. <summary>Gets a value that indicates whether an item is selected. </summary>
  598. <returns>true if an item is selected; otherwise, false.</returns>
  599. </member>
  600. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
  601. <summary>Removes the current element from the collection of selected items.</summary>
  602. </member>
  603. <member name="M:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
  604. <summary>Clears any selection and then selects the current element. </summary>
  605. </member>
  606. <member name="P:System.Windows.Automation.Peers.TreeViewItemAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
  607. <summary>Gets the UI automation provider that implements <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" /> and acts as the container for the calling object.</summary>
  608. <returns>The UI automation provider.</returns>
  609. </member>
  610. <member name="T:System.Windows.Controls.Calendar">
  611. <summary>Represents a control that enables a user to select a date by using a visual calendar display. </summary>
  612. </member>
  613. <member name="M:System.Windows.Controls.Calendar.#ctor">
  614. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Calendar" /> class. </summary>
  615. </member>
  616. <member name="P:System.Windows.Controls.Calendar.BlackoutDates">
  617. <summary>Gets or sets a collection of dates that are marked as not selectable.</summary>
  618. <returns>A collection of dates that cannot be selected. The default value is an empty collection.</returns>
  619. </member>
  620. <member name="P:System.Windows.Controls.Calendar.CalendarButtonStyle">
  621. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> associated with the control's internal <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> object.</summary>
  622. <returns>The current style of the <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> object.</returns>
  623. </member>
  624. <member name="F:System.Windows.Controls.Calendar.CalendarButtonStyleProperty">
  625. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.CalendarButtonStyle" /> dependency property.</summary>
  626. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.CalendarButtonStyle" /> dependency property.</returns>
  627. </member>
  628. <member name="P:System.Windows.Controls.Calendar.CalendarDayButtonStyle">
  629. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> associated with the control's internal <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> object.</summary>
  630. <returns>The current style of the <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> object.</returns>
  631. </member>
  632. <member name="F:System.Windows.Controls.Calendar.CalendarDayButtonStyleProperty">
  633. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.CalendarDayButtonStyle" /> dependency property.</summary>
  634. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.CalendarDayButtonStyle" /> dependency property.</returns>
  635. </member>
  636. <member name="P:System.Windows.Controls.Calendar.CalendarItemStyle">
  637. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> associated with the control's internal <see cref="T:System.Windows.Controls.Primitives.CalendarItem" /> object.</summary>
  638. <returns>The current style of the <see cref="T:System.Windows.Controls.Primitives.CalendarItem" /> object.</returns>
  639. </member>
  640. <member name="F:System.Windows.Controls.Calendar.CalendarItemStyleProperty">
  641. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.CalendarItemStyle" /> dependency property.</summary>
  642. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.CalendarItemStyle" /> dependency property.</returns>
  643. </member>
  644. <member name="P:System.Windows.Controls.Calendar.DisplayDate">
  645. <summary>Gets or sets the date to display.</summary>
  646. <returns>The date to display.</returns>
  647. <exception cref="T:System.ArgumentOutOfRangeException">The given date is not in the range specified by <see cref="P:System.Windows.Controls.Calendar.DisplayDateStart" /> and <see cref="P:System.Windows.Controls.Calendar.DisplayDateEnd" />.</exception>
  648. </member>
  649. <member name="E:System.Windows.Controls.Calendar.DisplayDateChanged">
  650. <summary>Occurs when the <see cref="P:System.Windows.Controls.Calendar.DisplayDate" /> property is changed.</summary>
  651. </member>
  652. <member name="P:System.Windows.Controls.Calendar.DisplayDateEnd">
  653. <summary>Gets or sets the last date to be displayed.</summary>
  654. <returns>The last date to display.</returns>
  655. </member>
  656. <member name="F:System.Windows.Controls.Calendar.DisplayDateEndProperty">
  657. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.DisplayDateEnd" /> dependency property.</summary>
  658. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.DisplayDateEnd" /> dependency property.</returns>
  659. </member>
  660. <member name="F:System.Windows.Controls.Calendar.DisplayDateProperty">
  661. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.DisplayDate" /> dependency property.</summary>
  662. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.DisplayDate" /> dependency property.</returns>
  663. </member>
  664. <member name="P:System.Windows.Controls.Calendar.DisplayDateStart">
  665. <summary>Gets or sets the first date to be displayed.</summary>
  666. <returns>The first date to display.</returns>
  667. </member>
  668. <member name="F:System.Windows.Controls.Calendar.DisplayDateStartProperty">
  669. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.DisplayDateStart" /> dependency property.</summary>
  670. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.DisplayDateStart" /> dependency property.</returns>
  671. </member>
  672. <member name="P:System.Windows.Controls.Calendar.DisplayMode">
  673. <summary>Gets or sets a value indicating whether the calendar is displayed in months, years, or decades.</summary>
  674. <returns>A value indicating what length of time the <see cref="T:System.Windows.Controls.Calendar" /> should display.</returns>
  675. </member>
  676. <member name="E:System.Windows.Controls.Calendar.DisplayModeChanged">
  677. <summary>Occurs when the <see cref="P:System.Windows.Controls.Calendar.DisplayMode" /> property is changed. </summary>
  678. </member>
  679. <member name="F:System.Windows.Controls.Calendar.DisplayModeProperty">
  680. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.DisplayMode" /> dependency property.</summary>
  681. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.DisplayMode" /> dependency property.</returns>
  682. </member>
  683. <member name="P:System.Windows.Controls.Calendar.FirstDayOfWeek">
  684. <summary>Gets or sets the day that is considered the beginning of the week.</summary>
  685. <returns>A <see cref="T:System.DayOfWeek" /> representing the beginning of the week. The default is <see cref="F:System.DayOfWeek.Sunday" />.</returns>
  686. </member>
  687. <member name="F:System.Windows.Controls.Calendar.FirstDayOfWeekProperty">
  688. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.FirstDayOfWeek" /> dependency property.</summary>
  689. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.FirstDayOfWeek" /> dependency property.</returns>
  690. </member>
  691. <member name="P:System.Windows.Controls.Calendar.IsTodayHighlighted">
  692. <summary>Gets or sets a value indicating whether the current date is highlighted.</summary>
  693. <returns>true if the current date is highlighted; otherwise, false. The default is true. </returns>
  694. </member>
  695. <member name="F:System.Windows.Controls.Calendar.IsTodayHighlightedProperty">
  696. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.IsTodayHighlighted" /> dependency property.</summary>
  697. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.IsTodayHighlighted" /> dependency property.</returns>
  698. </member>
  699. <member name="M:System.Windows.Controls.Calendar.OnApplyTemplate">
  700. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Calendar" /> when a new template is applied.</summary>
  701. </member>
  702. <member name="M:System.Windows.Controls.Calendar.OnCreateAutomationPeer">
  703. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  704. <returns>A <see cref="T:System.Windows.Automation.Peers.CalendarAutomationPeer" /> for the <see cref="T:System.Windows.Controls.Calendar" /> object.</returns>
  705. </member>
  706. <member name="P:System.Windows.Controls.Calendar.SelectedDate">
  707. <summary>Gets or sets the currently selected date.</summary>
  708. <returns>The date currently selected. The default is null.</returns>
  709. <exception cref="T:System.ArgumentOutOfRangeException">The given date is outside the range specified by <see cref="P:System.Windows.Controls.Calendar.DisplayDateStart" /> and <see cref="P:System.Windows.Controls.Calendar.DisplayDateEnd" />-or-The given date is in the <see cref="P:System.Windows.Controls.Calendar.BlackoutDates" /> collection.</exception>
  710. <exception cref="T:System.InvalidOperationException">If set to anything other than null when <see cref="P:System.Windows.Controls.Calendar.SelectionMode" /> is set to <see cref="F:System.Windows.Controls.CalendarSelectionMode.None" />.</exception>
  711. </member>
  712. <member name="F:System.Windows.Controls.Calendar.SelectedDateProperty">
  713. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.SelectedDate" /> dependency property.</summary>
  714. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.SelectedDate" /> dependency property.</returns>
  715. </member>
  716. <member name="P:System.Windows.Controls.Calendar.SelectedDates">
  717. <summary>Gets a collection of selected dates.</summary>
  718. <returns>A <see cref="T:System.Windows.Controls.SelectedDatesCollection" /> object that contains the currently selected dates. The default is an empty collection.</returns>
  719. </member>
  720. <member name="E:System.Windows.Controls.Calendar.SelectedDatesChanged">
  721. <summary>Occurs when the collection returned by the <see cref="P:System.Windows.Controls.Calendar.SelectedDates" /> property is changed. </summary>
  722. </member>
  723. <member name="P:System.Windows.Controls.Calendar.SelectionMode">
  724. <summary>Gets or sets a value that indicates what kind of selections are allowed.</summary>
  725. <returns>A value that indicates the current selection mode. The default is <see cref="F:System.Windows.Controls.CalendarSelectionMode.SingleDate" />.</returns>
  726. </member>
  727. <member name="F:System.Windows.Controls.Calendar.SelectionModeProperty">
  728. <summary>Identifies the <see cref="P:System.Windows.Controls.Calendar.SelectionMode" /> dependency property.</summary>
  729. <returns>The identifier for the <see cref="P:System.Windows.Controls.Calendar.SelectionMode" /> dependency property.</returns>
  730. </member>
  731. <member name="M:System.Windows.Controls.Calendar.ToString">
  732. <summary>Provides a text representation of the selected date.</summary>
  733. <returns>A text representation of the selected date, or an empty string if <see cref="P:System.Windows.Controls.Calendar.SelectedDate" /> is null.</returns>
  734. </member>
  735. <member name="T:System.Windows.Controls.CalendarBlackoutDatesCollection">
  736. <summary>Represents a collection of non-selectable dates in a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  737. </member>
  738. <member name="M:System.Windows.Controls.CalendarBlackoutDatesCollection.#ctor(System.Windows.Controls.Calendar)">
  739. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.CalendarBlackoutDatesCollection" /> class. </summary>
  740. <param name="owner">The <see cref="T:System.Windows.Controls.Calendar" /> whose dates this object represents.</param>
  741. </member>
  742. <member name="M:System.Windows.Controls.CalendarBlackoutDatesCollection.AddDatesInPast">
  743. <summary>Adds all dates before <see cref="P:System.DateTime.Today" /> to the collection.</summary>
  744. </member>
  745. <member name="M:System.Windows.Controls.CalendarBlackoutDatesCollection.Contains(System.DateTime)">
  746. <summary>Returns a value that represents whether this collection contains the specified date.</summary>
  747. <returns>true if the collection contains the specified date; otherwise, false.</returns>
  748. <param name="date">The date to search for.</param>
  749. </member>
  750. <member name="M:System.Windows.Controls.CalendarBlackoutDatesCollection.Contains(System.DateTime,System.DateTime)">
  751. <summary>Returns a value that represents whether this collection contains the specified range of dates.</summary>
  752. <returns>true if all dates in the range are contained in the collection; otherwise, false.</returns>
  753. <param name="start">The start of the date range.</param>
  754. <param name="end">The end of the date range.</param>
  755. </member>
  756. <member name="M:System.Windows.Controls.CalendarBlackoutDatesCollection.ContainsAny(System.Windows.Controls.CalendarDateRange)">
  757. <summary>Returns a value that represents whether this collection contains any date in the specified range.</summary>
  758. <returns>true if any date in the range is contained in the collection; otherwise, false.</returns>
  759. <param name="range">The range of dates to search for.</param>
  760. </member>
  761. <member name="T:System.Windows.Controls.CalendarDateChangedEventArgs">
  762. <summary>Provides data for the <see cref="E:System.Windows.Controls.Calendar.DisplayDateChanged" /> event. </summary>
  763. </member>
  764. <member name="P:System.Windows.Controls.CalendarDateChangedEventArgs.AddedDate">
  765. <summary>Gets or sets the date to be newly displayed.</summary>
  766. <returns>The new date to display.</returns>
  767. </member>
  768. <member name="P:System.Windows.Controls.CalendarDateChangedEventArgs.RemovedDate">
  769. <summary>Getsor sets the date that was previously displayed.</summary>
  770. <returns>The date previously displayed. </returns>
  771. </member>
  772. <member name="T:System.Windows.Controls.CalendarDateRange">
  773. <summary>Represents a range of dates in a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  774. </member>
  775. <member name="M:System.Windows.Controls.CalendarDateRange.#ctor(System.DateTime)">
  776. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.CalendarDateRange" /> class with a single date.</summary>
  777. <param name="day">The date to be represented by the range.</param>
  778. </member>
  779. <member name="M:System.Windows.Controls.CalendarDateRange.#ctor(System.DateTime,System.DateTime)">
  780. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.CalendarDateRange" /> class with a range of dates.</summary>
  781. <param name="start">The start of the range to be represented.</param>
  782. <param name="end">The end of the range to be represented.</param>
  783. </member>
  784. <member name="P:System.Windows.Controls.CalendarDateRange.End">
  785. <summary>Gets the last date in the represented range.</summary>
  786. <returns>The last date in the represented range.</returns>
  787. </member>
  788. <member name="P:System.Windows.Controls.CalendarDateRange.Start">
  789. <summary>Gets the first date in the represented range.</summary>
  790. <returns>The first date in the represented range.</returns>
  791. </member>
  792. <member name="T:System.Windows.Controls.CalendarMode">
  793. <summary>Specifies values for the different modes of operation of a <see cref="T:System.Windows.Controls.Calendar" />. </summary>
  794. </member>
  795. <member name="F:System.Windows.Controls.CalendarMode.Month">
  796. <summary>The <see cref="T:System.Windows.Controls.Calendar" /> displays a month at a time.</summary>
  797. </member>
  798. <member name="F:System.Windows.Controls.CalendarMode.Year">
  799. <summary>The <see cref="T:System.Windows.Controls.Calendar" /> displays a year at a time.</summary>
  800. </member>
  801. <member name="F:System.Windows.Controls.CalendarMode.Decade">
  802. <summary>The <see cref="T:System.Windows.Controls.Calendar" /> displays a decade at a time.</summary>
  803. </member>
  804. <member name="T:System.Windows.Controls.CalendarModeChangedEventArgs">
  805. <summary>Provides data for the <see cref="E:System.Windows.Controls.Calendar.DisplayModeChanged" /> event. </summary>
  806. </member>
  807. <member name="M:System.Windows.Controls.CalendarModeChangedEventArgs.#ctor(System.Windows.Controls.CalendarMode,System.Windows.Controls.CalendarMode)">
  808. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.CalendarModeChangedEventArgs" /> class. </summary>
  809. <param name="oldMode">The previous mode.</param>
  810. <param name="newMode">The new mode.</param>
  811. </member>
  812. <member name="P:System.Windows.Controls.CalendarModeChangedEventArgs.NewMode">
  813. <summary>Gets the new mode of the <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  814. <returns>A <see cref="T:System.Windows.Controls.CalendarMode" /> representing the new mode. </returns>
  815. </member>
  816. <member name="P:System.Windows.Controls.CalendarModeChangedEventArgs.OldMode">
  817. <summary>Gets the previous mode of the <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  818. <returns>A <see cref="T:System.Windows.Controls.CalendarMode" /> representing the previous mode. </returns>
  819. </member>
  820. <member name="T:System.Windows.Controls.CalendarSelectionMode">
  821. <summary>Specifies values that describe the available selection modes for a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  822. </member>
  823. <member name="F:System.Windows.Controls.CalendarSelectionMode.SingleDate">
  824. <summary>Only a single date can be selected. Use the <see cref="P:System.Windows.Controls.Calendar.SelectedDate" /> property to retrieve the selected date.</summary>
  825. </member>
  826. <member name="F:System.Windows.Controls.CalendarSelectionMode.SingleRange">
  827. <summary>A single range of dates can be selected. Use the <see cref="P:System.Windows.Controls.Calendar.SelectedDates" /> property to retrieve the selected dates.</summary>
  828. </member>
  829. <member name="F:System.Windows.Controls.CalendarSelectionMode.MultipleRange">
  830. <summary>Multiple non-contiguous ranges of dates can be selected. Use the <see cref="P:System.Windows.Controls.Calendar.SelectedDates" /> property to retrieve the selected dates.</summary>
  831. </member>
  832. <member name="F:System.Windows.Controls.CalendarSelectionMode.None">
  833. <summary>No selections are allowed.</summary>
  834. </member>
  835. <member name="T:System.Windows.Controls.ChildWindow">
  836. <summary>Provides a window that can be displayed over a parent window and blocks interaction with the parent window.</summary>
  837. </member>
  838. <member name="M:System.Windows.Controls.ChildWindow.#ctor">
  839. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ChildWindow" /> class.</summary>
  840. </member>
  841. <member name="M:System.Windows.Controls.ChildWindow.Close">
  842. <summary>Closes a <see cref="T:System.Windows.Controls.ChildWindow" />.</summary>
  843. </member>
  844. <member name="E:System.Windows.Controls.ChildWindow.Closed">
  845. <summary>Occurs when the <see cref="T:System.Windows.Controls.ChildWindow" /> is closed.</summary>
  846. </member>
  847. <member name="E:System.Windows.Controls.ChildWindow.Closing">
  848. <summary>Occurs when the <see cref="T:System.Windows.Controls.ChildWindow" /> is closing.</summary>
  849. </member>
  850. <member name="P:System.Windows.Controls.ChildWindow.DialogResult">
  851. <summary>Gets or sets a value that indicates whether the <see cref="T:System.Windows.Controls.ChildWindow" /> was accepted or canceled.</summary>
  852. <returns>true if the child window was accepted; false if the child window was canceled. The default is null.</returns>
  853. </member>
  854. <member name="P:System.Windows.Controls.ChildWindow.HasCloseButton">
  855. <summary>Gets or sets a value that indicates whether the <see cref="T:System.Windows.Controls.ChildWindow" /> has a close button.</summary>
  856. <returns>true if the child window has a close button; otherwise, false. The default is true.</returns>
  857. </member>
  858. <member name="F:System.Windows.Controls.ChildWindow.HasCloseButtonProperty">
  859. <summary>Identifies the <see cref="P:System.Windows.Controls.ChildWindow.HasCloseButton" /> dependency property.</summary>
  860. <returns>The identifier for the <see cref="P:System.Windows.Controls.ChildWindow.HasCloseButton" /> dependency property.</returns>
  861. </member>
  862. <member name="M:System.Windows.Controls.ChildWindow.OnApplyTemplate">
  863. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.ChildWindow" /> control when a new template is applied.</summary>
  864. </member>
  865. <member name="M:System.Windows.Controls.ChildWindow.OnClosed(System.EventArgs)">
  866. <summary>Raises the <see cref="E:System.Windows.Controls.ChildWindow.Closed" /> event.</summary>
  867. <param name="e">The event data.</param>
  868. </member>
  869. <member name="M:System.Windows.Controls.ChildWindow.OnClosing(System.ComponentModel.CancelEventArgs)">
  870. <summary>Raises the <see cref="E:System.Windows.Controls.ChildWindow.Closing" /> event.</summary>
  871. <param name="e">The event data.</param>
  872. </member>
  873. <member name="M:System.Windows.Controls.ChildWindow.OnCreateAutomationPeer">
  874. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  875. <returns>
  876. <see cref="T:System.Windows.Automation.Peers.ChildWindowAutomationPeer" /> for the <see cref="T:System.Windows.Controls.ChildWindow" /> object.</returns>
  877. </member>
  878. <member name="M:System.Windows.Controls.ChildWindow.OnOpened">
  879. <summary>This method is called every time a <see cref="T:System.Windows.Controls.ChildWindow" /> is displayed.</summary>
  880. </member>
  881. <member name="P:System.Windows.Controls.ChildWindow.OverlayBrush">
  882. <summary>Gets or sets the visual brush that is used to cover the parent window when the child window is open.</summary>
  883. <returns>The visual brush that is used to cover the parent window when the <see cref="T:System.Windows.Controls.ChildWindow" /> is open. The default is null.</returns>
  884. </member>
  885. <member name="F:System.Windows.Controls.ChildWindow.OverlayBrushProperty">
  886. <summary>Identifies the <see cref="P:System.Windows.Controls.ChildWindow.OverlayBrush" /> dependency property.</summary>
  887. <returns>The identifier for the <see cref="P:System.Windows.Controls.ChildWindow.OverlayBrush" /> dependency property.</returns>
  888. </member>
  889. <member name="P:System.Windows.Controls.ChildWindow.OverlayOpacity">
  890. <summary>Gets or sets the opacity of the overlay brush that is used to cover the parent window when the child window is open.</summary>
  891. <returns>The opacity of the overlay brush that is used to cover the parent window when the <see cref="T:System.Windows.Controls.ChildWindow" /> is open. The default is 1.0.</returns>
  892. </member>
  893. <member name="F:System.Windows.Controls.ChildWindow.OverlayOpacityProperty">
  894. <summary>Identifies the <see cref="P:System.Windows.Controls.ChildWindow.OverlayOpacity" /> dependency property.</summary>
  895. <returns>The identifier for the <see cref="P:System.Windows.Controls.ChildWindow.OverlayOpacity" /> dependency property.</returns>
  896. </member>
  897. <member name="M:System.Windows.Controls.ChildWindow.Show">
  898. <summary>Opens a <see cref="T:System.Windows.Controls.ChildWindow" /> and returns without waiting for the <see cref="T:System.Windows.Controls.ChildWindow" /> to close.</summary>
  899. <exception cref="T:System.InvalidOperationException">The child window is already in the visual tree.</exception>
  900. </member>
  901. <member name="P:System.Windows.Controls.ChildWindow.Title">
  902. <summary>Gets or sets the title of the <see cref="T:System.Windows.Controls.ChildWindow" />.</summary>
  903. <returns>The title of the child window. The default is null.</returns>
  904. </member>
  905. <member name="F:System.Windows.Controls.ChildWindow.TitleProperty">
  906. <summary>Identifies the <see cref="P:System.Windows.Controls.ChildWindow.Title" /> dependency property.</summary>
  907. <returns>The identifier for the <see cref="P:System.Windows.Controls.ChildWindow.Title" /> dependency property.</returns>
  908. </member>
  909. <member name="T:System.Windows.Controls.DatePicker">
  910. <summary>Represents a control that allows the user to select a date.</summary>
  911. </member>
  912. <member name="M:System.Windows.Controls.DatePicker.#ctor">
  913. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.DatePicker" /> class. </summary>
  914. </member>
  915. <member name="P:System.Windows.Controls.DatePicker.BlackoutDates">
  916. <summary>Gets or sets a collection of dates that are marked as not selectable.</summary>
  917. <returns>A collection of dates that cannot be selected. The default value is an empty collection.</returns>
  918. </member>
  919. <member name="E:System.Windows.Controls.DatePicker.CalendarClosed">
  920. <summary>Occurs when the drop-down <see cref="T:System.Windows.Controls.Calendar" /> is closed.</summary>
  921. </member>
  922. <member name="E:System.Windows.Controls.DatePicker.CalendarOpened">
  923. <summary>Occurs when the drop-down <see cref="T:System.Windows.Controls.Calendar" /> is opened.</summary>
  924. </member>
  925. <member name="P:System.Windows.Controls.DatePicker.CalendarStyle">
  926. <summary>Gets or sets the style that is used when rendering the calendar.</summary>
  927. <returns>The style that is used when rendering the calendar.</returns>
  928. </member>
  929. <member name="F:System.Windows.Controls.DatePicker.CalendarStyleProperty">
  930. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.CalendarStyle" /> dependency property.</summary>
  931. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.CalendarStyle" /> dependency property.</returns>
  932. </member>
  933. <member name="E:System.Windows.Controls.DatePicker.DateValidationError">
  934. <summary>Occurs when <see cref="P:System.Windows.Controls.DatePicker.Text" /> is assigned a value that cannot be interpreted as a date.</summary>
  935. </member>
  936. <member name="P:System.Windows.Controls.DatePicker.DisplayDate">
  937. <summary>Gets or sets the date to display.</summary>
  938. <returns>The date to display. The default is <see cref="P:System.DateTime.Today" />.</returns>
  939. <exception cref="T:System.ArgumentOutOfRangeException">The specified date is not in the range defined by <see cref="P:System.Windows.Controls.DatePicker.DisplayDateStart" />. and <see cref="P:System.Windows.Controls.DatePicker.DisplayDateEnd" />.</exception>
  940. </member>
  941. <member name="P:System.Windows.Controls.DatePicker.DisplayDateEnd">
  942. <summary>Gets or sets the last date to be displayed.</summary>
  943. <returns>The last date to display.</returns>
  944. </member>
  945. <member name="F:System.Windows.Controls.DatePicker.DisplayDateEndProperty">
  946. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.DisplayDateEnd" /> dependency property.</summary>
  947. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.DisplayDateEnd" /> dependency property.</returns>
  948. </member>
  949. <member name="F:System.Windows.Controls.DatePicker.DisplayDateProperty">
  950. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.DisplayDate" /> dependency property.</summary>
  951. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.DisplayDate" /> dependency property.</returns>
  952. </member>
  953. <member name="P:System.Windows.Controls.DatePicker.DisplayDateStart">
  954. <summary>Gets or sets the first date to be displayed.</summary>
  955. <returns>The first date to display.</returns>
  956. </member>
  957. <member name="F:System.Windows.Controls.DatePicker.DisplayDateStartProperty">
  958. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.DisplayDateStart" /> dependency property.</summary>
  959. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.DisplayDateStart" /> dependency property.</returns>
  960. </member>
  961. <member name="P:System.Windows.Controls.DatePicker.FirstDayOfWeek">
  962. <summary>Gets or sets the day that is considered the beginning of the week.</summary>
  963. <returns>A <see cref="T:System.DayOfWeek" /> representing the beginning of the week. The default is <see cref="F:System.DayOfWeek.Sunday" />.</returns>
  964. </member>
  965. <member name="F:System.Windows.Controls.DatePicker.FirstDayOfWeekProperty">
  966. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.FirstDayOfWeek" /> dependency property.</summary>
  967. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.FirstDayOfWeek" /> dependency property.</returns>
  968. </member>
  969. <member name="P:System.Windows.Controls.DatePicker.IsDropDownOpen">
  970. <summary>Gets or sets a value that indicates whether the drop-down <see cref="T:System.Windows.Controls.Calendar" /> is open or closed.</summary>
  971. <returns>true if the <see cref="T:System.Windows.Controls.Calendar" /> is open; otherwise, false. The default is false.</returns>
  972. </member>
  973. <member name="F:System.Windows.Controls.DatePicker.IsDropDownOpenProperty">
  974. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.IsDropDownOpen" /> dependency property.</summary>
  975. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.IsDropDownOpen" /> dependency property.</returns>
  976. </member>
  977. <member name="P:System.Windows.Controls.DatePicker.IsTodayHighlighted">
  978. <summary>Gets or sets a value that indicates whether the current date will be highlighted.</summary>
  979. <returns>true if the current date is highlighted; otherwise, false. The default is true. </returns>
  980. </member>
  981. <member name="F:System.Windows.Controls.DatePicker.IsTodayHighlightedProperty">
  982. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.IsTodayHighlighted" /> dependency property.</summary>
  983. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.IsTodayHighlighted" /> dependency property.</returns>
  984. </member>
  985. <member name="M:System.Windows.Controls.DatePicker.OnApplyTemplate">
  986. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.DatePicker" /> control when a new template is applied.</summary>
  987. </member>
  988. <member name="M:System.Windows.Controls.DatePicker.OnCreateAutomationPeer">
  989. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  990. <returns>A <see cref="T:System.Windows.Automation.Peers.DatePickerAutomationPeer" /> for the <see cref="T:System.Windows.Controls.DatePicker" /> object.</returns>
  991. </member>
  992. <member name="M:System.Windows.Controls.DatePicker.OnDateValidationError(System.Windows.Controls.DatePickerDateValidationErrorEventArgs)">
  993. <summary>Raises the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</summary>
  994. <param name="e">A <see cref="T:System.Windows.Controls.DatePickerDateValidationErrorEventArgs" /> that contains the event data.</param>
  995. </member>
  996. <member name="P:System.Windows.Controls.DatePicker.SelectedDate">
  997. <summary>Gets or sets the currently selected date.</summary>
  998. <returns>The date currently selected. The default is null.</returns>
  999. <exception cref="T:System.ArgumentOutOfRangeException">The specified date is not in the range defined by <see cref="P:System.Windows.Controls.DatePicker.DisplayDateStart" /> and <see cref="P:System.Windows.Controls.DatePicker.DisplayDateEnd" />, or the specified date is in the <see cref="P:System.Windows.Controls.DatePicker.BlackoutDates" /> collection. </exception>
  1000. </member>
  1001. <member name="E:System.Windows.Controls.DatePicker.SelectedDateChanged">
  1002. <summary>Occurs when the <see cref="P:System.Windows.Controls.DatePicker.SelectedDate" /> property is changed.</summary>
  1003. </member>
  1004. <member name="P:System.Windows.Controls.DatePicker.SelectedDateFormat">
  1005. <summary>Gets or sets the format that is used to display the selected date.</summary>
  1006. <returns>The format that is used to display the selected date. The default is <see cref="F:System.Windows.Controls.DatePickerFormat.Short" />.</returns>
  1007. <exception cref="T:System.ArgumentOutOfRangeException">An specified format is not valid.</exception>
  1008. </member>
  1009. <member name="F:System.Windows.Controls.DatePicker.SelectedDateFormatProperty">
  1010. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.SelectedDateFormat" /> dependency property.</summary>
  1011. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.SelectedDateFormat" /> dependency property.</returns>
  1012. </member>
  1013. <member name="F:System.Windows.Controls.DatePicker.SelectedDateProperty">
  1014. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.SelectedDate" /> dependency property.</summary>
  1015. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.SelectedDate" /> dependency property.</returns>
  1016. </member>
  1017. <member name="P:System.Windows.Controls.DatePicker.SelectionBackground">
  1018. <summary>Gets or sets the background used for selected dates.</summary>
  1019. <returns>The background used for selected dates.</returns>
  1020. </member>
  1021. <member name="F:System.Windows.Controls.DatePicker.SelectionBackgroundProperty">
  1022. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.SelectionBackground" /> dependency property. </summary>
  1023. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.SelectionBackground" /> dependency property.</returns>
  1024. </member>
  1025. <member name="P:System.Windows.Controls.DatePicker.Text">
  1026. <summary>Gets or sets the text that is displayed by the <see cref="T:System.Windows.Controls.DatePicker" />.</summary>
  1027. <returns>The text displayed by the <see cref="T:System.Windows.Controls.DatePicker" />.</returns>
  1028. <exception cref="T:System.FormatException">The text entered cannot be parsed to a valid date, and the exception is not suppressed.</exception>
  1029. <exception cref="T:System.ArgumentOutOfRangeException">The text entered parses to a date that is not selectable.</exception>
  1030. </member>
  1031. <member name="F:System.Windows.Controls.DatePicker.TextProperty">
  1032. <summary>Identifies the <see cref="P:System.Windows.Controls.DatePicker.Text" /> dependency property.</summary>
  1033. <returns>The identifier for the <see cref="P:System.Windows.Controls.DatePicker.Text" /> dependency property.</returns>
  1034. </member>
  1035. <member name="M:System.Windows.Controls.DatePicker.ToString"></member>
  1036. <member name="T:System.Windows.Controls.DatePickerDateValidationErrorEventArgs">
  1037. <summary>Provides data for the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</summary>
  1038. </member>
  1039. <member name="M:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.#ctor(System.Exception,System.String)">
  1040. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.DatePickerDateValidationErrorEventArgs" /> class. </summary>
  1041. <param name="exception">The initial exception from the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</param>
  1042. <param name="text">The text that caused the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</param>
  1043. </member>
  1044. <member name="P:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.Exception">
  1045. <summary>Gets or sets the initial exception associated with the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</summary>
  1046. <returns>The exception associated with the validation failure.</returns>
  1047. </member>
  1048. <member name="P:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.Text">
  1049. <summary>Gets or sets the text that caused the <see cref="E:System.Windows.Controls.DatePicker.DateValidationError" /> event.</summary>
  1050. <returns>The text that caused the validation failure.</returns>
  1051. </member>
  1052. <member name="P:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.ThrowException">
  1053. <summary>Gets or sets a value that indicates whether <see cref="P:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.Exception" /> should be thrown.</summary>
  1054. <returns>true if the exception should be thrown; otherwise, false.</returns>
  1055. <exception cref="T:System.ArgumentException">If set to true and <see cref="P:System.Windows.Controls.DatePickerDateValidationErrorEventArgs.Exception" /> is null.</exception>
  1056. </member>
  1057. <member name="T:System.Windows.Controls.DatePickerFormat">
  1058. <summary>Specifies date formats for a <see cref="T:System.Windows.Controls.DatePicker" />.</summary>
  1059. </member>
  1060. <member name="F:System.Windows.Controls.DatePickerFormat.Long">
  1061. <summary>Specifies that the date should be displayed using unabbreviated days of the week and month names.</summary>
  1062. </member>
  1063. <member name="F:System.Windows.Controls.DatePickerFormat.Short">
  1064. <summary>Specifies that the date should be displayed using abbreviated days of the week and month names.</summary>
  1065. </member>
  1066. <member name="T:System.Windows.Controls.DateTimeTypeConverter">
  1067. <summary>Provides a converter to convert <see cref="T:System.DateTime" /> objects to and from other representations.</summary>
  1068. </member>
  1069. <member name="M:System.Windows.Controls.DateTimeTypeConverter.#ctor">
  1070. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.DateTimeTypeConverter" /> class. </summary>
  1071. </member>
  1072. <member name="M:System.Windows.Controls.DateTimeTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  1073. <summary>Gets a value that indicates whether it is possible to convert the specified type to a <see cref="T:System.DateTime" /> with the specified format context.</summary>
  1074. <returns>true if the conversion is possible; otherwise, false.</returns>
  1075. <param name="context">The format context that is used to convert the specified type.</param>
  1076. <param name="sourceType">The type to convert.</param>
  1077. </member>
  1078. <member name="M:System.Windows.Controls.DateTimeTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  1079. <summary>Gets a value that indicates whether it is possible to convert a <see cref="T:System.DateTime" /> to the specified type within the specified format context.</summary>
  1080. <returns>true if the conversion is possible; otherwise, false.</returns>
  1081. <param name="context">The format context that is used to convert.</param>
  1082. <param name="destinationType">The type to convert to.</param>
  1083. </member>
  1084. <member name="M:System.Windows.Controls.DateTimeTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  1085. <summary>Converts the specified object to a <see cref="T:System.DateTime" /> with the specified culture with the specified format context.</summary>
  1086. <returns>A <see cref="T:System.DateTime" /> object that represents <paramref name="value" />.</returns>
  1087. <param name="context">The format context that is used to convert the specified type.</param>
  1088. <param name="culture">The culture to use for the result.</param>
  1089. <param name="value">The value to convert.</param>
  1090. <exception cref="T:System.FormatException">The conversion cannot be performed.</exception>
  1091. </member>
  1092. <member name="M:System.Windows.Controls.DateTimeTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1093. <summary>Converts a <see cref="T:System.DateTime" /> with the specified culture to the specified object with the specified format context.</summary>
  1094. <returns>An object of the specified type that represents <paramref name="value" />.</returns>
  1095. <param name="context">The format context that is used to convert to the specified type.</param>
  1096. <param name="culture">The culture to use for the converting date.</param>
  1097. <param name="value">The date to convert.</param>
  1098. <param name="destinationType">The type to convert to.</param>
  1099. </member>
  1100. <member name="T:System.Windows.Controls.Dock">
  1101. <summary>Specifies values that control the behavior of a control positioned inside another control.</summary>
  1102. </member>
  1103. <member name="F:System.Windows.Controls.Dock.Left">
  1104. <summary>Specifies that the control should be positioned on the left of the control.</summary>
  1105. </member>
  1106. <member name="F:System.Windows.Controls.Dock.Top">
  1107. <summary>Specifies that the control should be positioned on top of the control.</summary>
  1108. </member>
  1109. <member name="F:System.Windows.Controls.Dock.Right">
  1110. <summary>Specifies that the control should be positioned on the right of the control.</summary>
  1111. </member>
  1112. <member name="F:System.Windows.Controls.Dock.Bottom">
  1113. <summary>Specifies that the control should be positioned at the bottom of the control.</summary>
  1114. </member>
  1115. <member name="T:System.Windows.Controls.GridSplitter">
  1116. <summary>Represents a control that redistributes space between the rows of columns of a <see cref="T:System.Windows.Controls.Grid" /> control.</summary>
  1117. </member>
  1118. <member name="M:System.Windows.Controls.GridSplitter.#ctor">
  1119. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.GridSplitter" /> class. </summary>
  1120. </member>
  1121. <member name="M:System.Windows.Controls.GridSplitter.OnApplyTemplate">
  1122. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.GridSplitter" /> control when a new template is applied.</summary>
  1123. </member>
  1124. <member name="M:System.Windows.Controls.GridSplitter.OnCreateAutomationPeer">
  1125. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  1126. <returns>A <see cref="T:System.Windows.Automation.Peers.GridSplitterAutomationPeer" /> for the <see cref="T:System.Windows.Controls.GridSplitter" /> object.</returns>
  1127. </member>
  1128. <member name="P:System.Windows.Controls.GridSplitter.PreviewStyle">
  1129. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> that is used for previewing changes.</summary>
  1130. <returns>The style that is used to preview changes.</returns>
  1131. </member>
  1132. <member name="F:System.Windows.Controls.GridSplitter.PreviewStyleProperty">
  1133. <summary>Identifies the <see cref="P:System.Windows.Controls.GridSplitter.PreviewStyle" /> dependency property.</summary>
  1134. <returns>An identifier for the <see cref="P:System.Windows.Controls.GridSplitter.PreviewStyle" /> dependency property.</returns>
  1135. </member>
  1136. <member name="P:System.Windows.Controls.GridSplitter.ShowsPreview">
  1137. <summary>Gets or sets a value that indicates whether the <see cref="T:System.Windows.Controls.GridSplitter" /> displays a preview.</summary>
  1138. <returns>true if a preview is displayed; otherwise, false.</returns>
  1139. </member>
  1140. <member name="F:System.Windows.Controls.GridSplitter.ShowsPreviewProperty">
  1141. <summary>Identifies the <see cref="P:System.Windows.Controls.GridSplitter.ShowsPreview" /> dependency property.</summary>
  1142. <returns>An identifier for the <see cref="P:System.Windows.Controls.GridSplitter.ShowsPreview" /> dependency property.</returns>
  1143. </member>
  1144. <member name="T:System.Windows.Controls.HeaderedItemsControl">
  1145. <summary>Represents a control that contains a header and collection of items.</summary>
  1146. </member>
  1147. <member name="M:System.Windows.Controls.HeaderedItemsControl.#ctor">
  1148. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.HeaderedItemsControl" /> class.</summary>
  1149. </member>
  1150. <member name="P:System.Windows.Controls.HeaderedItemsControl.Header">
  1151. <summary>Gets or sets the item that labels the control. </summary>
  1152. <returns>The item that labels the control. The default value is null. </returns>
  1153. </member>
  1154. <member name="F:System.Windows.Controls.HeaderedItemsControl.HeaderProperty">
  1155. <summary>Identifies the <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" /> dependency property.</summary>
  1156. <returns>The identifier for the <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" /> dependency property.</returns>
  1157. </member>
  1158. <member name="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate">
  1159. <summary>Gets or sets a data template that is used to display the contents of the control's <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" />.</summary>
  1160. <returns>Gets or sets a data template that is used to display the contents of the control's header. The default is null.</returns>
  1161. </member>
  1162. <member name="F:System.Windows.Controls.HeaderedItemsControl.HeaderTemplateProperty">
  1163. <summary>Identifies the <see cref="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate" /> dependency property.</summary>
  1164. <returns>The identifier for the <see cref="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate" /> dependency property.</returns>
  1165. </member>
  1166. <member name="P:System.Windows.Controls.HeaderedItemsControl.ItemContainerStyle">
  1167. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the container element generated for each item.</summary>
  1168. <returns>The <see cref="T:System.Windows.Style" /> that is applied to the container element generated for each item. The default is null.</returns>
  1169. </member>
  1170. <member name="F:System.Windows.Controls.HeaderedItemsControl.ItemContainerStyleProperty">
  1171. <summary>Identifies the <see cref="P:System.Windows.Controls.HeaderedItemsControl.ItemContainerStyle" /> dependency property.</summary>
  1172. <returns>The identifier for the <see cref="P:System.Windows.Controls.HeaderedItemsControl.ItemContainerStyle" /> dependency property.</returns>
  1173. </member>
  1174. <member name="M:System.Windows.Controls.HeaderedItemsControl.OnApplyTemplate">
  1175. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.HeaderedItemsControl" /> when a new template is applied.</summary>
  1176. </member>
  1177. <member name="M:System.Windows.Controls.HeaderedItemsControl.OnHeaderChanged(System.Object,System.Object)">
  1178. <summary>Called when the value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" /> property changes.</summary>
  1179. <param name="oldHeader">The old value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" /> property.</param>
  1180. <param name="newHeader">The new value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.Header" /> property.</param>
  1181. </member>
  1182. <member name="M:System.Windows.Controls.HeaderedItemsControl.OnHeaderTemplateChanged(System.Windows.DataTemplate,System.Windows.DataTemplate)">
  1183. <summary>Called when the value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate" /> property changes.</summary>
  1184. <param name="oldHeaderTemplate">The old value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate" /> property.</param>
  1185. <param name="newHeaderTemplate">The new value of the <see cref="P:System.Windows.Controls.HeaderedItemsControl.HeaderTemplate" /> property.</param>
  1186. </member>
  1187. <member name="M:System.Windows.Controls.HeaderedItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
  1188. <summary>Prepares the specified element to display the specified item.</summary>
  1189. <param name="element">The container element used to display the specified item.</param>
  1190. <param name="item">The content to display.</param>
  1191. </member>
  1192. <member name="T:System.Windows.Controls.RoutedPropertyChangingEventArgs`1">
  1193. <summary>Provides event data for various routed events that track property values changing. Typically the events denote a cancellable action.</summary>
  1194. <typeparam name="T">The type of the value for the dependency property that is changing.</typeparam>
  1195. </member>
  1196. <member name="M:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.#ctor(System.Windows.DependencyProperty,`0,`0,System.Boolean)">
  1197. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.RoutedPropertyChangingEventArgs`1" /> class,</summary>
  1198. <param name="property">The <see cref="T:System.Windows.DependencyProperty" /> identifier for the property that is changing.</param>
  1199. <param name="oldValue">The previous value of the property.</param>
  1200. <param name="newValue">The new value of the property, assuming that the property change is not cancelled.</param>
  1201. <param name="isCancelable">true if the property change is cancellable by setting <see cref="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.Cancel" /> to true in event handling. false if the property change is not cancellable.</param>
  1202. </member>
  1203. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.Cancel">
  1204. <summary>Gets or sets a value that determines whether the property change that originated the RoutedPropertyChanging event should be cancelled.</summary>
  1205. <returns>true to cancel the property change; this resets the property to <see cref="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.OldValue" />. false to not cancel the property change; the value changes to <see cref="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.NewValue" />.</returns>
  1206. <exception cref="T:System.InvalidOperationException">Attempted to cancel in an instance where <see cref="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.IsCancelable" /> is false.</exception>
  1207. </member>
  1208. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.InCoercion">
  1209. <summary>Gets or sets a value indicating whether internal value coercion is acting on the property change that originated the RoutedPropertyChanging event.</summary>
  1210. <returns>true if coercion is active. false if coercion is not active.</returns>
  1211. </member>
  1212. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.IsCancelable">
  1213. <summary>Gets a value indicating whether the property change that originated the RoutedPropertyChanging event is cancellable.</summary>
  1214. <returns>true if the property change is cancellable. false if the property change is not cancellable.</returns>
  1215. </member>
  1216. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.NewValue">
  1217. <summary>Gets a value that reports the new value of the changing property, assuming that the property change is not cancelled.</summary>
  1218. <returns>The new value of the changing property.</returns>
  1219. </member>
  1220. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.OldValue">
  1221. <summary>Gets a value that reports the previous value of the changing property.</summary>
  1222. <returns>The previous value of the changing property.</returns>
  1223. </member>
  1224. <member name="P:System.Windows.Controls.RoutedPropertyChangingEventArgs`1.Property">
  1225. <summary>Gets the <see cref="T:System.Windows.DependencyProperty" /> identifier for the property that is changing.</summary>
  1226. <returns>The <see cref="T:System.Windows.DependencyProperty" /> identifier for the property that is changing.</returns>
  1227. </member>
  1228. <member name="T:System.Windows.Controls.RoutedPropertyChangingEventHandler`1">
  1229. <summary>Represents methods that handle various routed events that track property values changing. Typically the events denote a cancellable action.</summary>
  1230. <param name="sender">The object where the initiating property is changing.</param>
  1231. <param name="e">Event data for the event,</param>
  1232. <typeparam name="T">The type of the value for the dependency property that is changing.</typeparam>
  1233. </member>
  1234. <member name="T:System.Windows.Controls.SelectedDatesCollection">
  1235. <summary>Represents a set of selected dates in a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  1236. </member>
  1237. <member name="M:System.Windows.Controls.SelectedDatesCollection.#ctor(System.Windows.Controls.Calendar)">
  1238. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.SelectedDatesCollection" /> class. </summary>
  1239. <param name="owner">The <see cref="T:System.Windows.Controls.Calendar" /> associated with this object.</param>
  1240. </member>
  1241. <member name="M:System.Windows.Controls.SelectedDatesCollection.AddRange(System.DateTime,System.DateTime)">
  1242. <summary>Adds all the dates in the specified range, which includes the first and last dates, to the collection.</summary>
  1243. <param name="start">The first date to add to the collection.</param>
  1244. <param name="end">The last date to add to the collection.</param>
  1245. </member>
  1246. <member name="T:System.Windows.Controls.TabControl">
  1247. <summary>Represents a control that contains multiple items that share the same space on the screen.</summary>
  1248. </member>
  1249. <member name="M:System.Windows.Controls.TabControl.#ctor">
  1250. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.TabControl" /> class. </summary>
  1251. </member>
  1252. <member name="M:System.Windows.Controls.TabControl.OnApplyTemplate">
  1253. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.TabControl" /> when a new template is applied.</summary>
  1254. </member>
  1255. <member name="M:System.Windows.Controls.TabControl.OnCreateAutomationPeer">
  1256. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  1257. <returns>A <see cref="T:System.Windows.Automation.Peers.TabControlAutomationPeer" /> for the <see cref="T:System.Windows.Controls.TabControl" /> object.</returns>
  1258. </member>
  1259. <member name="M:System.Windows.Controls.TabControl.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
  1260. <param name="e">Data used by the event.</param>
  1261. </member>
  1262. <member name="M:System.Windows.Controls.TabControl.OnKeyDown(System.Windows.Input.KeyEventArgs)">
  1263. <param name="e">Data used by the event.</param>
  1264. </member>
  1265. <member name="M:System.Windows.Controls.TabControl.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
  1266. <summary>Raises the <see cref="E:System.Windows.Controls.TabControl.SelectionChanged" /> event.</summary>
  1267. <param name="args">Provides data for the <see cref="E:System.Windows.Controls.TabControl.SelectionChanged" /> event.</param>
  1268. </member>
  1269. <member name="P:System.Windows.Controls.TabControl.SelectedContent">
  1270. <summary>Gets the content of the currently selected <see cref="T:System.Windows.Controls.TabItem" />.</summary>
  1271. <returns>The content of the currently selected <see cref="T:System.Windows.Controls.TabItem" />. The default is null.</returns>
  1272. </member>
  1273. <member name="F:System.Windows.Controls.TabControl.SelectedContentProperty">
  1274. <summary>Identifies the <see cref="P:System.Windows.Controls.TabControl.SelectedContent" /> dependency property.</summary>
  1275. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabControl.SelectedContent" /> dependency property.</returns>
  1276. </member>
  1277. <member name="P:System.Windows.Controls.TabControl.SelectedIndex">
  1278. <summary>Gets or sets the index of the currently selected <see cref="T:System.Windows.Controls.TabItem" />.</summary>
  1279. <returns>The index of the currently selected <see cref="T:System.Windows.Controls.TabItem" />, or -1 if a <see cref="T:System.Windows.Controls.TabItem" /> is not selected.</returns>
  1280. </member>
  1281. <member name="F:System.Windows.Controls.TabControl.SelectedIndexProperty">
  1282. <summary>Identifies the <see cref="P:System.Windows.Controls.TabControl.SelectedIndex" /> dependency property.</summary>
  1283. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabControl.SelectedIndex" /> dependency property.</returns>
  1284. </member>
  1285. <member name="P:System.Windows.Controls.TabControl.SelectedItem">
  1286. <summary>Gets or sets the currently selected <see cref="T:System.Windows.Controls.TabItem" />.</summary>
  1287. <returns>The currently selected <see cref="T:System.Windows.Controls.TabItem" />, or null if a <see cref="T:System.Windows.Controls.TabItem" /> is not selected.</returns>
  1288. </member>
  1289. <member name="F:System.Windows.Controls.TabControl.SelectedItemProperty">
  1290. <summary>Identifies the <see cref="P:System.Windows.Controls.TabControl.SelectedItem" /> dependency property.</summary>
  1291. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabControl.SelectedItem" /> dependency property.</returns>
  1292. </member>
  1293. <member name="E:System.Windows.Controls.TabControl.SelectionChanged">
  1294. <summary>Occurs when the selected <see cref="T:System.Windows.Controls.TabItem" /> changes.</summary>
  1295. </member>
  1296. <member name="P:System.Windows.Controls.TabControl.TabStripPlacement">
  1297. <summary>Gets or sets how <see cref="T:System.Windows.Controls.TabItem" /> headers align relative to the <see cref="T:System.Windows.Controls.TabItem" /> content.</summary>
  1298. <returns>The alignment of <see cref="T:System.Windows.Controls.TabItem" /> headers relative to the <see cref="T:System.Windows.Controls.TabItem" /> content. The default is <see cref="F:System.Windows.Controls.Dock.Top" />.</returns>
  1299. </member>
  1300. <member name="F:System.Windows.Controls.TabControl.TabStripPlacementProperty">
  1301. <summary>Identifies the <see cref="P:System.Windows.Controls.TabControl.TabStripPlacement" /> dependency property.</summary>
  1302. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabControl.TabStripPlacement" /> dependency property.</returns>
  1303. </member>
  1304. <member name="T:System.Windows.Controls.TabItem">
  1305. <summary>Represents a selectable item in a <see cref="T:System.Windows.Controls.TabControl" />.</summary>
  1306. </member>
  1307. <member name="M:System.Windows.Controls.TabItem.#ctor">
  1308. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.TabItem" /> class. </summary>
  1309. </member>
  1310. <member name="P:System.Windows.Controls.TabItem.HasHeader">
  1311. <summary>Gets a value that indicates whether the <see cref="T:System.Windows.Controls.TabItem" /> has a header.</summary>
  1312. <returns>true if <see cref="P:System.Windows.Controls.TabItem.Header" /> is not null; otherwise, false.</returns>
  1313. </member>
  1314. <member name="F:System.Windows.Controls.TabItem.HasHeaderProperty">
  1315. <summary>Identifies the <see cref="P:System.Windows.Controls.TabItem.HasHeader" /> dependency property.</summary>
  1316. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabItem.HasHeader" /> dependency property.</returns>
  1317. </member>
  1318. <member name="P:System.Windows.Controls.TabItem.Header">
  1319. <summary>Gets or sets the header of the <see cref="T:System.Windows.Controls.TabItem" />.</summary>
  1320. <returns>The current header of the <see cref="T:System.Windows.Controls.TabItem" />.</returns>
  1321. </member>
  1322. <member name="F:System.Windows.Controls.TabItem.HeaderProperty">
  1323. <summary>Identifies the <see cref="P:System.Windows.Controls.TabItem.Header" /> dependency property.</summary>
  1324. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabItem.Header" /> dependency property.</returns>
  1325. </member>
  1326. <member name="P:System.Windows.Controls.TabItem.HeaderTemplate">
  1327. <summary>Gets or sets the template that is used to display the content of the <see cref="T:System.Windows.Controls.TabItem" /> header.</summary>
  1328. <returns>The current template that is used to display <see cref="T:System.Windows.Controls.TabItem" /> header content.</returns>
  1329. </member>
  1330. <member name="F:System.Windows.Controls.TabItem.HeaderTemplateProperty">
  1331. <summary>Identifies the <see cref="P:System.Windows.Controls.TabItem.HeaderTemplate" /> dependency property.</summary>
  1332. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabItem.HeaderTemplate" /> dependency property.</returns>
  1333. </member>
  1334. <member name="P:System.Windows.Controls.TabItem.IsFocused"></member>
  1335. <member name="F:System.Windows.Controls.TabItem.IsFocusedProperty">
  1336. <summary>Identifies the <see cref="P:System.Windows.Controls.TabItem.IsFocused" /> dependency property.</summary>
  1337. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabItem.IsFocused" /> dependency property.</returns>
  1338. </member>
  1339. <member name="P:System.Windows.Controls.TabItem.IsSelected">
  1340. <summary>Gets or sets a value that indicates whether the <see cref="T:System.Windows.Controls.TabItem" /> is currently selected.</summary>
  1341. <returns>true if the <see cref="T:System.Windows.Controls.TabItem" /> is selected; otherwise, false.</returns>
  1342. </member>
  1343. <member name="F:System.Windows.Controls.TabItem.IsSelectedProperty">
  1344. <summary>Identifies the <see cref="P:System.Windows.Controls.TabItem.IsSelected" /> dependency property.</summary>
  1345. <returns>The identifier for the <see cref="P:System.Windows.Controls.TabItem.IsSelected" /> dependency property.</returns>
  1346. </member>
  1347. <member name="M:System.Windows.Controls.TabItem.OnApplyTemplate">
  1348. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.TabItem" /> when a new template is applied.</summary>
  1349. </member>
  1350. <member name="M:System.Windows.Controls.TabItem.OnContentChanged(System.Object,System.Object)">
  1351. <param name="oldContent">The previous <see cref="T:System.Windows.Controls.TabItem" /> content.</param>
  1352. <param name="newContent">The new <see cref="T:System.Windows.Controls.TabItem" /> content.</param>
  1353. </member>
  1354. <member name="M:System.Windows.Controls.TabItem.OnCreateAutomationPeer">
  1355. <summary>Creates and returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> for this <see cref="T:System.Windows.Controls.TabItem" />.</summary>
  1356. <returns>An automation peer for this <see cref="T:System.Windows.Controls.TabItem" />.</returns>
  1357. </member>
  1358. <member name="M:System.Windows.Controls.TabItem.OnHeaderChanged(System.Object,System.Object)">
  1359. <summary>Called when the <see cref="P:System.Windows.Controls.TabItem.Header" /> property changes.</summary>
  1360. <param name="oldHeader">The previous value of the <see cref="P:System.Windows.Controls.TabItem.Header" /> property.</param>
  1361. <param name="newHeader">The new value of the <see cref="P:System.Windows.Controls.TabItem.Header" /> property.</param>
  1362. </member>
  1363. <member name="M:System.Windows.Controls.TabItem.OnHeaderTemplateChanged(System.Windows.DataTemplate,System.Windows.DataTemplate)">
  1364. <summary>Called when the <see cref="P:System.Windows.Controls.TabItem.HeaderTemplate" /> property changes.</summary>
  1365. <param name="oldHeaderTemplate">The previous value of the <see cref="P:System.Windows.Controls.TabItem.HeaderTemplate" /> property.</param>
  1366. <param name="newHeaderTemplate">The new value of the <see cref="P:System.Windows.Controls.TabItem.HeaderTemplate" /> property.</param>
  1367. </member>
  1368. <member name="M:System.Windows.Controls.TabItem.OnIsFocusChanged(System.Windows.DependencyPropertyChangedEventArgs)">
  1369. <param name="e">A <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> that contains the event data.</param>
  1370. </member>
  1371. <member name="M:System.Windows.Controls.TabItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
  1372. <param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
  1373. </member>
  1374. <member name="M:System.Windows.Controls.TabItem.OnSelected(System.Windows.RoutedEventArgs)">
  1375. <summary>Called to indicate that the <see cref="P:System.Windows.Controls.TabItem.IsSelected" /> property has changed to true.</summary>
  1376. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data. </param>
  1377. </member>
  1378. <member name="M:System.Windows.Controls.TabItem.OnUnselected(System.Windows.RoutedEventArgs)">
  1379. <summary>Called to indicate that the <see cref="P:System.Windows.Controls.TabItem.IsSelected" /> property has changed to false.</summary>
  1380. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data. </param>
  1381. </member>
  1382. <member name="P:System.Windows.Controls.TabItem.TabStripPlacement">
  1383. <summary>Gets the location of the tab strip relative to the <see cref="T:System.Windows.Controls.TabItem" /> content.</summary>
  1384. <returns>The location of the tab strip relative to the <see cref="T:System.Windows.Controls.TabItem" /> content.</returns>
  1385. </member>
  1386. <member name="T:System.Windows.Controls.TreeView">
  1387. <summary>Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.</summary>
  1388. </member>
  1389. <member name="M:System.Windows.Controls.TreeView.#ctor">
  1390. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.TreeView" /> class. </summary>
  1391. </member>
  1392. <member name="M:System.Windows.Controls.TreeView.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
  1393. <summary>Removes all templates, styles, and bindings for the object displayed as a <see cref="T:System.Windows.Controls.TreeViewItem" />.</summary>
  1394. <param name="element">The <see cref="T:System.Windows.Controls.TreeViewItem" /> element to clear.</param>
  1395. <param name="item">The item that is contained in the <see cref="T:System.Windows.Controls.TreeViewItem" />.</param>
  1396. </member>
  1397. <member name="M:System.Windows.Controls.TreeView.GetContainerForItemOverride">
  1398. <summary>Creates a <see cref="T:System.Windows.Controls.TreeViewItem" /> to display content.</summary>
  1399. <returns>A <see cref="T:System.Windows.Controls.TreeViewItem" /> to use as a container for content.</returns>
  1400. </member>
  1401. <member name="M:System.Windows.Controls.TreeView.IsItemItsOwnContainerOverride(System.Object)">
  1402. <summary>Determines whether the specified item is a <see cref="T:System.Windows.Controls.TreeViewItem" />, which is the default container for items in the <see cref="T:System.Windows.Controls.TreeView" /> control.</summary>
  1403. <returns>true if the item is a <see cref="T:System.Windows.Controls.TreeViewItem" />; otherwise, false,</returns>
  1404. <param name="item">The object to evaluate.</param>
  1405. </member>
  1406. <member name="P:System.Windows.Controls.TreeView.ItemContainerStyle">
  1407. <summary>Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the container element generated for each item.</summary>
  1408. <returns>The <see cref="T:System.Windows.Style" /> applied to the container element that contains each item.</returns>
  1409. </member>
  1410. <member name="F:System.Windows.Controls.TreeView.ItemContainerStyleProperty">
  1411. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeView.ItemContainerStyle" /> dependency property.</summary>
  1412. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeView.ItemContainerStyle" /> dependency property.</returns>
  1413. </member>
  1414. <member name="M:System.Windows.Controls.TreeView.OnApplyTemplate">
  1415. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.TreeView" /> control when a new control template is applied.</summary>
  1416. </member>
  1417. <member name="M:System.Windows.Controls.TreeView.OnCreateAutomationPeer">
  1418. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  1419. <returns>A <see cref="T:System.Windows.Automation.Peers.TreeViewAutomationPeer" /> for the <see cref="T:System.Windows.Controls.TreeView" /> control.</returns>
  1420. </member>
  1421. <member name="M:System.Windows.Controls.TreeView.OnGotFocus(System.Windows.RoutedEventArgs)">
  1422. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.GotFocus" /> event.</summary>
  1423. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1424. </member>
  1425. <member name="M:System.Windows.Controls.TreeView.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
  1426. <summary>Makes adjustments to the <see cref="T:System.Windows.Controls.TreeView" /> control when the value of the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
  1427. <param name="e">A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs" /> that contains data about the change. </param>
  1428. </member>
  1429. <member name="M:System.Windows.Controls.TreeView.OnKeyDown(System.Windows.Input.KeyEventArgs)">
  1430. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event when a key is pressed while the control has focus.</summary>
  1431. <param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
  1432. <exception cref="T:System.ArgumentNullException">
  1433. <paramref name="e " />is null.</exception>
  1434. </member>
  1435. <member name="M:System.Windows.Controls.TreeView.OnKeyUp(System.Windows.Input.KeyEventArgs)">
  1436. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.KeyUp" /> event.</summary>
  1437. <param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
  1438. </member>
  1439. <member name="M:System.Windows.Controls.TreeView.OnLostFocus(System.Windows.RoutedEventArgs)">
  1440. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.LostFocus" /> event.</summary>
  1441. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1442. </member>
  1443. <member name="M:System.Windows.Controls.TreeView.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
  1444. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseEnter" /> event.</summary>
  1445. <param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data. </param>
  1446. </member>
  1447. <member name="M:System.Windows.Controls.TreeView.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
  1448. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeave" /> event.</summary>
  1449. <param name="e">
  1450. <see cref="T:System.Windows.Input.MouseEventArgs" />
  1451. </param>
  1452. </member>
  1453. <member name="M:System.Windows.Controls.TreeView.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
  1454. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> event.</summary>
  1455. <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
  1456. </member>
  1457. <member name="M:System.Windows.Controls.TreeView.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
  1458. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> event.</summary>
  1459. <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
  1460. </member>
  1461. <member name="M:System.Windows.Controls.TreeView.OnMouseMove(System.Windows.Input.MouseEventArgs)">
  1462. <summary>Provided handling for the <see cref="E:System.Windows.UIElement.MouseMove" /> event.</summary>
  1463. <param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
  1464. </member>
  1465. <member name="M:System.Windows.Controls.TreeView.OnSelectedItemChanged(System.Windows.RoutedPropertyChangedEventArgs{System.Object})">
  1466. <summary>Raises the <see cref="E:System.Windows.Controls.TreeView.SelectedItemChanged" /> event when the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property value changes.</summary>
  1467. <param name="e">A <see cref="T:System.Windows.RoutedPropertyChangedEventArgs`1" /> that contains the event data.</param>
  1468. </member>
  1469. <member name="M:System.Windows.Controls.TreeView.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
  1470. <summary>Prepares the container element to display the specified item.</summary>
  1471. <param name="element">The container element used to display the specified item.</param>
  1472. <param name="item">The item to display.</param>
  1473. </member>
  1474. <member name="P:System.Windows.Controls.TreeView.SelectedItem">
  1475. <summary>Gets the selected item in a <see cref="T:System.Windows.Controls.TreeView" />.</summary>
  1476. <returns>The currently selected item or null if no item is selected. The default value is null.</returns>
  1477. </member>
  1478. <member name="E:System.Windows.Controls.TreeView.SelectedItemChanged">
  1479. <summary>Occurs when the value of the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property changes.</summary>
  1480. </member>
  1481. <member name="F:System.Windows.Controls.TreeView.SelectedItemProperty">
  1482. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> dependency property.</summary>
  1483. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property.</returns>
  1484. </member>
  1485. <member name="P:System.Windows.Controls.TreeView.SelectedValue">
  1486. <summary>Gets the value of the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property that is specified by the <see cref="P:System.Windows.Controls.TreeView.SelectedValuePath" /> property.</summary>
  1487. <returns>The value of the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property that is specified by the <see cref="P:System.Windows.Controls.TreeView.SelectedValuePath" /> property, or null if no item is selected. The default value is null.</returns>
  1488. </member>
  1489. <member name="P:System.Windows.Controls.TreeView.SelectedValuePath">
  1490. <summary>Gets or sets the property path that is used to get the <see cref="P:System.Windows.Controls.TreeView.SelectedValue" /> property of the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property in a <see cref="T:System.Windows.Controls.TreeView" />.</summary>
  1491. <returns>The property path that is used to get the <see cref="P:System.Windows.Controls.TreeView.SelectedValue" /> property of the <see cref="P:System.Windows.Controls.TreeView.SelectedItem" /> property in a <see cref="T:System.Windows.Controls.TreeView" />. The default value is <see cref="F:System.String.Empty" />.</returns>
  1492. </member>
  1493. <member name="F:System.Windows.Controls.TreeView.SelectedValuePathProperty">
  1494. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeView.SelectedValuePath" /> dependency property.</summary>
  1495. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeView.SelectedValuePath" /> dependency property.</returns>
  1496. </member>
  1497. <member name="F:System.Windows.Controls.TreeView.SelectedValueProperty">
  1498. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeView.SelectedValue" /> dependency property.</summary>
  1499. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeView.SelectedValue" /> dependency property. </returns>
  1500. </member>
  1501. <member name="T:System.Windows.Controls.TreeViewItem">
  1502. <summary>Provides a selectable item for the <see cref="T:System.Windows.Controls.TreeView" /> control.</summary>
  1503. </member>
  1504. <member name="M:System.Windows.Controls.TreeViewItem.#ctor">
  1505. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.TreeViewItem" /> class.</summary>
  1506. </member>
  1507. <member name="M:System.Windows.Controls.TreeViewItem.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
  1508. <summary>Removes all templates, styles, and bindings for the object displayed as a <see cref="T:System.Windows.Controls.TreeViewItem" />.</summary>
  1509. <param name="element">The <see cref="T:System.Windows.Controls.TreeViewItem" /> element to clear.</param>
  1510. <param name="item">The item that is contained in the <see cref="T:System.Windows.Controls.TreeViewItem" />.</param>
  1511. </member>
  1512. <member name="E:System.Windows.Controls.TreeViewItem.Collapsed">
  1513. <summary>Occurs when the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> property changes from true to false.</summary>
  1514. </member>
  1515. <member name="E:System.Windows.Controls.TreeViewItem.Expanded">
  1516. <summary>Occurs when the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> property changes from false to true.</summary>
  1517. </member>
  1518. <member name="M:System.Windows.Controls.TreeViewItem.GetContainerForItemOverride">
  1519. <summary>Creates a <see cref="T:System.Windows.Controls.TreeViewItem" /> to display content.</summary>
  1520. <returns>A <see cref="T:System.Windows.Controls.TreeViewItem" /> to use as a container for content.</returns>
  1521. </member>
  1522. <member name="P:System.Windows.Controls.TreeViewItem.HasItems">
  1523. <summary>Gets a value that indicates whether this <see cref="T:System.Windows.Controls.TreeViewItem" /> contains items.</summary>
  1524. <returns>true if this <see cref="T:System.Windows.Controls.TreeViewItem" /> contains items; otherwise, false. The default is false.</returns>
  1525. </member>
  1526. <member name="F:System.Windows.Controls.TreeViewItem.HasItemsProperty">
  1527. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeViewItem.HasItems" /> dependency property.</summary>
  1528. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeViewItem.HasItems" /> dependency property.</returns>
  1529. </member>
  1530. <member name="P:System.Windows.Controls.TreeViewItem.IsExpanded">
  1531. <summary>Gets or sets a value that indicates whether the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> contained by this <see cref="T:System.Windows.Controls.TreeViewItem" /> are expanded or collapsed.</summary>
  1532. <returns>true to indicate the contents of the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection are expanded; false to indicate the items are collapsed. The default is false.</returns>
  1533. </member>
  1534. <member name="F:System.Windows.Controls.TreeViewItem.IsExpandedProperty">
  1535. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> dependency property.</summary>
  1536. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> dependency property.</returns>
  1537. </member>
  1538. <member name="M:System.Windows.Controls.TreeViewItem.IsItemItsOwnContainerOverride(System.Object)">
  1539. <summary>Determines whether an object is a <see cref="T:System.Windows.Controls.TreeViewItem" />.</summary>
  1540. <returns>true if <paramref name="item" /> is a <see cref="T:System.Windows.Controls.TreeViewItem" />; otherwise, false.</returns>
  1541. <param name="item">The object to evaluate.</param>
  1542. </member>
  1543. <member name="P:System.Windows.Controls.TreeViewItem.IsSelected">
  1544. <summary>Gets or sets a value that indicates whether this <see cref="T:System.Windows.Controls.TreeViewItem" /> is selected.</summary>
  1545. <returns>true if this <see cref="T:System.Windows.Controls.TreeViewItem" /> is selected; otherwise, false. The default is false.</returns>
  1546. </member>
  1547. <member name="F:System.Windows.Controls.TreeViewItem.IsSelectedProperty">
  1548. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> dependency property.</summary>
  1549. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> dependency property.</returns>
  1550. </member>
  1551. <member name="P:System.Windows.Controls.TreeViewItem.IsSelectionActive">
  1552. <summary>Gets a value that indicates whether the <see cref="T:System.Windows.Controls.TreeViewItem" /> has focus.</summary>
  1553. <returns>true if this <see cref="T:System.Windows.Controls.TreeViewItem" /> has focus; otherwise, false. The default is false.</returns>
  1554. </member>
  1555. <member name="F:System.Windows.Controls.TreeViewItem.IsSelectionActiveProperty">
  1556. <summary>Identifies the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelectionActive" /> dependency property.</summary>
  1557. <returns>The identifier for the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelectionActive" /> dependency property.</returns>
  1558. </member>
  1559. <member name="M:System.Windows.Controls.TreeViewItem.OnApplyTemplate">
  1560. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.TreeViewItem" /> control when a new control template is applied.</summary>
  1561. </member>
  1562. <member name="M:System.Windows.Controls.TreeViewItem.OnCollapsed(System.Windows.RoutedEventArgs)">
  1563. <summary>Raises a <see cref="E:System.Windows.Controls.TreeViewItem.Collapsed" /> event when the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> property changes from true to false.</summary>
  1564. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1565. </member>
  1566. <member name="M:System.Windows.Controls.TreeViewItem.OnCreateAutomationPeer">
  1567. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  1568. <returns>A <see cref="T:System.Windows.Automation.Peers.TreeViewItemAutomationPeer" /> object for the <see cref="T:System.Windows.Controls.TreeViewItem" />.</returns>
  1569. </member>
  1570. <member name="M:System.Windows.Controls.TreeViewItem.OnExpanded(System.Windows.RoutedEventArgs)">
  1571. <summary>Raises an <see cref="E:System.Windows.Controls.TreeViewItem.Expanded" /> event when the <see cref="P:System.Windows.Controls.TreeViewItem.IsExpanded" /> property changes from false to true.</summary>
  1572. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1573. </member>
  1574. <member name="M:System.Windows.Controls.TreeViewItem.OnGotFocus(System.Windows.RoutedEventArgs)">
  1575. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.GotFocus" /> event.</summary>
  1576. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1577. </member>
  1578. <member name="M:System.Windows.Controls.TreeViewItem.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
  1579. <summary>Makes adjustments to the <see cref="T:System.Windows.Controls.TreeViewItem" /> when the value of the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes. </summary>
  1580. <param name="e">A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs" /> that contains data about the change.</param>
  1581. </member>
  1582. <member name="M:System.Windows.Controls.TreeViewItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
  1583. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event when the <see cref="T:System.Windows.Controls.TreeViewItem" /> has focus.</summary>
  1584. <param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
  1585. </member>
  1586. <member name="M:System.Windows.Controls.TreeViewItem.OnKeyUp(System.Windows.Input.KeyEventArgs)">
  1587. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.KeyUp" /> event.</summary>
  1588. <param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
  1589. </member>
  1590. <member name="M:System.Windows.Controls.TreeViewItem.OnLostFocus(System.Windows.RoutedEventArgs)">
  1591. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.LostFocus" /> event.</summary>
  1592. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1593. </member>
  1594. <member name="M:System.Windows.Controls.TreeViewItem.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
  1595. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseEnter" /> event.</summary>
  1596. <param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
  1597. </member>
  1598. <member name="M:System.Windows.Controls.TreeViewItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
  1599. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeave" /> event.</summary>
  1600. <param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
  1601. </member>
  1602. <member name="M:System.Windows.Controls.TreeViewItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
  1603. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> event.</summary>
  1604. <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
  1605. </member>
  1606. <member name="M:System.Windows.Controls.TreeViewItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
  1607. <summary>Provides handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> event.</summary>
  1608. <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
  1609. </member>
  1610. <member name="M:System.Windows.Controls.TreeViewItem.OnSelected(System.Windows.RoutedEventArgs)">
  1611. <summary>Raises the <see cref="E:System.Windows.Controls.TreeViewItem.Selected" /> event when the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> property changes from false to true.</summary>
  1612. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1613. </member>
  1614. <member name="M:System.Windows.Controls.TreeViewItem.OnUnselected(System.Windows.RoutedEventArgs)">
  1615. <summary>Raises the <see cref="E:System.Windows.Controls.TreeViewItem.Unselected" /> event when the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> property changes from true to false.</summary>
  1616. <param name="e">A <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param>
  1617. </member>
  1618. <member name="M:System.Windows.Controls.TreeViewItem.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
  1619. <summary>Prepares the specified container element to display the specified item.</summary>
  1620. <param name="element">Container element used to display the specified item.</param>
  1621. <param name="item">The item to display.</param>
  1622. </member>
  1623. <member name="E:System.Windows.Controls.TreeViewItem.Selected">
  1624. <summary>Occurs when the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> property of a <see cref="T:System.Windows.Controls.TreeViewItem" /> changes from false to true.</summary>
  1625. </member>
  1626. <member name="E:System.Windows.Controls.TreeViewItem.Unselected">
  1627. <summary>Occurs when the <see cref="P:System.Windows.Controls.TreeViewItem.IsSelected" /> property of a <see cref="T:System.Windows.Controls.TreeViewItem" /> changes from true to false.</summary>
  1628. </member>
  1629. <member name="T:System.Windows.Controls.Primitives.CalendarButton">
  1630. <summary>Represents a button on a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  1631. </member>
  1632. <member name="M:System.Windows.Controls.Primitives.CalendarButton.#ctor">
  1633. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> class. </summary>
  1634. </member>
  1635. <member name="E:System.Windows.Controls.Primitives.CalendarButton.CalendarButtonMouseDown"></member>
  1636. <member name="E:System.Windows.Controls.Primitives.CalendarButton.CalendarButtonMouseUp"></member>
  1637. <member name="M:System.Windows.Controls.Primitives.CalendarButton.OnApplyTemplate">
  1638. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Primitives.CalendarButton" /> when a new template is applied.</summary>
  1639. </member>
  1640. <member name="T:System.Windows.Controls.Primitives.CalendarDayButton">
  1641. <summary>Represents a day on a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  1642. </member>
  1643. <member name="M:System.Windows.Controls.Primitives.CalendarDayButton.#ctor">
  1644. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> class. </summary>
  1645. </member>
  1646. <member name="E:System.Windows.Controls.Primitives.CalendarDayButton.CalendarDayButtonMouseDown"></member>
  1647. <member name="E:System.Windows.Controls.Primitives.CalendarDayButton.CalendarDayButtonMouseUp"></member>
  1648. <member name="M:System.Windows.Controls.Primitives.CalendarDayButton.OnApplyTemplate">
  1649. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Primitives.CalendarDayButton" /> when a new template is applied.</summary>
  1650. </member>
  1651. <member name="T:System.Windows.Controls.Primitives.CalendarItem">
  1652. <summary>Represents the currently displayed month or year on a <see cref="T:System.Windows.Controls.Calendar" />.</summary>
  1653. </member>
  1654. <member name="M:System.Windows.Controls.Primitives.CalendarItem.#ctor">
  1655. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Primitives.CalendarItem" /> class. </summary>
  1656. </member>
  1657. <member name="M:System.Windows.Controls.Primitives.CalendarItem.OnApplyTemplate">
  1658. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Primitives.CalendarItem" /> when a new template is applied.</summary>
  1659. </member>
  1660. <member name="T:System.Windows.Controls.Primitives.DatePickerTextBox">
  1661. <summary>Represents the text input of a <see cref="T:System.Windows.Controls.DatePicker" />. </summary>
  1662. </member>
  1663. <member name="M:System.Windows.Controls.Primitives.DatePickerTextBox.#ctor">
  1664. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Primitives.DatePickerTextBox" /> class. </summary>
  1665. </member>
  1666. <member name="M:System.Windows.Controls.Primitives.DatePickerTextBox.OnApplyTemplate">
  1667. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Primitives.DatePickerTextBox" /> when a new template is applied.</summary>
  1668. </member>
  1669. <member name="P:System.Windows.Controls.Primitives.DatePickerTextBox.Watermark">
  1670. <summary>Gets or sets the content displayed as a watermark in the <see cref="T:System.Windows.Controls.Primitives.DatePickerTextBox" /> when it is empty.</summary>
  1671. <returns>The content displayed as a watermark in the <see cref="T:System.Windows.Controls.Primitives.DatePickerTextBox" /> when it is empty.</returns>
  1672. </member>
  1673. <member name="F:System.Windows.Controls.Primitives.DatePickerTextBox.WatermarkProperty">
  1674. <summary>Indentifies the <see cref="P:System.Windows.Controls.Primitives.DatePickerTextBox.Watermark" /> dependency property.</summary>
  1675. </member>
  1676. <member name="T:System.Windows.Controls.Primitives.TabPanel">
  1677. <summary>Handles the layout of <see cref="T:System.Windows.Controls.TabItem" /> objects on a <see cref="T:System.Windows.Controls.TabControl" />.</summary>
  1678. </member>
  1679. <member name="M:System.Windows.Controls.Primitives.TabPanel.#ctor">
  1680. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Primitives.TabPanel" /> class. </summary>
  1681. </member>
  1682. <member name="M:System.Windows.Controls.Primitives.TabPanel.ArrangeOverride(System.Windows.Size)">
  1683. <summary>Arranges and sizes the content of a <see cref="T:System.Windows.Controls.Primitives.TabPanel" /> object.</summary>
  1684. <returns>The size of the arranged control.</returns>
  1685. <param name="finalSize">The size that a tab panel uses to position child elements.</param>
  1686. </member>
  1687. <member name="M:System.Windows.Controls.Primitives.TabPanel.MeasureOverride(System.Windows.Size)">
  1688. <summary>Called when remeasuring the control is required.</summary>
  1689. <returns>The measured size of the control.</returns>
  1690. <param name="availableSize">Constraint size as an upper limit. The return value should not exceed this size.</param>
  1691. </member>
  1692. </members>
  1693. </doc>