9 references to SetData
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (6)
723
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
727
e.StagingItem.
SetData
(_tagKey, key);
728
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
740
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);
744
e.StagingItem.
SetData
(_tagKey, key);
745
e.StagingItem.
SetData
(_tagScanCode, new ScanCode(keyboardInput.ScanCode, keyboardInput.IsExtendedKey));
System\Windows\Input\MouseDevice.cs (3)
1224
e.StagingItem.
SetData
(_tagStylusDevice, inputDevice);
1302
e.StagingItem.
SetData
(_tagRootPoint, ptRoot);
1773
e.StagingItem.
SetData
(_tagNonRedundantActions, actions);