3 writes to _fStarted
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (3)
80
_fStarted
= true;
137
_fStarted
= false;
207
_fStarted
= false;
2 references to _fStarted
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (2)
75
if (
_fStarted
&& _current == null)
155
if (!
_fStarted
)