5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
330_currentFilter = corePropertiesFilterMarshaler; 366for (_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)
133STAT_CHUNK chunk = _currentFilter.GetChunk(); 235_currentFilter.GetText(ref bufferCharacterCount, pBuffer); 250return _currentFilter.GetValue(); 331_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 376if (_currentFilter != null) 382IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)_currentFilter; 384_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 425_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 439if (_currentFilter == null)