5 references to GetAccessor
PresentationFramework (5)
System\Windows\Media\Animation\Storyboard.cs (4)
470targetProperty = currentPropertyPath.GetAccessor(0) as DependencyProperty; 684intermediateProperty = path.GetAccessor(i); 767object propertyAccessor = path.GetAccessor(index); 826DependencyProperty targetProperty = path.GetAccessor(0) as DependencyProperty;
System\Windows\PropertyPath.cs (1)
162internal object LastAccessor { get { return GetAccessor(Length - 1); } }