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