3 writes to _fStarted
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (3)
54
_fStarted
= true;
106
_fStarted
= false;
169
_fStarted
= false;
2 references to _fStarted
PresentationCore (2)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (2)
49
if (
_fStarted
&& _current == null)
124
if (!
_fStarted
)