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