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