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