1 write to _target
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
35_target = envelope.PackageProperties;
33 references to _target
PresentationUI (33)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (33)
54return _target.Title; 59_target.Title = value; 71return _target.Subject; 76_target.Subject = value; 91return _target.Creator; 96_target.Creator = value; 110return _target.Keywords; 115_target.Keywords = value; 127return _target.Description; 132_target.Description = value; 147return _target.LastModifiedBy; 152_target.LastModifiedBy = value; 166return _target.Revision; 171_target.Revision = value; 183return _target.LastPrinted; 188_target.LastPrinted = value; 200return _target.Created; 205_target.Created = value; 217return _target.Modified; 222_target.Modified = value; 238return _target.Category; 243_target.Category = value; 254return _target.Identifier; 259_target.Identifier = value; 274return _target.ContentType; 279_target.ContentType = value; 294return _target.Language; 299_target.Language = value; 311return _target.Version; 316_target.Version = value; 329return _target.ContentStatus; 334_target.ContentStatus = value; 373_target.Dispose();