1 write to _relationshipSelectors
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartManifestEntry.cs (1)
82
_relationshipSelectors
= relationshipSelectors;
3 references to _relationshipSelectors
WindowsBase (3)
Base\MS\Internal\IO\Packaging\PartManifestEntry.cs (3)
39
internal bool IsRelationshipEntry { get { return
_relationshipSelectors
!= null; } }
46
internal List<PackageRelationshipSelector> RelationshipSelectors { get { return
_relationshipSelectors
; } } // null if Part entry
85
if (
_relationshipSelectors
!= null)