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