3 references to _tagNonRedundantActions
PresentationCore (3)
System\Windows\Input\KeyboardDevice.cs (3)
717
e.StagingItem.SetData(
_tagNonRedundantActions
, actions);
734
e.StagingItem.SetData(
_tagNonRedundantActions
, actions);
982
object o = e.StagingItem.GetData(
_tagNonRedundantActions
);