9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
723e.StagingItem.SetData(_tagNonRedundantActions, actions); 727e.StagingItem.SetData(_tagKey, key); 728e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey)); 740e.StagingItem.SetData(_tagNonRedundantActions, actions); 744e.StagingItem.SetData(_tagKey, key); 745e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1224e.StagingItem.SetData(_tagStylusDevice, inputDevice); 1302e.StagingItem.SetData(_tagRootPoint, ptRoot); 1773e.StagingItem.SetData(_tagNonRedundantActions, actions);