1 write to target
PresentationCore (1)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
504info.target = args.Target;
4 references to target
PresentationCore (4)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (4)
463if (elementInfo.target == null) continue; 467finalTargets.Add(elementInfo.target); 475if (senderInfo.target != null) 477finalTargets.Add(senderInfo.target);