6 references to Locate
PresentationCore (6)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
405int index = Locate(time); // Find the previous or equal time 546int fromIndex = Locate(from); // Find the nearest indices for to and from 547int toIndex = Locate(to); 1558int index = Locate(point); 1632int fromIndex = Locate(from); // Find the nearest nodes to the left of from and to (possibly equal) 1633int toIndex = Locate(to);