9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
722e.StagingItem.SetData(_tagNonRedundantActions, actions); 726e.StagingItem.SetData(_tagKey, key); 727e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey)); 739e.StagingItem.SetData(_tagNonRedundantActions, actions); 743e.StagingItem.SetData(_tagKey, key); 744e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1223e.StagingItem.SetData(_tagStylusDevice, inputDevice); 1301e.StagingItem.SetData(_tagRootPoint, ptRoot); 1772e.StagingItem.SetData(_tagNonRedundantActions, actions);