PageRenderTime 62ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
XML | 418 lines | 418 code | 0 blank | 0 comment | 0 complexity | 77a29ba4fbd750f833bec5c2050ae9b6 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Windows.Controls.Data.Input</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer">
  8. <summary>Exposes <see cref="T:System.Windows.Controls.DescriptionViewer" /> types to UI automation. </summary>
  9. </member>
  10. <member name="M:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer.#ctor(System.Windows.Controls.DescriptionViewer)">
  11. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" /> class. </summary>
  12. <param name="owner">The <see cref="T:System.Windows.Controls.DescriptionViewer" /> to associate with this <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" />.</param>
  13. </member>
  14. <member name="M:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer.GetAutomationControlTypeCore">
  15. <summary>Gets the control type for this <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  16. <returns>The control type as a value of the enumeration.</returns>
  17. </member>
  18. <member name="M:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer.GetClassNameCore">
  19. <summary>Gets the name of the class that is associated with this <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  20. <returns>The type name of the <paramref name="owner" /> value that the automation peer is constructed with.</returns>
  21. </member>
  22. <member name="M:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer.GetNameCore">
  23. <summary>Gets the text label of the <see cref="T:System.Windows.Controls.DescriptionViewer" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  24. <returns>The string name value from the owner control's <see cref="P:System.Windows.Controls.DescriptionViewer.Description" /> property if available.</returns>
  25. </member>
  26. <member name="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer">
  27. <summary>Exposes <see cref="T:System.Windows.Controls.ValidationSummary" /> types to UI automation.</summary>
  28. </member>
  29. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.#ctor(System.Windows.Controls.ValidationSummary)">
  30. <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" /> class. </summary>
  31. <param name="owner">The <see cref="T:System.Windows.Controls.ValidationSummary" /> to associate with this <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" />.</param>
  32. </member>
  33. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.GetAutomationControlTypeCore">
  34. <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
  35. <returns>A value of the enumeration.</returns>
  36. </member>
  37. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.GetClassNameCore">
  38. <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
  39. <returns>A string value that represents the type of the validation summary.</returns>
  40. </member>
  41. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.GetNameCore">
  42. <summary>Gets the text label of the <see cref="T:System.Windows.Controls.ValidationSummary" /> that is associated with this <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
  43. <returns>The string name value from the owner control's header if available.</returns>
  44. </member>
  45. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
  46. <summary>Gets the control pattern for this <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" />.</summary>
  47. <returns>The object that implements the pattern interface, or null if the specified pattern interface is not implemented by this peer.</returns>
  48. <param name="patternInterface">One of the enumeration values.</param>
  49. </member>
  50. <member name="M:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
  51. <summary>Invokes a selection on the current item.</summary>
  52. </member>
  53. <member name="T:System.Windows.Controls.DescriptionViewer">
  54. <summary>Displays a description and tracks error state for an associated control.</summary>
  55. </member>
  56. <member name="M:System.Windows.Controls.DescriptionViewer.#ctor">
  57. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.DescriptionViewer" /> class.</summary>
  58. </member>
  59. <member name="P:System.Windows.Controls.DescriptionViewer.Description">
  60. <summary>Gets or sets the description text displayed by the viewer.</summary>
  61. <returns>The description text displayed by the viewer.</returns>
  62. </member>
  63. <member name="F:System.Windows.Controls.DescriptionViewer.DescriptionProperty">
  64. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.Description" /> dependency property.</summary>
  65. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.Description" /> dependency property.</returns>
  66. </member>
  67. <member name="P:System.Windows.Controls.DescriptionViewer.GlyphTemplate">
  68. <summary>Gets or sets the template that is used to display the description viewer glyph.</summary>
  69. <returns>The template that is used to display the description viewer glyph.</returns>
  70. </member>
  71. <member name="F:System.Windows.Controls.DescriptionViewer.GlyphTemplateProperty">
  72. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.GlyphTemplate" /> dependency property.</summary>
  73. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.GlyphTemplate" /> dependency property.</returns>
  74. </member>
  75. <member name="P:System.Windows.Controls.DescriptionViewer.IsFocused">
  76. <summary>Gets a value that indicates whether the control that is the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> of the <see cref="T:System.Windows.Controls.DescriptionViewer" /> has focus.</summary>
  77. <returns>true if the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> control has focus; otherwise, false.</returns>
  78. </member>
  79. <member name="F:System.Windows.Controls.DescriptionViewer.IsFocusedProperty">
  80. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.IsFocused" /> dependency property.</summary>
  81. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.IsFocused" /> dependency property.</returns>
  82. </member>
  83. <member name="P:System.Windows.Controls.DescriptionViewer.IsValid">
  84. <summary>Gets a value that indicates whether the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> field data is valid.</summary>
  85. <returns>true if the field data is valid; otherwise, false.</returns>
  86. </member>
  87. <member name="F:System.Windows.Controls.DescriptionViewer.IsValidProperty">
  88. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.IsValid" /> dependency property.</summary>
  89. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.IsValid" /> dependency property.</returns>
  90. </member>
  91. <member name="M:System.Windows.Controls.DescriptionViewer.OnApplyTemplate">
  92. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.DescriptionViewer" /> control when a new template is applied.</summary>
  93. </member>
  94. <member name="M:System.Windows.Controls.DescriptionViewer.OnCreateAutomationPeer">
  95. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  96. <returns>A <see cref="T:System.Windows.Automation.Peers.DescriptionViewerAutomationPeer" /> for the <see cref="T:System.Windows.Controls.DescriptionViewer" /> object.</returns>
  97. </member>
  98. <member name="P:System.Windows.Controls.DescriptionViewer.PropertyPath">
  99. <summary>Gets or sets the path to the dependency property on the <see cref="P:System.Windows.FrameworkElement.DataContext" /> of the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> control that this <see cref="T:System.Windows.Controls.DescriptionViewer" /> is associated with.</summary>
  100. <returns>The path to the dependency property on the <see cref="P:System.Windows.FrameworkElement.DataContext" /> of the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> control that this <see cref="T:System.Windows.Controls.DescriptionViewer" /> is associated with.</returns>
  101. </member>
  102. <member name="F:System.Windows.Controls.DescriptionViewer.PropertyPathProperty">
  103. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.PropertyPath" /> dependency property.</summary>
  104. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.PropertyPath" /> dependency property.</returns>
  105. </member>
  106. <member name="M:System.Windows.Controls.DescriptionViewer.Refresh">
  107. <summary>Reloads the metadata from the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> element.</summary>
  108. </member>
  109. <member name="P:System.Windows.Controls.DescriptionViewer.Target">
  110. <summary>Gets or sets the control that this <see cref="T:System.Windows.Controls.DescriptionViewer" /> is associated with.</summary>
  111. <returns>The control that this <see cref="T:System.Windows.Controls.DescriptionViewer" /> is associated with.</returns>
  112. </member>
  113. <member name="F:System.Windows.Controls.DescriptionViewer.TargetProperty">
  114. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> dependency property.</summary>
  115. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.Target" /> dependency property.</returns>
  116. </member>
  117. <member name="P:System.Windows.Controls.DescriptionViewer.ToolTipStyle">
  118. <summary>Gets or sets the style used to display tooltips.</summary>
  119. <returns>The style used to display tooltips.</returns>
  120. </member>
  121. <member name="F:System.Windows.Controls.DescriptionViewer.ToolTipStyleProperty">
  122. <summary>Identifies the <see cref="P:System.Windows.Controls.DescriptionViewer.ToolTipStyle" /> dependency property.</summary>
  123. <returns>The identifier for the <see cref="P:System.Windows.Controls.DescriptionViewer.ToolTipStyle" /> dependency property.</returns>
  124. </member>
  125. <member name="T:System.Windows.Controls.FocusingInvalidControlEventArgs">
  126. <summary>Provides data for the <see cref="E:System.Windows.Controls.ValidationSummary.FocusingInvalidControl" /> event.</summary>
  127. </member>
  128. <member name="M:System.Windows.Controls.FocusingInvalidControlEventArgs.#ctor(System.Windows.Controls.ValidationSummaryItem,System.Windows.Controls.ValidationSummaryItemSource)">
  129. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.FocusingInvalidControlEventArgs" /> class.</summary>
  130. <param name="item">The error that is selected in the <see cref="T:System.Windows.Controls.ValidationSummary" /> list.</param>
  131. <param name="target">The control/property pair that will receive focus.</param>
  132. </member>
  133. <member name="P:System.Windows.Controls.FocusingInvalidControlEventArgs.Handled">
  134. <summary>Gets or sets a value that indicates whether setting the focus was handled.</summary>
  135. <returns>true if setting the focus was handled; otherwise, false. The default is false.</returns>
  136. </member>
  137. <member name="P:System.Windows.Controls.FocusingInvalidControlEventArgs.Item">
  138. <summary>Gets the error that is selected in the <see cref="T:System.Windows.Controls.ValidationSummary" /> error list.</summary>
  139. <returns>The error that is selected in the <see cref="T:System.Windows.Controls.ValidationSummary" /> error list.</returns>
  140. </member>
  141. <member name="P:System.Windows.Controls.FocusingInvalidControlEventArgs.Target">
  142. <summary>Gets or sets the control/property pair that will receive focus.</summary>
  143. <returns>The control/property pair that will receive focus.</returns>
  144. </member>
  145. <member name="T:System.Windows.Controls.Label">
  146. <summary>Displays a caption, required field indicator, and validation error indicator for an associated control.</summary>
  147. </member>
  148. <member name="M:System.Windows.Controls.Label.#ctor">
  149. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Label" /> class. </summary>
  150. </member>
  151. <member name="P:System.Windows.Controls.Label.IsRequired">
  152. <summary>Gets or sets a value that indicates whether the property bound to the <see cref="P:System.Windows.Controls.Label.Target" /> field is required.</summary>
  153. <returns>true if the field is required; otherwise, false. The default is false.</returns>
  154. </member>
  155. <member name="F:System.Windows.Controls.Label.IsRequiredProperty">
  156. <summary>Identifies the <see cref="P:System.Windows.Controls.Label.IsRequired" /> dependency property.</summary>
  157. <returns>The identifier for the <see cref="P:System.Windows.Controls.Label.IsRequired" /> dependency property.</returns>
  158. </member>
  159. <member name="P:System.Windows.Controls.Label.IsValid">
  160. <summary>Gets a value that indicates whether the <see cref="P:System.Windows.Controls.Label.Target" /> field data is valid.</summary>
  161. <returns>true if the field data is valid; otherwise, false. The default is true.</returns>
  162. </member>
  163. <member name="F:System.Windows.Controls.Label.IsValidProperty">
  164. <summary>Identifies the <see cref="P:System.Windows.Controls.Label.IsValid" /> dependency property.</summary>
  165. <returns>The identifier for the <see cref="P:System.Windows.Controls.Label.IsValid" /> dependency property.</returns>
  166. </member>
  167. <member name="M:System.Windows.Controls.Label.OnApplyTemplate">
  168. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Label" /> control when a new template is applied.</summary>
  169. </member>
  170. <member name="M:System.Windows.Controls.Label.OnContentChanged(System.Object,System.Object)">
  171. <summary>Called when the value of the <see cref="P:System.Windows.Controls.ContentControl.Content" /> property changes.</summary>
  172. <param name="oldContent">The old value of the <see cref="P:System.Windows.Controls.ContentControl.Content" /> property.</param>
  173. <param name="newContent">The new value of the <see cref="P:System.Windows.Controls.ContentControl.Content" /> property.</param>
  174. </member>
  175. <member name="P:System.Windows.Controls.Label.PropertyPath">
  176. <summary>Gets or sets the path to the dependency property on the <see cref="P:System.Windows.FrameworkElement.DataContext" /> of the <see cref="P:System.Windows.Controls.Label.Target" /> control that this <see cref="T:System.Windows.Controls.Label" /> is associated with.</summary>
  177. <returns>The path to the dependency property on the <see cref="P:System.Windows.FrameworkElement.DataContext" /> of the <see cref="P:System.Windows.Controls.Label.Target" /> control that this <see cref="T:System.Windows.Controls.Label" /> is associated with. The default is null.</returns>
  178. </member>
  179. <member name="F:System.Windows.Controls.Label.PropertyPathProperty">
  180. <summary>Identifies the <see cref="P:System.Windows.Controls.Label.PropertyPath" /> dependency property.</summary>
  181. <returns>The identifier for the <see cref="P:System.Windows.Controls.Label.PropertyPath" /> dependency property.</returns>
  182. </member>
  183. <member name="M:System.Windows.Controls.Label.Refresh">
  184. <summary>Reloads the metadata from the <see cref="P:System.Windows.Controls.Label.Target" /> element.</summary>
  185. </member>
  186. <member name="P:System.Windows.Controls.Label.Target">
  187. <summary>Gets or sets the control that this <see cref="T:System.Windows.Controls.Label" /> is associated with.</summary>
  188. <returns>The control that this <see cref="T:System.Windows.Controls.Label" /> is associated with.</returns>
  189. </member>
  190. <member name="F:System.Windows.Controls.Label.TargetProperty">
  191. <summary>Identifies the <see cref="P:System.Windows.Controls.Label.Target" /> dependency property.</summary>
  192. <returns>The identifier for the <see cref="P:System.Windows.Controls.Label.Target" /> dependency property.</returns>
  193. </member>
  194. <member name="T:System.Windows.Controls.ValidationSummary">
  195. <summary>Displays a summary of the validation errors on a form.</summary>
  196. </member>
  197. <member name="M:System.Windows.Controls.ValidationSummary.#ctor">
  198. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummary" /> class.</summary>
  199. </member>
  200. <member name="P:System.Windows.Controls.ValidationSummary.DisplayedErrors">
  201. <summary>Gets the collection of errors that are displayed after the <see cref="P:System.Windows.Controls.ValidationSummary.Filter" /> is applied.</summary>
  202. <returns>The collection of errors that are displayed after the <see cref="P:System.Windows.Controls.ValidationSummary.Filter" /> is applied.</returns>
  203. </member>
  204. <member name="P:System.Windows.Controls.ValidationSummary.Errors">
  205. <summary>Gets the collection of errors.</summary>
  206. <returns>The collection of errors.</returns>
  207. </member>
  208. <member name="P:System.Windows.Controls.ValidationSummary.ErrorStyle">
  209. <summary>Gets or sets the style used for the error's item container.</summary>
  210. <returns>The style used for the error's item container.</returns>
  211. </member>
  212. <member name="F:System.Windows.Controls.ValidationSummary.ErrorStyleProperty">
  213. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.ErrorStyle" /> dependency property.</summary>
  214. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.ErrorStyle" /> dependency property.</returns>
  215. </member>
  216. <member name="P:System.Windows.Controls.ValidationSummary.Filter">
  217. <summary>Gets or sets a value that indicates which types of errors are displayed.</summary>
  218. <returns>One of the enumeration values that indicates which types of errors are displayed. The default is <see cref="F:System.Windows.Controls.ValidationSummaryFilters.All" />.</returns>
  219. </member>
  220. <member name="F:System.Windows.Controls.ValidationSummary.FilterProperty">
  221. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.Filter" /> dependency property.</summary>
  222. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.Filter" /> dependency property.</returns>
  223. </member>
  224. <member name="P:System.Windows.Controls.ValidationSummary.FocusControlsOnClick">
  225. <summary>Gets or sets a value that indicates whether focus is set on the input control when an error message is clicked.</summary>
  226. <returns>true if focus is set on the input control when an error message is clicked; otherwise, false. The default is true.</returns>
  227. </member>
  228. <member name="F:System.Windows.Controls.ValidationSummary.FocusControlsOnClickProperty">
  229. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.FocusControlsOnClick" /> dependency property.</summary>
  230. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.FocusControlsOnClick" /> dependency property.</returns>
  231. </member>
  232. <member name="E:System.Windows.Controls.ValidationSummary.FocusingInvalidControl">
  233. <summary>Occurs when an error in the error summary list is clicked.</summary>
  234. </member>
  235. <member name="M:System.Windows.Controls.ValidationSummary.GetShowErrorsInSummary(System.Windows.DependencyObject)">
  236. <summary>Gets the value of the <see cref="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary" /> attached property of the specified <see cref="T:System.Windows.DependencyObject" />.</summary>
  237. <returns>The <see cref="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary" /> property value of the specified object.</returns>
  238. <param name="inputControl">The input control from which the property value is read.</param>
  239. <exception cref="T:System.ArgumentNullException">
  240. <paramref name="inputControl" /> is null.</exception>
  241. </member>
  242. <member name="P:System.Windows.Controls.ValidationSummary.HasDisplayedErrors">
  243. <summary>Gets a value that indicates whether the <see cref="T:System.Windows.Controls.ValidationSummary" /> has displayed errors.</summary>
  244. <returns>true if the <see cref="T:System.Windows.Controls.ValidationSummary" /> has displayed errors; otherwise, false. The default is false.</returns>
  245. </member>
  246. <member name="F:System.Windows.Controls.ValidationSummary.HasDisplayedErrorsProperty">
  247. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.HasDisplayedErrors" /> dependency property.</summary>
  248. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.HasDisplayedErrors" /> dependency property.</returns>
  249. </member>
  250. <member name="P:System.Windows.Controls.ValidationSummary.HasErrors">
  251. <summary>Gets a value that indicates whether the <see cref="T:System.Windows.Controls.ValidationSummary" /> has errors.</summary>
  252. <returns>true if the <see cref="T:System.Windows.Controls.ValidationSummary" /> has errors; otherwise, false. The default is false.</returns>
  253. </member>
  254. <member name="F:System.Windows.Controls.ValidationSummary.HasErrorsProperty">
  255. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.HasErrors" /> dependency property.</summary>
  256. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.HasErrors" /> dependency property.</returns>
  257. </member>
  258. <member name="P:System.Windows.Controls.ValidationSummary.Header">
  259. <summary>Gets or sets the content of the <see cref="T:System.Windows.Controls.ValidationSummary" /> header.</summary>
  260. <returns>The content of the <see cref="T:System.Windows.Controls.ValidationSummary" /> header. The default is null.</returns>
  261. </member>
  262. <member name="F:System.Windows.Controls.ValidationSummary.HeaderProperty">
  263. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.Header" /> dependency property.</summary>
  264. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.Header" /> dependency property.</returns>
  265. </member>
  266. <member name="P:System.Windows.Controls.ValidationSummary.HeaderTemplate">
  267. <summary>Gets or sets the template that is used to display the content of the header.</summary>
  268. <returns>The template that is used to display the content of the header.</returns>
  269. </member>
  270. <member name="F:System.Windows.Controls.ValidationSummary.HeaderTemplateProperty">
  271. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.HeaderTemplate" /> dependency property.</summary>
  272. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.HeaderTemplate" /> dependency property.</returns>
  273. </member>
  274. <member name="M:System.Windows.Controls.ValidationSummary.OnApplyTemplate">
  275. <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.ValidationSummary" /> when a new template is applied.</summary>
  276. </member>
  277. <member name="M:System.Windows.Controls.ValidationSummary.OnCreateAutomationPeer">
  278. <summary>Returns a <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary>
  279. <returns>A <see cref="T:System.Windows.Automation.Peers.ValidationSummaryAutomationPeer" /> for the <see cref="T:System.Windows.Controls.ValidationSummary" /> object.</returns>
  280. </member>
  281. <member name="M:System.Windows.Controls.ValidationSummary.OnFocusingInvalidControl(System.Windows.Controls.FocusingInvalidControlEventArgs)">
  282. <summary>Raises the <see cref="E:System.Windows.Controls.ValidationSummary.FocusingInvalidControl" /> event.</summary>
  283. <param name="e">The event data.</param>
  284. </member>
  285. <member name="E:System.Windows.Controls.ValidationSummary.SelectionChanged">
  286. <summary>Occurs when the currently selected item in the error summary list changes.</summary>
  287. </member>
  288. <member name="M:System.Windows.Controls.ValidationSummary.SetShowErrorsInSummary(System.Windows.DependencyObject,System.Boolean)">
  289. <summary>Sets the value of the <see cref="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary" /> attached property of the specified <see cref="T:System.Windows.DependencyObject" />.</summary>
  290. <param name="inputControl">The input control with which to associate the attached property.</param>
  291. <param name="value">true if errors on the input control should be shown in the summary; otherwise, false.</param>
  292. <exception cref="T:System.ArgumentNullException">
  293. <paramref name="inputControl" /> is null.</exception>
  294. </member>
  295. <member name="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary">
  296. <summary>Gets or sets a value that indicates whether a control's errors should be displayed in the <see cref="T:System.Windows.Controls.ValidationSummary" />.</summary>
  297. <returns>true if errors on the input control should be shown in the summary; otherwise, false.</returns>
  298. </member>
  299. <member name="F:System.Windows.Controls.ValidationSummary.ShowErrorsInSummaryProperty">
  300. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary" /> attached property.</summary>
  301. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.ShowErrorsInSummary" /> attached property.</returns>
  302. </member>
  303. <member name="P:System.Windows.Controls.ValidationSummary.SummaryListBoxStyle">
  304. <summary>Gets or sets the style applied to the <see cref="T:System.Windows.Controls.ListBox" /> that displays the errors.</summary>
  305. <returns>The style applied to the <see cref="T:System.Windows.Controls.ListBox" /> that displays the errors. The default is null.</returns>
  306. </member>
  307. <member name="F:System.Windows.Controls.ValidationSummary.SummaryListBoxStyleProperty">
  308. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.SummaryListBoxStyle" /> dependency property.</summary>
  309. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.SummaryListBoxStyle" /> dependency property.</returns>
  310. </member>
  311. <member name="P:System.Windows.Controls.ValidationSummary.Target">
  312. <summary>Gets or sets the <see cref="T:System.Windows.UIElement" /> for which validation errors will be displayed in the summary.</summary>
  313. <returns>The <see cref="T:System.Windows.UIElement" /> for which validation errors will be displayed in the summary. The default is null.</returns>
  314. </member>
  315. <member name="F:System.Windows.Controls.ValidationSummary.TargetProperty">
  316. <summary>Identifies the <see cref="P:System.Windows.Controls.ValidationSummary.Target" /> dependency property.</summary>
  317. <returns>The identifier for the <see cref="P:System.Windows.Controls.ValidationSummary.Target" /> dependency property.</returns>
  318. </member>
  319. <member name="T:System.Windows.Controls.ValidationSummaryFilters">
  320. <summary>Specifies the types of errors displayed in an <see cref="T:System.Windows.Controls.ValidationSummary" /> control.</summary>
  321. </member>
  322. <member name="F:System.Windows.Controls.ValidationSummaryFilters.None">
  323. <summary>No errors are displayed.</summary>
  324. </member>
  325. <member name="F:System.Windows.Controls.ValidationSummaryFilters.ObjectErrors">
  326. <summary>Only object level errors are displayed.</summary>
  327. </member>
  328. <member name="F:System.Windows.Controls.ValidationSummaryFilters.PropertyErrors">
  329. <summary>Only property level errors are displayed.</summary>
  330. </member>
  331. <member name="F:System.Windows.Controls.ValidationSummaryFilters.All">
  332. <summary>All errors are displayed. </summary>
  333. </member>
  334. <member name="T:System.Windows.Controls.ValidationSummaryItem">
  335. <summary>Represents an individual validation error.</summary>
  336. </member>
  337. <member name="M:System.Windows.Controls.ValidationSummaryItem.#ctor">
  338. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummaryItem" /> class.</summary>
  339. </member>
  340. <member name="M:System.Windows.Controls.ValidationSummaryItem.#ctor(System.String)">
  341. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummaryItem" /> class with the specified error message.</summary>
  342. <param name="message">The text of the error message.</param>
  343. </member>
  344. <member name="M:System.Windows.Controls.ValidationSummaryItem.#ctor(System.String,System.String,System.Windows.Controls.ValidationSummaryItemType,System.Windows.Controls.ValidationSummaryItemSource,System.Object)">
  345. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummaryItem" /> class with the specified error message, header, item type, source, and context.</summary>
  346. <param name="message">The text of the error message.</param>
  347. <param name="messageHeader">The header of the item, such as the property name.</param>
  348. <param name="itemType">Specifies whether the error originated from an object or a property.</param>
  349. <param name="source">The source of the error message, including the originating control or property name.</param>
  350. <param name="context">The context in which the error occurred.</param>
  351. </member>
  352. <member name="P:System.Windows.Controls.ValidationSummaryItem.Context">
  353. <summary>Gets or sets the object that is the context in which the error occurred.</summary>
  354. <returns>The object that is the context in which the error occurred, or null if no value is set.</returns>
  355. </member>
  356. <member name="P:System.Windows.Controls.ValidationSummaryItem.ItemType">
  357. <summary>Gets a value that specifies whether the error originated from an object or a property.</summary>
  358. <returns>One of the enumeration values that specifies whether the error originated from an object or a property.</returns>
  359. </member>
  360. <member name="P:System.Windows.Controls.ValidationSummaryItem.Message">
  361. <summary>Gets or sets the text of the error message.</summary>
  362. <returns>The text of the error message.</returns>
  363. </member>
  364. <member name="P:System.Windows.Controls.ValidationSummaryItem.MessageHeader">
  365. <summary>Gets or sets the text of the error message header.</summary>
  366. <returns>The text of the error message header.</returns>
  367. </member>
  368. <member name="E:System.Windows.Controls.ValidationSummaryItem.PropertyChanged">
  369. <summary>Occurs when a property value for this <see cref="T:System.Windows.Controls.ValidationSummaryItem" /> changes.</summary>
  370. </member>
  371. <member name="P:System.Windows.Controls.ValidationSummaryItem.Sources">
  372. <summary>Gets the sources of the validation errors.</summary>
  373. <returns>A collection of <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> objects that represent the sources of validation errors.</returns>
  374. </member>
  375. <member name="M:System.Windows.Controls.ValidationSummaryItem.ToString">
  376. <summary>The string representation of this <see cref="T:System.Windows.Controls.ValidationSummaryItem" />.</summary>
  377. <returns>The string representation of this <see cref="T:System.Windows.Controls.ValidationSummaryItem" />.</returns>
  378. </member>
  379. <member name="T:System.Windows.Controls.ValidationSummaryItemSource">
  380. <summary>Represents the source of a <see cref="T:System.Windows.Controls.ValidationSummaryItem" />.</summary>
  381. </member>
  382. <member name="M:System.Windows.Controls.ValidationSummaryItemSource.#ctor(System.String)">
  383. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> class with the specified property associated with this error.</summary>
  384. <param name="propertyName">The name of the property associated with this error.</param>
  385. </member>
  386. <member name="M:System.Windows.Controls.ValidationSummaryItemSource.#ctor(System.String,System.Windows.Controls.Control)">
  387. <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> class with the specified property and control associated with this error.</summary>
  388. <param name="propertyName">The name of the property associated with this error.</param>
  389. <param name="control">The control associated with this error.</param>
  390. </member>
  391. <member name="P:System.Windows.Controls.ValidationSummaryItemSource.Control">
  392. <summary>Gets the control that is the source of this error.</summary>
  393. <returns>The control that is the source of this error.</returns>
  394. </member>
  395. <member name="M:System.Windows.Controls.ValidationSummaryItemSource.Equals(System.Object)">
  396. <summary>Determines whether the specified <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> is equal to the current <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" />.</summary>
  397. <returns>true if the specified <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> is equal to the current <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" />; otherwise, false.</returns>
  398. <param name="obj">The <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" /> to compare to the current <see cref="T:System.Windows.Controls.ValidationSummaryItemSource" />.</param>
  399. </member>
  400. <member name="M:System.Windows.Controls.ValidationSummaryItemSource.GetHashCode">
  401. <summary>Returns a hash code based on the <see cref="P:System.Windows.Controls.ValidationSummaryItemSource.PropertyName" /> and the <see cref="P:System.Windows.Controls.ValidationSummaryItemSource.Control" /><see cref="P:System.Windows.FrameworkElement.Name" />.</summary>
  402. <returns>The hash code for this instance.</returns>
  403. </member>
  404. <member name="P:System.Windows.Controls.ValidationSummaryItemSource.PropertyName">
  405. <summary>Gets the name of the property that is the source of this error.</summary>
  406. <returns>The name of the property that is the source of this error.</returns>
  407. </member>
  408. <member name="T:System.Windows.Controls.ValidationSummaryItemType">
  409. <summary>Specifies whether a validation error came from object-level or property-level validation.</summary>
  410. </member>
  411. <member name="F:System.Windows.Controls.ValidationSummaryItemType.ObjectError">
  412. <summary>The error came from object-level validation.</summary>
  413. </member>
  414. <member name="F:System.Windows.Controls.ValidationSummaryItemType.PropertyError">
  415. <summary>The error came from property-level validation.</summary>
  416. </member>
  417. </members>
  418. </doc>