Base:
property
CurrentItem
System.Windows.Data.CollectionView.CurrentItem
14 references to CurrentItem
PresentationFramework (14)
src\Framework\System\Windows\Controls\ItemCollection.cs (12)
118/// Move <seealso cref="CurrentItem"/> to the first item. 120/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 132/// Move <seealso cref="CurrentItem"/> to the next item. 134/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 146/// Move <seealso cref="CurrentItem"/> to the previous item. 148/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 160/// Move <seealso cref="CurrentItem"/> to the last item. 162/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 177/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 189/// Move <seealso cref="CurrentItem"/> to the item at the given index. 192/// <returns>true if <seealso cref="CurrentItem"/> points to an item within the view.</returns> 816/// The ordinal position of the <seealso cref="CurrentItem"/> within the (optionally
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1232if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1563object item = Items.CurrentItem;