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