5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
330
_currentFilter
= corePropertiesFilterMarshaler;
366
for (
_currentFilter
= null; _partIterator.MoveNext();
_currentFilter
= null)
375
_currentFilter
= GetFilterFromClsid(new Guid(filterClsid));
424
_currentFilter
= xamlFilterMarshaler;
9 references to _currentFilter
PresentationFramework (9)
MS\Internal\IO\Packaging\PackageFilter.cs (9)
133
STAT_CHUNK chunk =
_currentFilter
.GetChunk();
235
_currentFilter
.GetText(ref bufferCharacterCount, pBuffer);
250
return
_currentFilter
.GetValue();
331
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
376
if (
_currentFilter
!= null)
382
IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)
_currentFilter
;
384
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
425
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
439
if (
_currentFilter
== null)