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)
3692return (_flags & flagMask) == flagMask;