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