5 writes to _currentFilter
PresentationFramework (5)
MS\Internal\IO\Packaging\PackageFilter.cs (5)
326_currentFilter = corePropertiesFilterMarshaler; 359for (_currentFilter = null; _partIterator.MoveNext(); _currentFilter = null) 368_currentFilter = GetFilterFromClsid(new Guid(filterClsid)); 418_currentFilter = xamlFilterMarshaler;
9 references to _currentFilter
PresentationFramework (9)
MS\Internal\IO\Packaging\PackageFilter.cs (9)
128STAT_CHUNK chunk = _currentFilter.GetChunk(); 230_currentFilter.GetText(ref bufferCharacterCount, pBuffer); 245return _currentFilter.GetValue(); 327_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 369if (_currentFilter != null) 375IPersistStreamWithArrays filterLoader = (IPersistStreamWithArrays)_currentFilter; 377_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 419_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 430if (_currentFilter == null)