MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (41)
54SetTextProperty(_summaryTab, SR.DocumentPropertiesDialogSummaryLabel);
55SetTextProperty(_titleLabel, SR.DocumentPropertiesDialogTitleLabel);
56SetTextProperty(_authorLabel, SR.DocumentPropertiesDialogAuthorLabel);
57SetTextProperty(_subjectLabel, SR.DocumentPropertiesDialogSubjectLabel);
58SetTextProperty(_descriptionLabel, SR.DocumentPropertiesDialogDescriptionLabel);
59SetTextProperty(_keywordsLabel, SR.DocumentPropertiesDialogKeywordsLabel);
60SetTextProperty(_categoryLabel, SR.DocumentPropertiesDialogCategoryLabel);
61SetTextProperty(_languageLabel, SR.DocumentPropertiesDialogLanguageLabel);
62SetTextProperty(_contentLabel, SR.DocumentPropertiesDialogContentLabel);
63SetTextProperty(_statusLabel, SR.DocumentPropertiesDialogStatusLabel);
64SetTextProperty(_versionLabel, SR.DocumentPropertiesDialogVersionLabel);
65SetTextProperty(_identifierLabel, SR.DocumentPropertiesDialogIdentifierLabel);
66SetTextProperty(_okButton, SR.DocumentPropertiesDialogOkButtonLabel);
67SetTextProperty(_infoTab, SR.DocumentPropertiesDialogInfoLabel);
68SetTextProperty(_sizeLabel, SR.DocumentPropertiesDialogSizeLabel);
69SetTextProperty(_documentDetailBox, SR.DocumentPropertiesDialogDocumentDetailBoxLabel);
70SetTextProperty(_lastSavedLabel, SR.DocumentPropertiesDialogLastSavedByLabel);
71SetTextProperty(_revisionLabel, SR.DocumentPropertiesDialogRevisionLabel);
72SetTextProperty(_documentCreatedLabel, SR.DocumentPropertiesDialogDocumentCreatedLabel);
73SetTextProperty(_documentModifiedLabel, SR.DocumentPropertiesDialogDocumentModifiedLabel);
74SetTextProperty(_documentPrintedLabel, SR.DocumentPropertiesDialogDocumentPrintedLabel);
75SetTextProperty(_fileSystemBox, SR.DocumentPropertiesDialogFileSystemBoxLabel);
76SetTextProperty(_fileCreatedLabel, SR.DocumentPropertiesDialogFileCreatedLabel);
77SetTextProperty(_fileModifiedLabel, SR.DocumentPropertiesDialogFileModifiedLabel);
78SetTextProperty(_fileAccessedLabel, SR.DocumentPropertiesDialogFileAccessedLabel);
94SetTextProperty(_author, DocumentProperties.Current.CoreProperties.Creator);
95SetTextProperty(_category, DocumentProperties.Current.CoreProperties.Category);
96SetTextProperty(_content, DocumentProperties.Current.CoreProperties.ContentType);
97SetTextProperty(_description, DocumentProperties.Current.CoreProperties.Description);
101SetTextProperty(_documentType, DocumentProperties.Current.CoreProperties.ContentType);
102SetTextProperty(_identifier, DocumentProperties.Current.CoreProperties.Identifier);
103SetTextProperty(_keywords, DocumentProperties.Current.CoreProperties.Keywords);
104SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.LastModifiedBy);
105SetTextProperty(_revision, DocumentProperties.Current.CoreProperties.Revision);
106SetTextProperty(_status, DocumentProperties.Current.CoreProperties.ContentStatus);
107SetTextProperty(_subject, DocumentProperties.Current.CoreProperties.Subject);
108SetTextProperty(_title, DocumentProperties.Current.CoreProperties.Title);
109SetTextProperty(_version, DocumentProperties.Current.CoreProperties.Version);
110SetTextProperty(_language, DocumentProperties.Current.CoreProperties.Language);
116SetTextProperty(_size, FormatFileSize(DocumentProperties.Current.FileSize)); //SecurityCritical
118SetTextProperty(_filename, DocumentProperties.Current.Filename);