18 references to PackageRelationshipSelectorType
ReachFramework (10)
Packaging\XpsDocument.cs (3)
761PackageRelationshipSelectorType.Type, 771PackageRelationshipSelectorType.Type, 785PackageRelationshipSelectorType.Type,
Packaging\XpsFixedDocumentReaderWriter.cs (3)
726PackageRelationshipSelectorType.Type, 741PackageRelationshipSelectorType.Type, 750PackageRelationshipSelectorType.Type,
Packaging\XpsFixedPageReaderWriter.cs (3)
1700PackageRelationshipSelectorType.Type, 1709PackageRelationshipSelectorType.Type, 1718PackageRelationshipSelectorType.Type,
Packaging\XpsManager.cs (1)
815PackageRelationshipSelectorType.Type,
System.IO.Packaging (7)
System\IO\Packaging\PackageRelationshipSelector.cs (7)
31public PackageRelationshipSelector(Uri sourceUri, PackageRelationshipSelectorType selectorType, string selectionCriteria) 48if (selectorType == PackageRelationshipSelectorType.Type) 51if (selectorType == PackageRelationshipSelectorType.Id) 82public PackageRelationshipSelectorType SelectorType 126case PackageRelationshipSelectorType.Id: 143case PackageRelationshipSelectorType.Type: 175private readonly PackageRelationshipSelectorType _selectorType;
WindowsBase (1)
WindowsBase.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.PackageRelationshipSelectorType))]