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)
39internal bool IsRelationshipEntry { get { return _relationshipSelectors != null; } } 46internal List<PackageRelationshipSelector> RelationshipSelectors { get { return _relationshipSelectors; } } // null if Part entry 85if (_relationshipSelectors != null)