Skip to content

Commit d051573

Browse files
bbennomairaw
authored andcommitted
fix typo (#3788)
fix value description of ItemsControl.IsTextSearch property
1 parent abc0627 commit d051573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/ItemsControl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ ListBox that contains multiple types of objects
10661066
<Docs>
10671067
<summary>Gets or sets a value that indicates whether <see cref="T:System.Windows.Controls.TextSearch" /> is enabled on the <see cref="T:System.Windows.Controls.ItemsControl" /> instance.</summary>
10681068
<value>
1069-
<see langword="true" /> if <see cref="T:System.Windows.Controls.TextSearch" /> is enabled; otherwise, <see langword="true" />. The default is <see langword="false" />.</value>
1069+
<see langword="true" /> if <see cref="T:System.Windows.Controls.TextSearch" /> is enabled; otherwise, <see langword="false" />. The default is <see langword="false" />.</value>
10701070
<remarks>
10711071
<format type="text/markdown"><![CDATA[
10721072

0 commit comments

Comments
 (0)