8 references to PackageRelationshipSelectorType
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
))]