2 writes to _flags
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
3780
_flags
|= flagMask;
3784
_flags
&= ~(flagMask);
1 reference to _flags
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3684
return (
_flags
& flagMask) == flagMask;