1 write to _targetProperty
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
778
_targetProperty
= Storyboard.GetTargetProperty(timeline);
10 references to _targetProperty
PresentationFramework (10)
src\Framework\System\Windows\VisualStateManager.cs (10)
798
(other.
_targetProperty
.Path ==
_targetProperty
.Path) &&
799
(other.
_targetProperty
.PathParameters.Count ==
_targetProperty
.PathParameters.Count))
803
for (int i = 0, count =
_targetProperty
.PathParameters.Count; i < count; i++)
805
if (other.
_targetProperty
.PathParameters[i] !=
_targetProperty
.PathParameters[i])
829
int targetPropertyHash = (
_targetProperty
!= null &&
_targetProperty
.Path != null) ?
_targetProperty
.Path.GetHashCode() : 0;