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)
333
if (
_attributes
== null)
341
while (_currentIndex <
_attributes
.Length)
343
if (
_attributes
[_currentIndex].Property.PropType == PropSpecType.Id
367
return
_attributes
[_currentIndex].Guid;
379
return
_attributes
[_currentIndex].Property.PropId;
404
if (_currentIndex < 0 || _currentIndex >=
_attributes
.Length)