5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
327
_currentFilter
= corePropertiesFilterMarshaler;
363
for (
_currentFilter
= null; _partIterator.MoveNext();
_currentFilter
= null)
372
_currentFilter
= GetFilterFromClsid(new Guid(filterClsid));
422
_currentFilter
= xamlFilterMarshaler;
9 references to _currentFilter
PresentationFramework (9)
MS\Internal\IO\Packaging\PackageFilter.cs (9)
129
STAT_CHUNK chunk =
_currentFilter
.GetChunk();
231
_currentFilter
.GetText(ref bufferCharacterCount, pBuffer);
246
return
_currentFilter
.GetValue();
328
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
373
if (
_currentFilter
!= null)
379
IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)
_currentFilter
;
381
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
423
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
437
if (
_currentFilter
== null)