9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
717
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
721
e.StagingItem.
SetData
(_tagKey, key);
722
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
734
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
738
e.StagingItem.
SetData
(_tagKey, key);
739
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1219
e.StagingItem.
SetData
(_tagStylusDevice, inputDevice);
1293
e.StagingItem.
SetData
(_tagRootPoint, ptRoot);
1761
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);