26 references to Dependency
PresentationUI (26)
MS\Internal\Documents\Application\DocumentManager.cs (12)
327
if ((document.
Dependency
!= null) && (document.
Dependency
.Workspace == null))
347
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
367
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
388
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
408
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
429
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
MS\Internal\Documents\Application\PackageController.cs (1)
169
RightsDocument rightsDoc = document.
Dependency
as RightsDocument;
MS\Internal\Documents\Application\PackageDocument.cs (6)
41
Invariant.Assert(
Dependency
!= null);
42
return
Dependency
.Destination;
53
Invariant.Assert(
Dependency
!= null);
54
return
Dependency
.Source;
65
Invariant.Assert(
Dependency
!= null);
66
return
Dependency
.Workspace;
MS\Internal\Documents\Application\RightsController.cs (5)
44
Stream ciphered = doc.
Dependency
.Workspace;
112
Stream ciphered = doc.
Dependency
.Source;
199
Stream ciphered = doc.
Dependency
.Source;
297
Stream ciphered = doc.
Dependency
.Destination;
326
doc.
Dependency
.Destination);
MS\Internal\Documents\Application\RightsDocument.cs (2)
44
Stream destinationStream = this.
Dependency
.Destination;
60
Stream sourceStream = this.
Dependency
.Source;