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);
146
for (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));
198
int startSourceChangeIndex =
_routeItemList
.Count;
199
int endTargetIndex =
_routeItemList
.Count-1;
210
object currTarget =
_routeItemList
[endTargetIndex].Target;
213
if (
_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));
410
int startIndex =
_routeItemList
.Count;
424
endIndex =
_routeItemList
.Count;
450
endIndex =
_routeItemList
.Count;
500
_routeItemList
.Clear();