1 write to _access
PresentationUI (1)
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (1)
60_access = access;
3 references to _access
PresentationUI (3)
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (3)
62_wantedWrite = ((_access == FileAccess.ReadWrite) 63|| (_access == FileAccess.Write)); 285Stream writer = _writeableStreamFactory(_mode, _access);