18 references to PackageRelationshipSelectorType
ReachFramework (10)
Packaging\XpsDocument.cs (3)
776
PackageRelationshipSelectorType
.Type,
786
PackageRelationshipSelectorType
.Type,
800
PackageRelationshipSelectorType
.Type,
Packaging\XpsFixedDocumentReaderWriter.cs (3)
725
PackageRelationshipSelectorType
.Type,
740
PackageRelationshipSelectorType
.Type,
749
PackageRelationshipSelectorType
.Type,
Packaging\XpsFixedPageReaderWriter.cs (3)
1699
PackageRelationshipSelectorType
.Type,
1708
PackageRelationshipSelectorType
.Type,
1717
PackageRelationshipSelectorType
.Type,
Packaging\XpsManager.cs (1)
814
PackageRelationshipSelectorType
.Type,
System.IO.Packaging (7)
System\IO\Packaging\PackageRelationshipSelector.cs (7)
31
public PackageRelationshipSelector(Uri sourceUri,
PackageRelationshipSelectorType
selectorType, string selectionCriteria)
42
if (selectorType ==
PackageRelationshipSelectorType
.Type)
45
if (selectorType ==
PackageRelationshipSelectorType
.Id)
76
public
PackageRelationshipSelectorType
SelectorType
117
case
PackageRelationshipSelectorType
.Id:
134
case
PackageRelationshipSelectorType
.Type:
166
private readonly
PackageRelationshipSelectorType
_selectorType;
WindowsBase (1)
WindowsBase.cs (1)
20
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Packaging.
PackageRelationshipSelectorType
))]