5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
327_currentFilter = corePropertiesFilterMarshaler; 363for (_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)
129STAT_CHUNK chunk = _currentFilter.GetChunk(); 231_currentFilter.GetText(ref bufferCharacterCount, pBuffer); 246return _currentFilter.GetValue(); 328_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 373if (_currentFilter != null) 379IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)_currentFilter; 381_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 423_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 437if (_currentFilter == null)