18 references to PackageRelationshipSelectorType
ReachFramework (10)
Packaging\XpsDocument.cs (3)
760PackageRelationshipSelectorType.Type, 770PackageRelationshipSelectorType.Type, 784PackageRelationshipSelectorType.Type,
Packaging\XpsFixedDocumentReaderWriter.cs (3)
725PackageRelationshipSelectorType.Type, 740PackageRelationshipSelectorType.Type, 749PackageRelationshipSelectorType.Type,
Packaging\XpsFixedPageReaderWriter.cs (3)
1699PackageRelationshipSelectorType.Type, 1708PackageRelationshipSelectorType.Type, 1717PackageRelationshipSelectorType.Type,
Packaging\XpsManager.cs (1)
814PackageRelationshipSelectorType.Type,
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))]