1 write to _target
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
714_target = Storyboard.GetTarget(timeline);
6 references to _target
PresentationFramework (6)
System\Windows\VisualStateManager.cs (6)
726else if (_target != null) 728targetsEqual = other._target == _target; 732targetsEqual = (other._target == null && other._targetName == null); 765int targetHash = _target != null ? _target.GetHashCode() : 0;