5 references to GetAccessor
PresentationFramework (5)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (4)
472targetProperty = currentPropertyPath.GetAccessor(0) as DependencyProperty; 686intermediateProperty = path.GetAccessor(i); 769object propertyAccessor = path.GetAccessor(index); 828DependencyProperty targetProperty = path.GetAccessor(0) as DependencyProperty;
src\Framework\System\Windows\PropertyPath.cs (1)
165internal object LastAccessor { get { return GetAccessor(Length - 1); } }