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