Base:
property
CurrentItem
System.Windows.Data.CollectionView.CurrentItem
14 references to CurrentItem
PresentationFramework (14)
System\Windows\Controls\ItemCollection.cs (12)
111
/// Move <seealso cref="
CurrentItem
"/> to the first item.
113
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
125
/// Move <seealso cref="
CurrentItem
"/> to the next item.
127
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
139
/// Move <seealso cref="
CurrentItem
"/> to the previous item.
141
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
153
/// Move <seealso cref="
CurrentItem
"/> to the last item.
155
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
170
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
182
/// Move <seealso cref="
CurrentItem
"/> to the item at the given index.
185
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
805
/// The ordinal position of the <seealso cref="
CurrentItem
"/> within the (optionally
System\Windows\Controls\Primitives\Selector.cs (2)
1214
if (Items.
CurrentItem
!= null && IsSynchronizedWithCurrentItemPrivate == true)
1543
object item = Items.
CurrentItem
;