5 writes to _areKeyTimesValid
PresentationCore (5)
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (5)
44_areKeyTimesValid = true; 96_areKeyTimesValid = false; 164_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 693_areKeyTimesValid = true; 891_areKeyTimesValid = true;
7 references to _areKeyTimesValid
PresentationCore (7)
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (7)
83if (canFreeze & !_areKeyTimesValid) 164_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 166if ( _areKeyTimesValid 327if (!_areKeyTimesValid) 624Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 631Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 681Debug.Assert(!_areKeyTimesValid, "KeyFrameSizeAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");