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