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