Base:
property
CurrentItem
System.Windows.Data.CollectionView.CurrentItem
3 references to CurrentItem
PresentationFramework (3)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (3)
201
/// The ordinal position of the <seealso cref="
CurrentItem
"/> within the (optionally
510
object oldCurrentItem =
CurrentItem
;
532
if (oldCurrentItem !=
CurrentItem
)