5 writes to _areKeyTimesValid
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
53_areKeyTimesValid = true; 105_areKeyTimesValid = false; 173_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 702_areKeyTimesValid = true; 898_areKeyTimesValid = true;
7 references to _areKeyTimesValid
PresentationFramework (7)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (7)
92if (canFreeze & !_areKeyTimesValid) 173_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 175if ( _areKeyTimesValid 336if (!_areKeyTimesValid) 633Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 640Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 690Debug.Assert(!_areKeyTimesValid, "KeyFrameThicknessAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");