Skip to content

Commit c282bc2

Browse files
aramkoukiaRon Petrusha
authored andcommitted
fixed the default for IsTextSearchEnabled to true (dotnet#573)
1 parent 4e04ac7 commit c282bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows.Controls/ItemsControl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ ListBox that contains multiple types of objects
10711071
<Docs>
10721072
<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>
10731073
<value>
1074-
<see langword="true" /> if <see cref="T:System.Windows.Controls.TextSearch" /> is enabled; otherwise, <see langword="false" />. The default is <see langword="false" />.</value>
1074+
<see langword="true" /> if <see cref="T:System.Windows.Controls.TextSearch" /> is enabled; otherwise, <see langword="true" />. The default is <see langword="false" />.</value>
10751075
<remarks>
10761076
<format type="text/markdown"><![CDATA[
10771077
@@ -2765,4 +2765,4 @@ ListBox that contains multiple types of objects
27652765
</Docs>
27662766
</Member>
27672767
</Members>
2768-
</Type>
2768+
</Type>

0 commit comments

Comments
 (0)