6 references to Target
PresentationCore (6)
System\Windows\EventRoute.cs (6)
180
_routeItemList[i].
Target
, args, BooleanBoxes.Box(args.Handled));
190
_routeItemList[i].
Target
, args, BooleanBoxes.Box(args.Handled));
210
object currTarget = _routeItemList[endTargetIndex].
Target
;
213
if (_routeItemList[startTargetIndex].
Target
!= currTarget)
247
_routeItemList[i].
Target
, args, BooleanBoxes.Box(args.Handled));
258
_routeItemList[i].
Target
, args, BooleanBoxes.Box(args.Handled));