7 references to StoredStagingAreaItems
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
685
touchDevice.
StoredStagingAreaItems
.AddItem(e.StagingItem);
1507
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1574
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1593
StagingAreaInputItemList storedStagingItems = touchDevice.
StoredStagingAreaItems
;
1603
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1664
int count = touchDevice.
StoredStagingAreaItems
.Count;
1668
StagingAreaInputItemList list = touchDevice.
StoredStagingAreaItems
;