4 references to SourceToken
PresentationUI (4)
MS\Internal\Documents\Application\DocumentStream.cs (1)
336return Open(document.SourceToken, writeable);
MS\Internal\Documents\Application\FileController.cs (3)
155CriticalFileToken sourceToken = doc.SourceToken; 419if (doc.SourceToken == doc.DestinationToken) 475doc.DestinationToken = doc.SourceToken;