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