2 writes to CopiedItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (1)
36
CopiedItem
= item;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
268
cellItems.
CopiedItem
= newItem;
7 references to CopiedItem
PresentationFramework (7)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (7)
78
OnReplace(
CopiedItem
,
CopiedItem
, e.NewStartingIndex);
183
OnCollectionChanged(NotifyCollectionChangedAction.Add,
CopiedItem
, index);
198
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
CopiedItem
, newIndex, oldIndex));
206
OnCollectionChanged(NotifyCollectionChangedAction.Remove,
CopiedItem
, index);
347
_item = _collection.
CopiedItem
;
411
return (_collection.RepeatCount == _count) && (_collection.
CopiedItem
== _item);