4 writes to _isDirty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (4)
88
_isDirty
= true;
153
_isDirty
= true;
293
_isDirty
= false;
421
_isDirty
= true;
2 references to _isDirty
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (2)
235
if (
_isDirty
)
267
Debug.Assert(
_isDirty
);