3 writes to _fStarted
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (3)
58
_fStarted
= true;
110
_fStarted
= false;
175
_fStarted
= false;
2 references to _fStarted
PresentationCore (2)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (2)
53
if (
_fStarted
&& _current == null)
128
if (!
_fStarted
)