4 references to SourceToken
PresentationUI (4)
MS\Internal\Documents\Application\DocumentStream.cs (1)
345return Open(document.SourceToken, writeable);
MS\Internal\Documents\Application\FileController.cs (3)
156CriticalFileToken sourceToken = doc.SourceToken; 420if (doc.SourceToken == doc.DestinationToken) 476doc.DestinationToken = doc.SourceToken;