5 writes to _areKeyTimesValid
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
43_areKeyTimesValid = true; 95_areKeyTimesValid = false; 163_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 692_areKeyTimesValid = true; 888_areKeyTimesValid = true;
7 references to _areKeyTimesValid
PresentationFramework (7)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (7)
82if (canFreeze & !_areKeyTimesValid) 163_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 165if ( _areKeyTimesValid 326if (!_areKeyTimesValid) 623Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 630Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 680Debug.Assert(!_areKeyTimesValid, "KeyFrameThicknessAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");