1 write to _routeItemList
PresentationCore (1)
System\Windows\EventRoute.cs (1)
47_routeItemList = new FrugalStructList<RouteItem>(16);
16 references to _routeItemList
PresentationCore (16)
System\Windows\EventRoute.cs (16)
83_routeItemList.Add(routeItem); 146for (int i=0; i<_routeItemList.Count; i++) 180_routeItemList[i].Target, args, BooleanBoxes.Box(args.Handled)); 183_routeItemList[i].InvokeHandler(args); 190_routeItemList[i].Target, args, BooleanBoxes.Box(args.Handled)); 198int startSourceChangeIndex = _routeItemList.Count; 199int endTargetIndex =_routeItemList.Count-1; 210object currTarget = _routeItemList[endTargetIndex].Target; 213if (_routeItemList[startTargetIndex].Target != currTarget) 247_routeItemList[i].Target, args, BooleanBoxes.Box(args.Handled)); 251_routeItemList[i].InvokeHandler(args); 258_routeItemList[i].Target, args, BooleanBoxes.Box(args.Handled)); 410int startIndex = _routeItemList.Count; 424endIndex = _routeItemList.Count; 450endIndex = _routeItemList.Count; 500_routeItemList.Clear();