7 references to StoredStagingAreaItems
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
686
touchDevice.
StoredStagingAreaItems
.AddItem(e.StagingItem);
1508
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1575
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1594
StagingAreaInputItemList storedStagingItems = touchDevice.
StoredStagingAreaItems
;
1604
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1665
int count = touchDevice.
StoredStagingAreaItems
.Count;
1669
StagingAreaInputItemList list = touchDevice.
StoredStagingAreaItems
;