7 references to StoredStagingAreaItems
PresentationCore (7)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
686
touchDevice.
StoredStagingAreaItems
.AddItem(e.StagingItem);
1506
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1573
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1592
StagingAreaInputItemList storedStagingItems = touchDevice.
StoredStagingAreaItems
;
1602
touchDevice.
StoredStagingAreaItems
.AddItem(stagingItem);
1663
int count = touchDevice.
StoredStagingAreaItems
.Count;
1667
StagingAreaInputItemList list = touchDevice.
StoredStagingAreaItems
;