8 references to PackageRelationshipSelectorType
System.IO.Packaging (7)
System\IO\Packaging\PackageRelationshipSelector.cs (7)
31public PackageRelationshipSelector(Uri sourceUri, PackageRelationshipSelectorType selectorType, string selectionCriteria) 42if (selectorType == PackageRelationshipSelectorType.Type) 45if (selectorType == PackageRelationshipSelectorType.Id) 76public PackageRelationshipSelectorType SelectorType 117case PackageRelationshipSelectorType.Id: 134case PackageRelationshipSelectorType.Type: 166private readonly PackageRelationshipSelectorType _selectorType;
WindowsBase (1)
WindowsBase.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationshipSelectorType))]