11 references to PackageRelationshipSelectorType
WindowsBase (11)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (4)
446relationshipSelectors.Add(new PackageRelationshipSelector(owningPartUri, PackageRelationshipSelectorType.Id, id)); 461relationshipSelectors.Add(new PackageRelationshipSelector(owningPartUri, PackageRelationshipSelectorType.Type, type)); 686case PackageRelationshipSelectorType.Id: 695case PackageRelationshipSelectorType.Type:
Base\System\IO\Packaging\PackageRelationshipSelector.cs (7)
50public PackageRelationshipSelector(Uri sourceUri, PackageRelationshipSelectorType selectorType, string selectionCriteria) 64if(selectorType == PackageRelationshipSelectorType.Type) 67if (selectorType == PackageRelationshipSelectorType.Id) 103public PackageRelationshipSelectorType SelectorType 153case PackageRelationshipSelectorType.Id: 170case PackageRelationshipSelectorType.Type: 244private PackageRelationshipSelectorType _selectorType;