Base:
property
CurrentItem
System.Windows.Data.CollectionView.CurrentItem
14 references to CurrentItem
PresentationFramework (14)
System\Windows\Controls\ItemCollection.cs (12)
102/// Move <seealso cref="CurrentItem"/> to the first item. 104/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 116/// Move <seealso cref="CurrentItem"/> to the next item. 118/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 130/// Move <seealso cref="CurrentItem"/> to the previous item. 132/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 144/// Move <seealso cref="CurrentItem"/> to the last item. 146/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 161/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 173/// Move <seealso cref="CurrentItem"/> to the item at the given index. 176/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 796/// The ordinal position of the <seealso cref="CurrentItem"/> within the (optionally
System\Windows\Controls\Primitives\Selector.cs (2)
1205if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1534object item = Items.CurrentItem;