6 references to Locate
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
406
int index =
Locate
(time); // Find the previous or equal time
547
int fromIndex =
Locate
(from); // Find the nearest indices for to and from
548
int toIndex =
Locate
(to);
1560
int index =
Locate
(point);
1634
int fromIndex =
Locate
(from); // Find the nearest nodes to the left of from and to (possibly equal)
1635
int toIndex =
Locate
(to);