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