5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
326
_currentFilter
= corePropertiesFilterMarshaler;
362
for (
_currentFilter
= null; _partIterator.MoveNext();
_currentFilter
= null)
371
_currentFilter
= GetFilterFromClsid(new Guid(filterClsid));
420
_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();
327
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
372
if (
_currentFilter
!= null)
378
IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)
_currentFilter
;
380
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
421
_currentFilter
.Init(_grfFlags, _cAttributes, _aAttributes);
435
if (
_currentFilter
== null)