5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
326_currentFilter = corePropertiesFilterMarshaler; 362for (_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)
129STAT_CHUNK chunk = _currentFilter.GetChunk(); 231_currentFilter.GetText(ref bufferCharacterCount, pBuffer); 246return _currentFilter.GetValue(); 327_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 372if (_currentFilter != null) 378IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)_currentFilter; 380_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 421_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 435if (_currentFilter == null)