1 implementation of CurrentItem
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
357
public virtual object
CurrentItem
35 references to CurrentItem
PresentationFramework (19)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
197
get { return ProxiedView.
CurrentItem
; }
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (10)
227
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the given item.
231
/// <returns>true if <seealso cref="ICollectionView.
CurrentItem
"/> points to an item within the view.</returns>
248
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the first item.
250
/// <returns>true if <seealso cref="ICollectionView.
CurrentItem
"/> points to an item within the view.</returns>
259
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the last item.
261
/// <returns>true if <seealso cref="ICollectionView.
CurrentItem
"/> points to an item within the view.</returns>
293
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the next item.
295
/// <returns>true if <seealso cref="ICollectionView.
CurrentItem
"/> points to an item within the view.</returns>
304
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the previous item.
306
/// <returns>true if <seealso cref="ICollectionView.
CurrentItem
"/> points to an item within the view.</returns>
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (3)
622
ReplaceItem(k, collectionView.
CurrentItem
, NoParent);
812
newO = view.
CurrentItem
;
986
item = view.
CurrentItem
;
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (2)
314
ContextNode = CollectionView.
CurrentItem
as XmlNode;
316
if (ContextNode != CollectionView.
CurrentItem
&& TraceData.IsEnabled)
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
174
/// Move <seealso cref="ICollectionView.
CurrentItem
"/> to the given item.
849
/// Return true if <seealso cref="ICollectionView.
CurrentItem
"/> is beyond the end (End-Of-File).
865
/// Return true if <seealso cref="ICollectionView.
CurrentItem
"/> is before the beginning (Beginning-Of-File).
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
329
NewItemFactoryTypeModel selectedTypeModel = _quickTypeView.
CurrentItem
as NewItemFactoryTypeModel;
WindowsBase (15)
Base\System\ComponentModel\ICollectionView.cs (15)
132
/// The ordinal position of the <seealso cref="
CurrentItem
"/> within the (optionally
138
/// Return true if <seealso cref="
CurrentItem
"/> is beyond the end (End-Of-File).
143
/// Return true if <seealso cref="
CurrentItem
"/> is before the beginning (Beginning-Of-File).
148
/// Move <seealso cref="
CurrentItem
"/> to the first item.
150
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
154
/// Move <seealso cref="
CurrentItem
"/> to the last item.
156
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
160
/// Move <seealso cref="
CurrentItem
"/> to the next item.
162
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
166
/// Move <seealso cref="
CurrentItem
"/> to the previous item.
168
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
172
/// Move <seealso cref="
CurrentItem
"/> to the given item.
175
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>
179
/// Move <seealso cref="
CurrentItem
"/> to the item at the given index.
182
/// <returns>true if <seealso cref="
CurrentItem
"/> points to an item within the view.</returns>