26 references to Dependency
PresentationUI (26)
MS\Internal\Documents\Application\DocumentManager.cs (12)
324
if ((document.
Dependency
!= null) && (document.
Dependency
.Workspace == null))
344
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
364
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
385
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
405
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
426
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
MS\Internal\Documents\Application\PackageController.cs (1)
165
RightsDocument rightsDoc = document.
Dependency
as RightsDocument;
MS\Internal\Documents\Application\PackageDocument.cs (6)
37
Invariant.Assert(
Dependency
!= null);
38
return
Dependency
.Destination;
49
Invariant.Assert(
Dependency
!= null);
50
return
Dependency
.Source;
61
Invariant.Assert(
Dependency
!= null);
62
return
Dependency
.Workspace;
MS\Internal\Documents\Application\RightsController.cs (5)
38
Stream ciphered = doc.
Dependency
.Workspace;
106
Stream ciphered = doc.
Dependency
.Source;
194
Stream ciphered = doc.
Dependency
.Source;
293
Stream ciphered = doc.
Dependency
.Destination;
322
doc.
Dependency
.Destination);
MS\Internal\Documents\Application\RightsDocument.cs (2)
42
Stream destinationStream = this.
Dependency
.Destination;
58
Stream sourceStream = this.
Dependency
.Source;