26 references to Dependency
PresentationUI (26)
MS\Internal\Documents\Application\DocumentManager.cs (12)
326
if ((document.
Dependency
!= null) && (document.
Dependency
.Workspace == null))
346
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
366
if ((document.
Dependency
!= null) && (document.
Dependency
.Source == null))
387
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
407
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
428
if ((document.
Dependency
!= null) && (document.
Dependency
.Destination == null))
MS\Internal\Documents\Application\PackageController.cs (1)
166
RightsDocument rightsDoc = document.
Dependency
as RightsDocument;
MS\Internal\Documents\Application\PackageDocument.cs (6)
38
Invariant.Assert(
Dependency
!= null);
39
return
Dependency
.Destination;
50
Invariant.Assert(
Dependency
!= null);
51
return
Dependency
.Source;
62
Invariant.Assert(
Dependency
!= null);
63
return
Dependency
.Workspace;
MS\Internal\Documents\Application\RightsController.cs (5)
39
Stream ciphered = doc.
Dependency
.Workspace;
107
Stream ciphered = doc.
Dependency
.Source;
194
Stream ciphered = doc.
Dependency
.Source;
292
Stream ciphered = doc.
Dependency
.Destination;
321
doc.
Dependency
.Destination);
MS\Internal\Documents\Application\RightsDocument.cs (2)
42
Stream destinationStream = this.
Dependency
.Destination;
58
Stream sourceStream = this.
Dependency
.Source;