3 writes to _fStarted
PresentationCore (3)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (3)
55
_fStarted
= true;
107
_fStarted
= false;
170
_fStarted
= false;
2 references to _fStarted
PresentationCore (2)
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (2)
50
if (
_fStarted
&& _current == null)
125
if (!
_fStarted
)