4 references to SourceToken
PresentationUI (4)
MS\Internal\Documents\Application\DocumentStream.cs (1)
335return Open(document.SourceToken, writeable);
MS\Internal\Documents\Application\FileController.cs (3)
151CriticalFileToken sourceToken = doc.SourceToken; 415if (doc.SourceToken == doc.DestinationToken) 471doc.DestinationToken = doc.SourceToken;