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