9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
726
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
730
e.StagingItem.
SetData
(_tagKey, key);
731
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
743
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
747
e.StagingItem.
SetData
(_tagKey, key);
748
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1228
e.StagingItem.
SetData
(_tagStylusDevice, inputDevice);
1302
e.StagingItem.
SetData
(_tagRootPoint, ptRoot);
1770
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);