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