2 overrides of ContentStatus
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
324public override string ContentStatus
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
166public override string? ContentStatus
2 writes to ContentStatus
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
195target.ContentStatus = source.ContentStatus;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
334_target.ContentStatus = value;
6 references to ContentStatus
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
495return _coreProperties.ContentStatus;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
195target.ContentStatus = source.ContentStatus; 265String.Equals(_xpsProperties.ContentStatus, _rmProperties.ContentStatus, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
107SetTextProperty(_status, DocumentProperties.Current.CoreProperties.ContentStatus);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
329return _target.ContentStatus;