2 writes to CopiedItem
PresentationFramework (2)
System\Windows\Controls\MultipleCopiesCollection.cs (1)
31
CopiedItem
= item;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
261
cellItems.
CopiedItem
= newItem;
7 references to CopiedItem
PresentationFramework (7)
System\Windows\Controls\MultipleCopiesCollection.cs (7)
73
OnReplace(
CopiedItem
,
CopiedItem
, e.NewStartingIndex);
178
OnCollectionChanged(NotifyCollectionChangedAction.Add,
CopiedItem
, index);
193
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
CopiedItem
, newIndex, oldIndex));
201
OnCollectionChanged(NotifyCollectionChangedAction.Remove,
CopiedItem
, index);
332
_item = _collection.
CopiedItem
;
396
return (_collection.RepeatCount == _count) && (_collection.
CopiedItem
== _item);