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