7 references to StoredStagingAreaItems
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
677
touchDevice.
StoredStagingAreaItems
.AddItem(e.StagingItem);
1497
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1564
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1583
StagingAreaInputItemList storedStagingItems = touchDevice.
StoredStagingAreaItems
;
1593
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1654
int count = touchDevice.
StoredStagingAreaItems
.Count;
1658
StagingAreaInputItemList list = touchDevice.
StoredStagingAreaItems
;