PageRenderTime 47ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 1ms

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

#
XML | 2408 lines | 2408 code | 0 blank | 0 comment | 0 complexity | 2cd37557546a6b2c26a70de4efb92aae MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Windows.Controls.Data</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.ComponentModel.InvalidEnumArgumentException">
  8. <summary>The exception that is thrown when you pass an enumeration value that is not valid as a method argument. </summary>
  9. </member>
  10. <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor">
  11. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException" /> class without a message.</summary>
  12. </member>
  13. <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String)">
  14. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException" /> with the specified error message. </summary>
  15. <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
  16. </member>
  17. <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Exception)">
  18. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException" /> class with the specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  19. <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
  20. <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
  21. </member>
  22. <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Int32,System.Type)">
  23. <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException" /> class with the specified argument name, value, and type. </summary>
  24. <param name="argumentName">The name of the argument that is not valid.</param>
  25. <param name="invalidValue">The argument value that is not valid.</param>
  26. <param name="enumClass">The expected enumeration type.</param>
  27. </member>
  28. <member name="T:System.Windows.Automation.Peers.DataGridAutomationPeer">
  29. <summary>Exposes <see cref="T:System.Windows.Controls.DataGrid" /> types to UI automation.</summary>
  30. </member>
  31. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.#ctor(System.Windows.Controls.DataGrid)">
  32. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" /> class.</summary>
  33. <param name="owner">The <see cref="T:System.Windows.Controls.DataGrid" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />.</param>
  34. </member>
  35. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.GetAutomationControlTypeCore">
  36. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  37. <returns>A value of the enumeration.</returns>
  38. </member>
  39. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.GetChildrenCore">
  40. <summary>Gets the collection of child elements of the <see cref="T:System.Windows.Controls.DataGrid" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
  41. <returns>The collection of child elements.</returns>
  42. </member>
  43. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.GetClassNameCore">
  44. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  45. <returns>A string value that represents the type of the data grid.</returns>
  46. </member>
  47. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.GetNameCore">
  48. <summary>Gets the name of the class of the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  49. <returns>The text label from the base implementation; otherwise, from the <paramref name="owner" /> value.</returns>
  50. </member>
  51. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  52. <summary>Gets the control pattern interface implementation for this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />.</summary>
  53. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  54. <param name="patternInterface">One of the enumeration values.</param>
  55. </member>
  56. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IGridProvider#ColumnCount">
  57. <summary>Gets the total number of columns in a grid.</summary>
  58. <returns>The total number of columns in a grid.</returns>
  59. </member>
  60. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IGridProvider#GetItem(System.Int32,System.Int32)">
  61. <summary>Retrieves the UI automation provider for the specified cell.</summary>
  62. <returns>The UI automation provider for the specified cell.</returns>
  63. <param name="row">The ordinal number of the row of interest.</param>
  64. <param name="column">The ordinal number of the column of interest.</param>
  65. </member>
  66. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IGridProvider#RowCount">
  67. <summary>Gets the total number of rows in a grid.</summary>
  68. <returns>The total number of rows in a grid.</returns>
  69. </member>
  70. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#HorizontallyScrollable">
  71. <summary>Gets a value that indicates whether the control can scroll horizontally.</summary>
  72. <returns>true if the control can scroll vertically; otherwise, false. </returns>
  73. </member>
  74. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#HorizontalScrollPercent">
  75. <summary>Gets the current horizontal scroll position.</summary>
  76. <returns>The horizontal scroll position as a percentage of the total content area within the control.</returns>
  77. </member>
  78. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#HorizontalViewSize">
  79. <summary>Gets the current horizontal view size.</summary>
  80. <returns>The horizontal size of the viewable region as a percentage of the total content area within the control.</returns>
  81. </member>
  82. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#Scroll(System.Windows.Automation.ScrollAmount,System.Windows.Automation.ScrollAmount)">
  83. <summary>Scrolls the visible region of the content area horizontally and vertically.</summary>
  84. <param name="horizontalAmount">The horizontal increment specific to the control.</param>
  85. <param name="verticalAmount">The vertical increment specific to the control.</param>
  86. </member>
  87. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#SetScrollPercent(System.Double,System.Double)">
  88. <summary>Sets the horizontal and vertical scroll position as a percentage of the total content area within the control.</summary>
  89. <param name="horizontalPercent">The horizontal position as a percentage of the content area's total range.</param>
  90. <param name="verticalPercent">The vertical position as a percentage of the content area's total range.</param>
  91. </member>
  92. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#VerticallyScrollable">
  93. <summary>Gets a value that indicates whether the control can scroll vertically.</summary>
  94. <returns>true if the control can scroll vertically; otherwise, false. </returns>
  95. </member>
  96. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#VerticalScrollPercent">
  97. <summary>Gets the current vertical scroll position.</summary>
  98. <returns>The vertical scroll position as a percentage of the total content area within the control.</returns>
  99. </member>
  100. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#IScrollProvider#VerticalViewSize">
  101. <summary>Gets the vertical view size.</summary>
  102. <returns>The vertical size of the viewable region as a percentage of the total content area within the control. </returns>
  103. </member>
  104. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
  105. <summary>Gets a value that indicates whether the UI automation provider allows more than one child element to be selected concurrently.</summary>
  106. <returns>true if multiple selection is allowed; otherwise, false. </returns>
  107. </member>
  108. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
  109. <summary>Retrieves a UI automation provider for each child element that is selected.</summary>
  110. <returns>A collection of UI automation providers. </returns>
  111. </member>
  112. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
  113. <summary>Gets a value that indicates whether the UI automation provider requires at least one child element to be selected.</summary>
  114. <returns>true if multiple selection is allowed; otherwise, false. </returns>
  115. </member>
  116. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ITableProvider#GetColumnHeaders">
  117. <summary>Gets a collection of UI automation providers that represents all the column headers in a table.</summary>
  118. <returns>A collection of UI automation providers. </returns>
  119. </member>
  120. <member name="M:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ITableProvider#GetRowHeaders">
  121. <summary>Retrieves a collection of UI automation providers that represents all row headers in the table.</summary>
  122. <returns>A collection of UI automation providers. </returns>
  123. </member>
  124. <member name="P:System.Windows.Automation.Peers.DataGridAutomationPeer.System#Windows#Automation#Provider#ITableProvider#RowOrColumnMajor">
  125. <summary>Retrieves the primary direction of traversal for the table.</summary>
  126. <returns>A value of the enumeration.</returns>
  127. </member>
  128. <member name="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer">
  129. <summary>Exposes <see cref="T:System.Windows.Controls.DataGridCell" /> types to UI automation.</summary>
  130. </member>
  131. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.#ctor(System.Windows.Controls.DataGridCell)">
  132. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" /> class.</summary>
  133. <param name="owner">The <see cref="T:System.Windows.Controls.DataGridCell" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" />.</param>
  134. </member>
  135. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.GetAutomationControlTypeCore">
  136. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  137. <returns>A value of the enumeration.</returns>
  138. </member>
  139. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.GetClassNameCore">
  140. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  141. <returns>A string value that represents the type of the data grid cell.</returns>
  142. </member>
  143. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.GetNameCore">
  144. <summary>Gets the text label of the <see cref="T:System.Windows.Controls.DataGridCell" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  145. <returns>The text label of the element that is associated with this automation peer.</returns>
  146. </member>
  147. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  148. <summary>Gets the control pattern for this <see cref="T:System.Windows.Automation.Peers.DataGridCellAutomationPeer" />.</summary>
  149. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  150. <param name="patternInterface">One of the enumeration values.</param>
  151. </member>
  152. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.IsKeyboardFocusableCore">
  153. <summary>Retrieves a value that indicates whether the data grid cell can accept keyboard focus</summary>
  154. <returns>true if the element can accept keyboard focus; otherwise, false. The default implementation returns true in all cases.</returns>
  155. </member>
  156. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Column">
  157. <summary>Gets the ordinal number of the column that contains the cell or item.</summary>
  158. <returns>A zero-based ordinal number that identifies the column containing the cell or item. </returns>
  159. </member>
  160. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ColumnSpan">
  161. <summary>Gets the number of columns spanned by a cell or item.</summary>
  162. <returns>The number of columns spanned. </returns>
  163. </member>
  164. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#ContainingGrid">
  165. <summary>Gets a UI Automation provider that implements <see cref="T:System.Windows.Automation.Provider.IGridProvider" /> and represents the container of the cell or item.</summary>
  166. <returns>A UI Automation provider that implements the GridPattern control pattern and represents the cell or item container. </returns>
  167. </member>
  168. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#Row">
  169. <summary>Gets the ordinal number of the row that contains the cell or item.</summary>
  170. <returns>A zero-based ordinal number that identifies the row containing the cell or item. </returns>
  171. </member>
  172. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IGridItemProvider#RowSpan">
  173. <summary>Gets the number of rows spanned by a cell or item.</summary>
  174. <returns>The number of rows spanned. </returns>
  175. </member>
  176. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
  177. <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
  178. </member>
  179. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
  180. <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
  181. </member>
  182. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
  183. <summary>Adds the current element to the collection of selected items.</summary>
  184. </member>
  185. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
  186. <summary>Gets a value that indicates whether an item is selected.</summary>
  187. <returns>true if the element is selected; otherwise, false. </returns>
  188. </member>
  189. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
  190. <summary>Removes the current element from the collection of selected items. </summary>
  191. </member>
  192. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
  193. <summary>Deselects any selected items and then selects the current element.</summary>
  194. </member>
  195. <member name="P:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
  196. <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>
  197. <returns>The provider that supports <see cref="T:System.Windows.Automation.Provider.ISelectionProvider" />.</returns>
  198. </member>
  199. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ITableItemProvider#GetColumnHeaderItems">
  200. <summary>Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.</summary>
  201. <returns>A collection of UI Automation providers.</returns>
  202. </member>
  203. <member name="M:System.Windows.Automation.Peers.DataGridCellAutomationPeer.System#Windows#Automation#Provider#ITableItemProvider#GetRowHeaderItems">
  204. <summary>Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.</summary>
  205. <returns>A collection of UI Automation providers.</returns>
  206. </member>
  207. <member name="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer">
  208. <summary>Exposes <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeader" /> types to UI automation.</summary>
  209. </member>
  210. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.#ctor(System.Windows.Controls.Primitives.DataGridColumnHeader)">
  211. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer" /> class.</summary>
  212. <param name="owner">The <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeader" /> instance to associate with this <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer" />.</param>
  213. </member>
  214. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.GetAutomationControlTypeCore">
  215. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  216. <returns>A value of the enumeration.</returns>
  217. </member>
  218. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.GetClassNameCore">
  219. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  220. <returns>A string value that represents the type of the data grid column header.</returns>
  221. </member>
  222. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.GetHelpTextCore">
  223. <summary>Retrieves a resource that indicates to automation whether sorting is active and sorted by ascending or descending value.</summary>
  224. <returns>A value that indicates whether sorting is active and sorted by ascending or descending value.</returns>
  225. </member>
  226. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.GetNameCore">
  227. <summary>Gets the text label of the <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeader" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  228. <returns>The text label of the element that is associated with this automation peer.</returns>
  229. </member>
  230. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  231. <summary>Gets the control pattern for the <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeader" /> instance that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridAutomationPeer" />.</summary>
  232. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  233. <param name="patternInterface">One of the enumeration values that indicates the control pattern.</param>
  234. </member>
  235. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.IsContentElementCore">
  236. <summary>Retrieves a value that indicates whether the data grid item contains data that is presented to the user.</summary>
  237. <returns>true if the element is a content element; otherwise, false.</returns>
  238. </member>
  239. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
  240. <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
  241. </member>
  242. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
  243. <summary>Scrolls the content area of a container object in order to display the control within the visible region (the viewport) of the container.</summary>
  244. </member>
  245. <member name="P:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanMove">
  246. <summary>Gets a value that indicates whether the control can be moved.</summary>
  247. <returns>true if the element can be moved; otherwise, false.</returns>
  248. </member>
  249. <member name="P:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanResize">
  250. <summary>Gets a value that indicates whether the UI Automation element can be resized.</summary>
  251. <returns>true if the element can be resized; otherwise, false.</returns>
  252. </member>
  253. <member name="P:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanRotate">
  254. <summary>Gets a value that indicates whether the control can be rotated.</summary>
  255. <returns>true if the element can be rotated; otherwise, false.</returns>
  256. </member>
  257. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Move(System.Double,System.Double)">
  258. <summary>Moves the control.</summary>
  259. <param name="x">Absolute screen coordinates of the left side of the control.</param>
  260. <param name="y">Absolute screen coordinates of the top of the control.</param>
  261. </member>
  262. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Resize(System.Double,System.Double)">
  263. <summary>Resizes the control.</summary>
  264. <param name="width">The new width of the window, in pixels.</param>
  265. <param name="height">The new height of the window, in pixels.</param>
  266. </member>
  267. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeaderAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Rotate(System.Double)">
  268. <summary>Rotates the control.</summary>
  269. <param name="degrees">The number of degrees to rotate the control. A positive number rotates clockwise; a negative number rotates counterclockwise.</param>
  270. </member>
  271. <member name="T:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer">
  272. <summary>Exposes <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeadersPresenter" /> types to UI automation.</summary>
  273. </member>
  274. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer.#ctor(System.Windows.Controls.Primitives.DataGridColumnHeadersPresenter)">
  275. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer" /> class.</summary>
  276. <param name="owner">The <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeadersPresenter" /> to associate with the <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer" />.</param>
  277. </member>
  278. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer.GetAutomationControlTypeCore">
  279. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  280. <returns>A value of the enumeration.</returns>
  281. </member>
  282. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer.GetClassNameCore">
  283. <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>
  284. <returns>A string value that represents the type of the <see cref="T:System.Windows.Controls.Primitives.DataGridColumnHeadersPresenter" />.</returns>
  285. </member>
  286. <member name="M:System.Windows.Automation.Peers.DataGridColumnHeadersPresenterAutomationPeer.IsContentElementCore">
  287. <summary>Retrieves a value that indicates whether the element contains data that is presented to the user.</summary>
  288. <returns>true if the element is a content element; otherwise, false. By default, returns false in all cases.</returns>
  289. </member>
  290. <member name="T:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer">
  291. <summary>Exposes <see cref="T:System.Windows.Controls.Primitives.DataGridDetailsPresenter" /> types to UI automation.</summary>
  292. </member>
  293. <member name="M:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer.#ctor(System.Windows.Controls.Primitives.DataGridDetailsPresenter)">
  294. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer" /> class.</summary>
  295. <param name="owner">The <see cref="T:System.Windows.Controls.Primitives.DataGridDetailsPresenter" /> to associate with the <see cref="T:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer" />.</param>
  296. </member>
  297. <member name="M:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer.GetAutomationControlTypeCore">
  298. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  299. <returns>A value of the enumeration.</returns>
  300. </member>
  301. <member name="M:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer.GetClassNameCore">
  302. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  303. <returns>A string value that represents the type of the <see cref="T:System.Windows.Controls.Primitives.DataGridDetailsPresenter" />.</returns>
  304. </member>
  305. <member name="M:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer.IsContentElementCore">
  306. <summary>Retrieves a value that indicates whether the element contains data that is presented to the user.</summary>
  307. <returns>true if the element is a content element; otherwise, false. By default, returns false in all cases.</returns>
  308. </member>
  309. <member name="M:System.Windows.Automation.Peers.DataGridDetailsPresenterAutomationPeer.IsControlElementCore">
  310. <summary>Retrieves a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUI.</summary>
  311. <returns>true if the element is a control; otherwise, false. By default, returns true in all cases.</returns>
  312. </member>
  313. <member name="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer">
  314. <summary>Exposes the items in <see cref="T:System.Windows.Data.CollectionViewGroup" /> views of a <see cref="T:System.Windows.Controls.DataGrid" /> to UI automation.</summary>
  315. </member>
  316. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.#ctor(System.Windows.Data.CollectionViewGroup,System.Windows.Controls.DataGrid)">
  317. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer" /> class.</summary>
  318. <param name="group">The data grid item group to associate with this peer.</param>
  319. <param name="dataGrid">The <see cref="T:System.Windows.Controls.DataGrid" /> that contains this item.</param>
  320. <exception cref="T:System.Windows.Automation.ElementNotAvailableException">
  321. <paramref name="item" /> or <paramref name="dataGrid" /> are null.</exception>
  322. </member>
  323. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetAcceleratorKeyCore">
  324. <summary>Retrieves, from the data grid group header that contains the group of items, the accelerator key combinations.</summary>
  325. <returns>The accelerator key.</returns>
  326. </member>
  327. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetAccessKeyCore">
  328. <summary>Retrieves, from the data grid group header that contains the group of items, the access key.</summary>
  329. <returns>The access key.</returns>
  330. </member>
  331. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetAutomationControlTypeCore">
  332. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  333. <returns>A value of the enumeration.</returns>
  334. </member>
  335. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetAutomationIdCore">
  336. <summary>Retrieves, from the data grid group header that contains the group of items, the string that uniquely identifies the group of items to UI automation.</summary>
  337. <returns>The identifier.</returns>
  338. </member>
  339. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetBoundingRectangleCore">
  340. <summary>Retrieves, from the data grid group header that contains the group of items, the object that represents the screen coordinates of the group of items.</summary>
  341. <returns>The bounding rectangle.</returns>
  342. </member>
  343. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetChildrenCore">
  344. <summary>Retrieves, from the data grid group header that contains the group of items, the collection of child elements that are represented in the UI automation tree as immediate child elements of the automation peer.</summary>
  345. <returns>The collection of child elements.</returns>
  346. </member>
  347. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetClassNameCore">
  348. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  349. <returns>A string value that represents the type of the <see cref="T:System.Windows.Data.CollectionViewGroup" />.</returns>
  350. </member>
  351. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetClickablePointCore">
  352. <summary>Retrieves, from the data grid group header that contains the group of items, the point on the group of items that responds to a mouse click.</summary>
  353. <returns>A point in the clickable area of the element.</returns>
  354. </member>
  355. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetHelpTextCore">
  356. <summary>Retrieves, from the data grid group header that contains the group of items, text that describes the functionality of the group of items.</summary>
  357. <returns>The help text.</returns>
  358. </member>
  359. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetItemStatusCore">
  360. <summary>Retrieves, from the data grid group header that contains the group of items, text that conveys the visual status of the group of items.</summary>
  361. <returns>A string value that describes the status, such as "Busy" or "Online".</returns>
  362. </member>
  363. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetItemTypeCore">
  364. <summary>Retrieves, from the data grid group header that contains the group of items, a value that describes what kind of item the group of items represents.</summary>
  365. <returns>A string value that describes the kind of item, such as "Mail Message", "Contact", and "Document".</returns>
  366. </member>
  367. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetLabeledByCore">
  368. <summary>Retrieves, from the data grid group header that contains the group of items, the automation peer for the element designated as the label for the group of items.</summary>
  369. <returns>The object that exposes the element designated as the label to UI automation.</returns>
  370. </member>
  371. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetLocalizedControlTypeCore">
  372. <summary>Retrieves, from the data grid group header that contains the group of items, a localized string that represents the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the group of items.</summary>
  373. <returns>The type of the control.</returns>
  374. </member>
  375. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetNameCore">
  376. <summary>Gets the text label of the data grid item that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  377. <returns>The text label of the element that is associated with this automation peer.</returns>
  378. </member>
  379. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetOrientationCore">
  380. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates the explicit control orientation, if any.</summary>
  381. <returns>The orientation of the control as a value of the enumeration.</returns>
  382. </member>
  383. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  384. <summary>Gets the control pattern for the item of the <see cref="T:System.Windows.Controls.DataGrid" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer" />.</summary>
  385. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  386. <param name="patternInterface">One of the enumeration values.</param>
  387. </member>
  388. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.HasKeyboardFocusCore">
  389. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items currently has keyboard focus.</summary>
  390. <returns>true if the element has keyboard focus; otherwise, false.</returns>
  391. </member>
  392. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsContentElementCore">
  393. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items contains data that is presented to the user.</summary>
  394. <returns>true if the element is a content element; otherwise, false.</returns>
  395. </member>
  396. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsControlElementCore">
  397. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items is understood by the user as interactive or as contributing to the logical structure of the control in the GUI.</summary>
  398. <returns>true if the element is a control; otherwise, false.</returns>
  399. </member>
  400. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsEnabledCore">
  401. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items supports interaction.</summary>
  402. <returns>true if the element supports interaction; otherwise, false.</returns>
  403. </member>
  404. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsKeyboardFocusableCore">
  405. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items can accept keyboard focus.</summary>
  406. <returns>true if the element can accept keyboard focus; otherwise, false.</returns>
  407. </member>
  408. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsOffscreenCore">
  409. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the data grid item is off the screen.</summary>
  410. <returns>true if the element is not on the screen; otherwise, false.</returns>
  411. </member>
  412. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsPasswordCore">
  413. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items contains sensitive content.</summary>
  414. <returns>true if the element contains sensitive content, such as a password; otherwise, false</returns>
  415. </member>
  416. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.IsRequiredForFormCore">
  417. <summary>Retrieves, from the data grid group header that contains the group of items, a value that indicates whether the group of items must be completed on a form.</summary>
  418. <returns>true if the element must be completed; otherwise, false.</returns>
  419. </member>
  420. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.SetFocusCore">
  421. <summary>Sets, through the data grid group header that contains the group of items, the keyboard focus on the data grid item.</summary>
  422. </member>
  423. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
  424. <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
  425. </member>
  426. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
  427. <summary>Displays all child nodes, controls, or content of the control.</summary>
  428. </member>
  429. <member name="P:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
  430. <summary>Gets the state (expanded or collapsed) of the control.</summary>
  431. <returns>The state (expanded or collapsed) of the control.</returns>
  432. </member>
  433. <member name="P:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IGridProvider#ColumnCount">
  434. <summary>Gets the total number of columns in a grid.</summary>
  435. <returns>The total number of columns in a grid.</returns>
  436. </member>
  437. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IGridProvider#GetItem(System.Int32,System.Int32)">
  438. <summary>Retrieves the UI automation provider for the specified cell.</summary>
  439. <returns>The UI automation provider for the specified cell.</returns>
  440. <param name="row">The ordinal number of the row that contains the cell.</param>
  441. <param name="column">The ordinal number of the column that contains the cell.</param>
  442. </member>
  443. <member name="P:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IGridProvider#RowCount">
  444. <summary>Gets the total number of rows in a grid.</summary>
  445. <returns>The total number of rows in a grid.</returns>
  446. </member>
  447. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
  448. <summary>Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.</summary>
  449. </member>
  450. <member name="P:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
  451. <summary>Gets a value that indicates whether the UI automation provider allows more than one child element to be selected concurrently.</summary>
  452. <returns>true if multiple selection is allowed; otherwise, false.</returns>
  453. </member>
  454. <member name="M:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
  455. <summary>Retrieves a UI automation provider for each child element that is selected.</summary>
  456. <returns>An array of UI automation providers. </returns>
  457. </member>
  458. <member name="P:System.Windows.Automation.Peers.DataGridGroupItemAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
  459. <summary>Gets a value that indicates whether the UI automation provider requires at least one child element to be selected.</summary>
  460. <returns>true if selection is required; otherwise, false.</returns>
  461. </member>
  462. <member name="T:System.Windows.Automation.Peers.DataGridItemAutomationPeer">
  463. <summary>Exposes items in the <see cref="T:System.Windows.Controls.DataGrid" /> to UI automation.</summary>
  464. </member>
  465. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.#ctor(System.Object,System.Windows.Controls.DataGrid)">
  466. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DataGridItemAutomationPeer" /> class.</summary>
  467. <param name="item">The data grid item to associate with this peer.</param>
  468. <param name="dataGrid">The <see cref="T:System.Windows.Controls.DataGrid" /> that contains this item.</param>
  469. <exception cref="T:System.Windows.Automation.ElementNotAvailableException">
  470. <paramref name="item" /> or <paramref name="dataGrid" /> are null.</exception>
  471. </member>
  472. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetAcceleratorKeyCore">
  473. <summary>Retrieves, from the row that contains the data grid item, the accelerator key combinations.</summary>
  474. <returns>The accelerator key.</returns>
  475. </member>
  476. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetAccessKeyCore">
  477. <summary>Retrieves, from the row that contains the data grid item, the access key.</summary>
  478. <returns>The access key.</returns>
  479. </member>
  480. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetAutomationControlTypeCore">
  481. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.DataGridItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  482. <returns>A value of the enumeration.</returns>
  483. </member>
  484. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetAutomationIdCore">
  485. <summary>Retrieves, from the row that contains the data grid item, the string that uniquely identifies the data grid item to UI automation.</summary>
  486. <returns>The identifier.</returns>
  487. </member>
  488. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetBoundingRectangleCore">
  489. <summary>Retrieves, from the row that contains the data grid item, the object that represents the screen coordinates of the data grid item.</summary>
  490. <returns>The bounding rectangle.</returns>
  491. </member>
  492. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetChildrenCore">
  493. <summary>Retrieves, from the row that contains the data grid item, the collection of child elements that are represented in the UI automation tree as immediate child elements of the automation peer.</summary>
  494. <returns>The collection of child elements.</returns>
  495. </member>
  496. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetClassNameCore">
  497. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.DataGridItemAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  498. <returns>A string value that represents the type of the data grid item.</returns>
  499. </member>
  500. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetClickablePointCore">
  501. <summary>Retrieves, from the row that contains the data grid item, the point on the data grid item that responds to a mouse click.</summary>
  502. <returns>A point in the clickable area of the element.</returns>
  503. </member>
  504. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetHelpTextCore">
  505. <summary>Retrieves, from the row that contains the data grid item, text that describes the functionality of the data grid item.</summary>
  506. <returns>The help text.</returns>
  507. </member>
  508. <member name="M:System.Windows.Automation.Peers.DataGridItemAutomationPeer.GetItemStatusCore">
  509. <summary>Retrieves, from the row that contains the data grid item, text that conveys

Large files files are truncated, but you can click here to view the full file