9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
760e.StagingItem.SetData(_tagNonRedundantActions, actions); 764e.StagingItem.SetData(_tagKey, key); 765e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey)); 777e.StagingItem.SetData(_tagNonRedundantActions, actions); 781e.StagingItem.SetData(_tagKey, key); 782e.StagingItem.SetData(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1251e.StagingItem.SetData(_tagStylusDevice, inputDevice); 1325e.StagingItem.SetData(_tagRootPoint, ptRoot); 1793e.StagingItem.SetData(_tagNonRedundantActions, actions);