2 writes to _flags
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
3788
_flags
|= flagMask;
3792
_flags
&= ~(flagMask);
1 reference to _flags
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3692
return (
_flags
& flagMask) == flagMask;