2 writes to _attributes
PresentationFramework (2)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
275_attributes = attributes; 286_attributes = new ManagedFullPropSpec[]
6 references to _attributes
PresentationFramework (6)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (6)
333if (_attributes == null) 341while (_currentIndex < _attributes.Length) 343if ( _attributes[_currentIndex].Property.PropType == PropSpecType.Id 367return _attributes[_currentIndex].Guid; 379return _attributes[_currentIndex].Property.PropId; 404if (_currentIndex < 0 || _currentIndex >= _attributes.Length)