1 write to _fileAccessedLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
91this._fileAccessedLabel = new System.Windows.Forms.Label();
7 references to _fileAccessedLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
79SetTextProperty(_fileAccessedLabel, SR.DocumentPropertiesDialogFileAccessedLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
665this._fileTable.Controls.Add(this._fileAccessedLabel, 0, 2); 718this._fileAccessedLabel.AutoSize = true; 719this._fileAccessedLabel.Location = new System.Drawing.Point(3, 41); 720this._fileAccessedLabel.Margin = new System.Windows.Forms.Padding(3); 721this._fileAccessedLabel.Name = "_fileAccessedLabel"; 722this._fileAccessedLabel.Size = new System.Drawing.Size(57, 13);