1 write to _target
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
719_target = Storyboard.GetTarget(timeline);
6 references to _target
PresentationFramework (6)
System\Windows\VisualStateManager.cs (6)
731else if (_target != null) 733targetsEqual = other._target == _target; 737targetsEqual = (other._target == null && other._targetName == null); 770int targetHash = _target != null ? _target.GetHashCode() : 0;