41 references to SetTextProperty
PresentationUI (41)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (41)
62SetTextProperty(_summaryTab, SR.DocumentPropertiesDialogSummaryLabel); 63SetTextProperty(_titleLabel, SR.DocumentPropertiesDialogTitleLabel); 64SetTextProperty(_authorLabel, SR.DocumentPropertiesDialogAuthorLabel); 65SetTextProperty(_subjectLabel, SR.DocumentPropertiesDialogSubjectLabel); 66SetTextProperty(_descriptionLabel, SR.DocumentPropertiesDialogDescriptionLabel); 67SetTextProperty(_keywordsLabel, SR.DocumentPropertiesDialogKeywordsLabel); 68SetTextProperty(_categoryLabel, SR.DocumentPropertiesDialogCategoryLabel); 69SetTextProperty(_languageLabel, SR.DocumentPropertiesDialogLanguageLabel); 70SetTextProperty(_contentLabel, SR.DocumentPropertiesDialogContentLabel); 71SetTextProperty(_statusLabel, SR.DocumentPropertiesDialogStatusLabel); 72SetTextProperty(_versionLabel, SR.DocumentPropertiesDialogVersionLabel); 73SetTextProperty(_identifierLabel, SR.DocumentPropertiesDialogIdentifierLabel); 74SetTextProperty(_okButton, SR.DocumentPropertiesDialogOkButtonLabel); 75SetTextProperty(_infoTab, SR.DocumentPropertiesDialogInfoLabel); 76SetTextProperty(_sizeLabel, SR.DocumentPropertiesDialogSizeLabel); 77SetTextProperty(_documentDetailBox, SR.DocumentPropertiesDialogDocumentDetailBoxLabel); 78SetTextProperty(_lastSavedLabel, SR.DocumentPropertiesDialogLastSavedByLabel); 79SetTextProperty(_revisionLabel, SR.DocumentPropertiesDialogRevisionLabel); 80SetTextProperty(_documentCreatedLabel, SR.DocumentPropertiesDialogDocumentCreatedLabel); 81SetTextProperty(_documentModifiedLabel, SR.DocumentPropertiesDialogDocumentModifiedLabel); 82SetTextProperty(_documentPrintedLabel, SR.DocumentPropertiesDialogDocumentPrintedLabel); 83SetTextProperty(_fileSystemBox, SR.DocumentPropertiesDialogFileSystemBoxLabel); 84SetTextProperty(_fileCreatedLabel, SR.DocumentPropertiesDialogFileCreatedLabel); 85SetTextProperty(_fileModifiedLabel, SR.DocumentPropertiesDialogFileModifiedLabel); 86SetTextProperty(_fileAccessedLabel, SR.DocumentPropertiesDialogFileAccessedLabel); 102SetTextProperty(_author, DocumentProperties.Current.CoreProperties.Creator); 103SetTextProperty(_category, DocumentProperties.Current.CoreProperties.Category); 104SetTextProperty(_content, DocumentProperties.Current.CoreProperties.ContentType); 105SetTextProperty(_description, DocumentProperties.Current.CoreProperties.Description); 109SetTextProperty(_documentType, DocumentProperties.Current.CoreProperties.ContentType); 110SetTextProperty(_identifier, DocumentProperties.Current.CoreProperties.Identifier); 111SetTextProperty(_keywords, DocumentProperties.Current.CoreProperties.Keywords); 112SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.LastModifiedBy); 113SetTextProperty(_revision, DocumentProperties.Current.CoreProperties.Revision); 114SetTextProperty(_status, DocumentProperties.Current.CoreProperties.ContentStatus); 115SetTextProperty(_subject, DocumentProperties.Current.CoreProperties.Subject); 116SetTextProperty(_title, DocumentProperties.Current.CoreProperties.Title); 117SetTextProperty(_version, DocumentProperties.Current.CoreProperties.Version); 118SetTextProperty(_language, DocumentProperties.Current.CoreProperties.Language); 124SetTextProperty(_size, FormatFileSize(DocumentProperties.Current.FileSize)); //SecurityCritical 126SetTextProperty(_filename, DocumentProperties.Current.Filename);