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