2 references to GetItem
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
685intermediateObject = path.GetItem(i);
src\Framework\System\Windows\PropertyPath.cs (1)
164internal object LastItem { get { return GetItem(Length - 1); } }