6 references to Locate
PresentationCore (6)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
399
int index =
Locate
(time); // Find the previous or equal time
540
int fromIndex =
Locate
(from); // Find the nearest indices for to and from
541
int toIndex =
Locate
(to);
1552
int index =
Locate
(point);
1626
int fromIndex =
Locate
(from); // Find the nearest nodes to the left of from and to (possibly equal)
1627
int toIndex =
Locate
(to);