2 writes to CopiedItem
PresentationFramework (2)
System\Windows\Controls\MultipleCopiesCollection.cs (1)
32
CopiedItem
= item;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
262
cellItems.
CopiedItem
= newItem;
7 references to CopiedItem
PresentationFramework (7)
System\Windows\Controls\MultipleCopiesCollection.cs (7)
74
OnReplace(
CopiedItem
,
CopiedItem
, e.NewStartingIndex);
179
OnCollectionChanged(NotifyCollectionChangedAction.Add,
CopiedItem
, index);
194
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
CopiedItem
, newIndex, oldIndex));
202
OnCollectionChanged(NotifyCollectionChangedAction.Remove,
CopiedItem
, index);
333
_item = _collection.
CopiedItem
;
397
return (_collection.RepeatCount == _count) && (_collection.
CopiedItem
== _item);