PageRenderTime 121ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

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

#
XML | 1693 lines | 1693 code | 0 blank | 0 comment | 0 complexity | 79f873da1e0bea84a2dcafbd011ea194 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</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.Contr…

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