@@ -108,7 +108,7 @@ public static class DependencyObjectExtensions
108108 /// </summary>
109109 /// <typeparam name="T">The type of elements to match.</typeparam>
110110 /// <param name="element">The root element.</param>
111- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
111+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
112112 /// <returns>The descendant that was found, or <see langword="null"/>.</returns>
113113 public static T ? FindDescendant < T > ( this DependencyObject element , Func < T , bool > predicate )
114114 where T : notnull , DependencyObject
@@ -123,7 +123,7 @@ public static class DependencyObjectExtensions
123123 /// </summary>
124124 /// <typeparam name="T">The type of elements to match.</typeparam>
125125 /// <param name="element">The root element.</param>
126- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
126+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
127127 /// <param name="searchType">The search type to use to explore the visual tree.</param>
128128 /// <returns>The descendant that was found, or <see langword="null"/>.</returns>
129129 public static T ? FindDescendant < T > ( this DependencyObject element , Func < T , bool > predicate , SearchType searchType )
@@ -141,7 +141,7 @@ public static class DependencyObjectExtensions
141141 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
142142 /// <param name="element">The root element.</param>
143143 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
144- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
144+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
145145 /// <returns>The descendant that was found, or <see langword="null"/>.</returns>
146146 public static T ? FindDescendant < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate )
147147 where T : notnull , DependencyObject
@@ -158,7 +158,7 @@ public static class DependencyObjectExtensions
158158 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
159159 /// <param name="element">The root element.</param>
160160 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
161- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
161+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
162162 /// <param name="searchType">The search type to use to explore the visual tree.</param>
163163 /// <returns>The descendant that was found, or <see langword="null"/>.</returns>
164164 public static T ? FindDescendant < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate , SearchType searchType )
@@ -374,7 +374,7 @@ public static class DependencyObjectExtensions
374374 /// </summary>
375375 /// <typeparam name="T">The type of elements to match.</typeparam>
376376 /// <param name="element">The root element.</param>
377- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
377+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
378378 /// <returns>The descendant (or self) that was found, or <see langword="null"/>.</returns>
379379 public static T ? FindDescendantOrSelf < T > ( this DependencyObject element , Func < T , bool > predicate )
380380 where T : notnull , DependencyObject
@@ -392,7 +392,7 @@ public static class DependencyObjectExtensions
392392 /// </summary>
393393 /// <typeparam name="T">The type of elements to match.</typeparam>
394394 /// <param name="element">The root element.</param>
395- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
395+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
396396 /// <param name="searchType">The search type to use to explore the visual tree.</param>
397397 /// <returns>The descendant (or self) that was found, or <see langword="null"/>.</returns>
398398 public static T ? FindDescendantOrSelf < T > ( this DependencyObject element , Func < T , bool > predicate , SearchType searchType )
@@ -413,7 +413,7 @@ public static class DependencyObjectExtensions
413413 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
414414 /// <param name="element">The root element.</param>
415415 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
416- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
416+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
417417 /// <returns>The descendant (or self) that was found, or <see langword="null"/>.</returns>
418418 public static T ? FindDescendantOrSelf < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate )
419419 where T : notnull , DependencyObject
@@ -433,7 +433,7 @@ public static class DependencyObjectExtensions
433433 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
434434 /// <param name="element">The root element.</param>
435435 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
436- /// <param name="predicate">The predicatee to use to match the descendant nodes.</param>
436+ /// <param name="predicate">The predicate to use to match the descendant nodes.</param>
437437 /// <param name="searchType">The search type to use to explore the visual tree.</param>
438438 /// <returns>The descendant (or self) that was found, or <see langword="null"/>.</returns>
439439 public static T ? FindDescendantOrSelf < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate , SearchType searchType )
@@ -727,7 +727,7 @@ static IEnumerable<DependencyObject> ThrowArgumentOutOfRangeExceptionForInvalidS
727727 /// </summary>
728728 /// <typeparam name="T">The type of elements to match.</typeparam>
729729 /// <param name="element">The starting element.</param>
730- /// <param name="predicate">The predicatee to use to match the ascendant nodes.</param>
730+ /// <param name="predicate">The predicate to use to match the ascendant nodes.</param>
731731 /// <returns>The ascendant that was found, or <see langword="null"/>.</returns>
732732 public static T ? FindAscendant < T > ( this DependencyObject element , Func < T , bool > predicate )
733733 where T : notnull , DependencyObject
@@ -744,7 +744,7 @@ static IEnumerable<DependencyObject> ThrowArgumentOutOfRangeExceptionForInvalidS
744744 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
745745 /// <param name="element">The starting element.</param>
746746 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
747- /// <param name="predicate">The predicatee to use to match the ascendant nodes.</param>
747+ /// <param name="predicate">The predicate to use to match the ascendant nodes.</param>
748748 /// <returns>The ascendant that was found, or <see langword="null"/>.</returns>
749749 public static T ? FindAscendant < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate )
750750 where T : notnull , DependencyObject
@@ -760,7 +760,7 @@ static IEnumerable<DependencyObject> ThrowArgumentOutOfRangeExceptionForInvalidS
760760 /// <typeparam name="T">The type of elements to match.</typeparam>
761761 /// <typeparam name="TPredicate">The type of predicate in use.</typeparam>
762762 /// <param name="element">The starting element.</param>
763- /// <param name="predicate">The predicatee to use to match the ascendant nodes.</param>
763+ /// <param name="predicate">The predicate to use to match the ascendant nodes.</param>
764764 /// <returns>The ascendant that was found, or <see langword="null"/>.</returns>
765765 private static T ? FindAscendant < T , TPredicate > ( this DependencyObject element , ref TPredicate predicate )
766766 where T : notnull , DependencyObject
@@ -839,7 +839,7 @@ static IEnumerable<DependencyObject> ThrowArgumentOutOfRangeExceptionForInvalidS
839839 /// </summary>
840840 /// <typeparam name="T">The type of elements to match.</typeparam>
841841 /// <param name="element">The starting element.</param>
842- /// <param name="predicate">The predicatee to use to match the ascendant nodes.</param>
842+ /// <param name="predicate">The predicate to use to match the ascendant nodes.</param>
843843 /// <returns>The ascendant (or self) that was found, or <see langword="null"/>.</returns>
844844 public static T ? FindAscendantOrSelf < T > ( this DependencyObject element , Func < T , bool > predicate )
845845 where T : notnull , DependencyObject
@@ -859,7 +859,7 @@ static IEnumerable<DependencyObject> ThrowArgumentOutOfRangeExceptionForInvalidS
859859 /// <typeparam name="TState">The type of state to use when matching nodes.</typeparam>
860860 /// <param name="element">The starting element.</param>
861861 /// <param name="state">The state to give as input to <paramref name="predicate"/>.</param>
862- /// <param name="predicate">The predicatee to use to match the ascendant nodes.</param>
862+ /// <param name="predicate">The predicate to use to match the ascendant nodes.</param>
863863 /// <returns>The ascendant (or self) that was found, or <see langword="null"/>.</returns>
864864 public static T ? FindAscendantOrSelf < T , TState > ( this DependencyObject element , TState state , Func < T , TState , bool > predicate )
865865 where T : notnull , DependencyObject
0 commit comments