Base:
property
CurrentItem
System.Windows.Data.CollectionView.CurrentItem
14 references to CurrentItem
PresentationFramework (14)
System\Windows\Controls\ItemCollection.cs (12)
101
/// Move <seealso cref="
CurrentItem
"/> to the first item.
103
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
115
/// Move <seealso cref="
CurrentItem
"/> to the next item.
117
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
129
/// Move <seealso cref="
CurrentItem
"/> to the previous item.
131
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
143
/// Move <seealso cref="
CurrentItem
"/> to the last item.
145
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
160
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
172
/// Move <seealso cref="
CurrentItem
"/> to the item at the given index.
175
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
789
/// The ordinal position of the <seealso cref="
CurrentItem
"/> within the (optionally
System\Windows\Controls\Primitives\Selector.cs (2)
1201
if (Items.
CurrentItem
!= null && IsSynchronizedWithCurrentItemPrivate)
1530
object item = Items.
CurrentItem
;