3 references to _tagNonRedundantActions
PresentationCore (3)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (3)
816
e.StagingItem.SetData(
_tagNonRedundantActions
, actions);
833
e.StagingItem.SetData(
_tagNonRedundantActions
, actions);
1091
object o = e.StagingItem.GetData(
_tagNonRedundantActions
);