5 references to GetAccessor
PresentationFramework (5)
System\Windows\Media\Animation\Storyboard.cs (4)
471targetProperty = currentPropertyPath.GetAccessor(0) as DependencyProperty; 685intermediateProperty = path.GetAccessor(i); 768object propertyAccessor = path.GetAccessor(index); 827DependencyProperty targetProperty = path.GetAccessor(0) as DependencyProperty;
System\Windows\PropertyPath.cs (1)
161internal object LastAccessor { get { return GetAccessor(Length - 1); } }