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