2 writes to _attributes
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
284_attributes = attributes; 295_attributes = new ManagedFullPropSpec[]
6 references to _attributes
PresentationFramework (6)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (6)
342if (_attributes == null) 350while (_currentIndex < _attributes.Length) 352if ( _attributes[_currentIndex].Property.PropType == PropSpecType.Id 376return _attributes[_currentIndex].Guid; 388return _attributes[_currentIndex].Property.PropId; 413if (_currentIndex < 0 || _currentIndex >= _attributes.Length)